快乐的昕的电脑
2025-11-22 7149669dde306d45edc4f3759335e111f1f3e144
调试
已修改1个文件
20 ■■■■■ 文件已修改
pages/index.vue 20 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1077,4 +1077,24 @@
        display: block;
    }
    /* 放大 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] 放大,不要加 ::v-deep 或 /deep/ */
    .uni-table .uni-checkbox-input input[type="checkbox"] {
        transform: scale(2.2) !important;
        accent-color: #007aff !important;
        cursor: pointer !important;
    }
</style>