快乐的昕的电脑
2025-11-22 55a63ffa676f2e9699b8437ef9fac569e4a96eff
调试
已修改1个文件
10 ■■■■■ 文件已修改
pages/index.vue 10 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1066,6 +1066,7 @@
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* 可选:让内容居中 */
    }
    :deep(.el-checkbox__input) {
@@ -1086,6 +1087,15 @@
        border-color: #007aff !important;
    }
    /* 重点:设置选择框单元格的 padding 为 10px */
    :deep(th.el-checkbox) {
        padding: 10px !important;
    }
    :deep(td.el-checkbox) {
        padding: 10px !important;
    }
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {
        .right-side {