快乐的昕的电脑
2025-11-22 115c3a362116ae45cf2517239348af4e22271a32
调试
已修改1个文件
34 ■■■■■ 文件已修改
pages/index.vue 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1060,27 +1060,21 @@
    }
/* 放大uni-table选择框列(兼容uni-table和原生table) */
.uni-table .uni-table-selection,
.uni-table .uni-table-selection th,
.uni-table .uni-table-selection td,
.uni-table .uni-table__selection-column,
.uni-table .uni-table__selection-column th,
.uni-table .uni-table__selection-column td {
    width: 60px !important;   /* 调大宽度,可根据需要调整 */
    min-width: 60px !important;
    max-width: 80px;
    text-align: center;
}
    /* 放大uni-table选择框 */
    .uni-table .uni-table-selection,
    .uni-table .uni-table__selection-column {
        width: 80px !important;
        min-width: 80px !important;
    }
.uni-table .uni-table-selection .uni-checkbox-input,
.uni-table .uni-table__selection-column .uni-checkbox-input {
    width: 32px !important;   /* 放大复选框 */
    height: 32px !important;
    transform: scale(3);   /* 进一步放大 */
    margin: 0 auto;
    display: block;
}
    .uni-table .uni-table-selection .uni-checkbox-input,
    .uni-table .uni-table__selection-column .uni-checkbox-input {
        width: 40px !important;
        height: 40px !important;
        transform: scale(1.5);
        margin: 0 auto;
        display: block;
    }
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {