快乐的昕的电脑
2025-11-22 c3989acb989b86b5bcf315528639dbb31a12fda5
调试
已修改2个文件
31 ■■■■ 文件已修改
.vs/前端2/v17/.wsuo 补丁 | 查看 | 原始文档 | blame | 历史
pages/index.vue 31 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
.vs/ǰ¶Ë2/v17/.wsuo
Binary files differ
pages/index.vue
@@ -1059,32 +1059,11 @@
        overflow-wrap: break-word;
    }
    :deep(.el-checkbox) {
        min-width: 60px !important;
        min-height: 60px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        /* å¯é€‰ï¼šè®©å†…容居中 */
    }
    :deep(.el-checkbox__input) {
        width: 44px !important;
        height: 44px !important;
        font-size: 44px !important;
    }
    :deep(.el-checkbox__inner) {
        width: 44px !important;
        height: 44px !important;
        border-radius: 8px !important;
        border: 2px solid #007aff !important;
    }
    :deep(.el-checkbox__input.is-checked .el-checkbox__inner) {
        background-color: #007aff !important;
        border-color: #007aff !important;
    :deep(.checkbox) {
        padding: 10px !important; // å››å‘¨éƒ½æ˜¯ 10px
        width: 44px !important; // ä½ æƒ³è¦çš„宽度
        min-width: 44px !important;
        box-sizing: border-box;
    }
    /* é’ˆå¯¹1280x800的平板使用媒体查询进行适配 */