src/styles/common.scss
@@ -1,5 +1,6 @@ // 全局变量 @import './variables.scss'; @import './base.scss'; a { text-decoration: none; @@ -20,8 +21,8 @@ .avue-layout { display: flex; height: 1080px; width: 1920px; width: 100%; height: 100%; background: url("@/assets/images/layoutBg.png") no-repeat center / 100% 100%; overflow: hidden; @@ -85,9 +86,12 @@ margin-bottom: 0; } .avue-view { width: 100%; box-sizing: border-box; .main-avue-view-container { height: 0; flex: 1; display: flex; flex-direction: column; overflow: hidden; } .avue-footer {