lrj
22 小时以前 dc643ba44fd2a426263015491268a0f0d6b4671d
web/src/style/index.scss
@@ -1,22 +1,31 @@
// 全局样式
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html, body {
  height: 100%;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #f5f5f5;
}
// Element Plus 样式覆盖
.el-menu {
  border-right: none !important;
  border-right: none;
}
.el-menu-item {
  &:hover {
    background-color: #ecf5ff;
  }
  &.is-active {
    background-color: #409eff;
    color: white;
  }
}
.el-main {