快乐的昕的电脑
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,26 +1065,6 @@
        /* 可选:设置最大宽度,防止撑破表格 */
        max-width: 180px;
        overflow-wrap: break-word;
    }
    /* 通过自定义类名放大选择框 */
    .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;
    }
   /* 针对1280x800的平板使用媒体查询进行适配 */