| | |
| | | // 全局样式 |
| | | |
| | | * { |
| | | 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 { |