快乐的昕的电脑
2025-11-22 7ff2f14f7300a04854e8d53622e8bd829f183cd5
调试
已修改1个文件
16 ■■■■ 文件已修改
pages/index.vue 16 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue
@@ -1061,23 +1061,23 @@
    :deep(.el-checkbox) {
        min-width: 48px !important;
        min-height: 48px !important;
        min-width: 60px !important;
        min-height: 60px !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;
        width: 44px !important;
        height: 44px !important;
        font-size: 44px !important;
    }
    :deep(.el-checkbox__inner) {
        width: 32px !important;
        height: 32px !important;
        border-radius: 6px !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 8px !important;
        border: 2px solid #007aff !important;
    }