QYF-GitLab1
2025-03-04 d958e1e0a3f9c1e051e803831552ec7d62e76da6
src/styles/global.less
@@ -97,20 +97,21 @@
/* 引入 Element Plus 的基础样式 */
.common-layout {
  width: 100%;
  height: 100%;
  height: 100%
}
.el-container {
  width: 100%;
  height: 100%;
.common-layout .el-container {
  height: calc(100% - 60px);
}
.el-header {
  background-color: #fff;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #ebeef5;
}
.el-aside {