快乐的昕的电脑
2025-11-22 9a7f2b280f4b95330176d7e12fc472d2ef424ca1
调试
已修改1个文件
45 ■■■■ 文件已修改
pages/index.vue 45 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1019,6 +1019,28 @@
        }
    }
    /* 放在 style 标签最后,确保优先级 */
    ::v-deep .uni-table .uni-checkbox-wrapper,
    ::v-deep .uni-table .uni-checkbox-input {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ::v-deep .uni-table .uni-checkbox-input {
        border-radius: 8px !important;
        border: 2.5px solid #007aff !important;
    }
    ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
        font-size: 38px !important;
        line-height: 44px !important;
    }
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {
        .right-side {
@@ -1055,29 +1077,6 @@
        border: 2px solid #007aff;
        margin: 0 auto;
        display: block;
    }
    /* 放在 style 标签最后,确保优先级 */
    ::v-deep .uni-table .uni-checkbox-wrapper,
    ::v-deep .uni-table .uni-checkbox-input {
        width: 44px !important;
        height: 44px !important;
        min-width: 44px !important;
        min-height: 44px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ::v-deep .uni-table .uni-checkbox-input {
        border-radius: 8px !important;
        border: 2.5px solid #007aff !important;
    }
    ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
        font-size: 38px !important;
        line-height: 44px !important;
    }
</style>