快乐的昕的电脑
2025-11-22 28ee0e6d675cb521bfadd672f6784a95f04689ab
pages/index.vue
@@ -1060,23 +1060,12 @@
    }
    /* 通过自定义类名放大选择框 */
    .large-selection-table .uni-table-selection,
    .large-selection-table .uni-table__selection-column {
        width: 120px !important;
        min-width: 120px !important;
    }
    .large-selection-table .uni-checkbox-input {
        width: 48px !important;
        height: 48px !important;
        transform: scale(2) !important;
        border: 3px solid #007aff !important;
    }
    .large-selection-table .uni-checkbox-input.uni-checkbox-input-checked {
        background-color: #007aff !important;
        border-color: #007aff !important;
    /* 推荐直接用最具体的类名和 !important */
    .uni-checkbox-input {
        width: 40px !important;
        height: 40px !important;
        transform: scale(1.8) !important;
        border: 2px solid #007aff !important;
    }
   /* 针对1280x800的平板使用媒体查询进行适配 */