快乐的昕的电脑
2025-11-22 11939aa712c013aad41c08dece5c979fd821ffcb
pages/index.vue
@@ -752,6 +752,14 @@
<style lang="scss">
    :deep(.checkbox),
    :deep(.checkbox__inner) {
        padding: 10px !important;
        width: 44px !important;
        min-width: 44px !important;
        box-sizing: border-box;
    }
    .row-selected {
        background-color: #e0f3ff !important;
    }
@@ -1057,15 +1065,6 @@
        /* 可选:设置最大宽度,防止撑破表格 */
        max-width: 180px;
        overflow-wrap: break-word;
    }
    /* 推荐直接用最具体的类名和 !important */
    .uni-checkbox-input {
        width: 40px !important;
        height: 40px !important;
        transform: scale(1.8) !important;
        border: 2px solid #007aff !important;
    }
   /* 针对1280x800的平板使用媒体查询进行适配 */