快乐的昕的电脑
2025-11-22 5c9740bd8e39b6319c07a6c534dc7d3cb3366060
回调
已修改2个文件
39 ■■■■■ 文件已修改
.vs/前端2/v17/.wsuo 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue 39 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/ǰ¶Ë2/v17/.wsuo
Binary files differ
pages/index.vue
@@ -1019,45 +1019,6 @@
        }
    }
    /* æ”¾å¤§ uni-table çš„多选框(checkbox) */
    :deep(.uni-table .uni-checkbox-wrapper),
    :deep(.uni-table .uni-checkbox-input) {
        width: 48px !important;
        height: 48px !important;
        min-width: 48px !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }
    /* åªå¯¹ input[type=checkbox] æ”¾å¤§ï¼Œä¸è¦åŠ  :deep() */
    .uni-table .uni-checkbox-input input[type="checkbox"] {
        transform: scale(2.2) !important;
        accent-color: #007aff !important;
        cursor: pointer !important;
    }
    /* æ”¾å¤§ uni-table çš„多选框列宽 */
    :deep(.uni-table .uni-table-selection),
    :deep(.uni-table th.is-selection),
    :deep(.uni-table td.is-selection) {
        padding-left: 24px !important;
        padding-right: 24px !important;
    }
    /* æ”¾åœ¨å…¨å±€æ ·å¼æˆ–当前组件的 <style scoped> é‡Œ */
    .el-table .el-checkbox,
    .el-table .el-checkbox__input {
        transform: scale(1.8); /* æ”¾å¤§1.8倍,可根据需要调整 */
    }
    .el-table .el-checkbox__inner {
        width: 24px;
        height: 24px;
    }
    /* é’ˆå¯¹1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {
        .right-side {