pages/index.vue
@@ -1047,6 +1047,17 @@ padding-right: 24px !important; } /* 放在全局样式或当前组件的 <style scoped> 里 */ .el-table .el-checkbox, .el-table .el-checkbox__input { transform: scale(1.8); /* 放大1.8倍,可根据需要调整 */ } .el-table .el-checkbox__inner { width: 24px; height: 24px; } /* 针对1280x800的平板使用媒体查询进行适配 */ @media screen and (min-width: 1280px) and (max-width: 1920px) { .right-side {