快乐的昕的电脑
2025-11-22 e82f338fc14bcf4909573713fe8fc63acd963880
调试
已修改1个文件
19 ■■■■■ 文件已修改
pages/index.vue 19 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1061,20 +1061,23 @@
    /* 放在 style 标签最后,确保优先级 */
    ::v-deep .uni-table .uni-checkbox-wrapper,
    ::v-deep .uni-table .uni-checkbox-input {
        width: 32px !important;
        height: 32px !important;
        min-width: 32px !important;
        min-height: 32px !important;
        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: 6px !important;
        border: 2px solid #007aff !important;
        border-radius: 8px !important;
        border: 2.5px solid #007aff !important;
    }
    ::v-deep .uni-table .uni-checkbox-input .uni-checkbox-icon {
        font-size: 28px !important;
        line-height: 32px !important;
        font-size: 38px !important;
        line-height: 44px !important;
    }
</style>