diff --git a/src/assets/css/reset.css b/src/assets/css/reset.css index 74c83dc..f1f7cc6 100644 --- a/src/assets/css/reset.css +++ b/src/assets/css/reset.css @@ -1,43 +1,47 @@ * { - margin: 0; - padding: 0; + margin: 0; + padding: 0; } html, body, #app, .wrapper { - width: 100%; - height: 100%; - overflow: hidden; + width: 100%; + height: 100%; + overflow: hidden; } body { - font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif; + font-family: "PingFang SC", "Helvetica Neue", Helvetica, "microsoft yahei", + arial, STHeiTi, sans-serif; } a { - text-decoration: none + text-decoration: none; } - +/* 表格样式*/ +.el-table-column--selection .cell { + padding-left: 14px !important; +} /*滚动条样式*/ /* 整个滚动条 */ ::-webkit-scrollbar { - width: 8px; - height: 8px; + width: 8px; + height: 8px; } /* 滚动条上的滚动滑块 */ ::-webkit-scrollbar-thumb { - background-color: #49b1f5; - /* 关键代码 */ - border-radius: 32px; + background-color: #49b1f5; + /* 关键代码 */ + border-radius: 32px; } /* 滚动条轨道 */ ::-webkit-scrollbar-track { - background-color: #f0f0f0; - border-radius: 32px; -} \ No newline at end of file + background-color: #f0f0f0; + border-radius: 32px; +} diff --git a/src/components/common/Sidebar.vue b/src/components/common/Sidebar.vue index d0812dd..f8228e8 100644 --- a/src/components/common/Sidebar.vue +++ b/src/components/common/Sidebar.vue @@ -1,278 +1,295 @@