style: 代码格式化

This commit is contained in:
Ray.Hao
2026-03-30 12:49:42 +08:00
parent 72911e3353
commit 734cbe27b0
4 changed files with 6 additions and 23 deletions

View File

@@ -1,7 +1,7 @@
/**
* 全局标准布局样式
*/
.page-container {
padding: 16px;
}
@@ -27,19 +27,18 @@
.el-card__body {
padding: 12px 12px 0;
}
}
.page-content {
flex: 1;
display: flex;
flex: 1;
flex-direction: column;
}
.page-toolbar {
display: flex;
justify-content: space-between;
align-items: center;
justify-content: space-between;
margin-bottom: 16px;
&__left,
@@ -49,7 +48,6 @@
}
}
/* 混合布局左侧菜单 hover 样式 */
.layout-mix .layout__sidebar--left .el-menu {
.el-menu-item:hover,