快乐的昕的电脑
2025-11-22 f85f5f3fcc0d3a173e5b852161d2f0c888e72f44
调试
已修改1个文件
28 ■■■■ 文件已修改
pages/index.vue 28 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1060,14 +1060,32 @@
    }
    /* 推荐直接用最具体的类名和 !important */
    .uni-checkbox-input {
        width: 40px !important;
        height: 40px !important;
        transform: scale(1.8) !important;
    :deep(.el-checkbox) {
        min-width: 48px !important;
        min-height: 48px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }
    :deep(.el-checkbox__input) {
        width: 32px !important;
        height: 32px !important;
        font-size: 32px !important;
    }
    :deep(.el-checkbox__inner) {
        width: 32px !important;
        height: 32px !important;
        border-radius: 6px !important;
        border: 2px solid #007aff !important;
    }
    :deep(.el-checkbox__input.is-checked .el-checkbox__inner) {
        background-color: #007aff !important;
        border-color: #007aff !important;
    }
    /* 针对1280x800的平板使用媒体查询进行适配 */
    @media screen and (min-width: 1280px) and (max-width: 1920px) {
        .right-side {