| pages/index.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
pages/index.vue
@@ -1066,6 +1066,7 @@ display: flex !important; align-items: center !important; justify-content: center !important; /* 可选:让内容居中 */ } :deep(.el-checkbox__input) { @@ -1086,6 +1087,15 @@ border-color: #007aff !important; } /* 重点:设置选择框单元格的 padding 为 10px */ :deep(th.el-checkbox) { padding: 10px !important; } :deep(td.el-checkbox) { padding: 10px !important; } /* 针对1280x800的平板使用媒体查询进行适配 */ @media screen and (min-width: 1280px) and (max-width: 1920px) { .right-side {