快乐的昕的电脑
2025-11-22 00d508740cd6eef96cfedc98965239e69ac2d9d6
pages/index.vue
@@ -1022,23 +1022,23 @@
    /* 放在 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;
        width: 55px !important;
        height: 55px !important;
        min-width: 55px !important;
        min-height: 55px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    ::v-deep .uni-table .uni-checkbox-input {
        border-radius: 8px !important;
        border-radius: 10px !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;
        line-height: 55px !important;
    }
   /* 针对1280x800的平板使用媒体查询进行适配 */