element-plus 版本升级适配

This commit is contained in:
2023-01-15 13:50:58 +08:00
parent f38acbd7a7
commit 1ff7f5dec5
12 changed files with 132 additions and 118 deletions
+3 -1
View File
@@ -7,6 +7,7 @@ html,body,#app,.layout {
.layout-header{
color: #fff;
background-color: #515a6e;
position: relative;
div.main-title {
display: inline-block;
font-size: 22px;
@@ -16,7 +17,8 @@ html,body,#app,.layout {
display: inline-block;
position: absolute;
right: 20px;
top: 9px;
top: 50%;
transform: translateY(-50%);
}
}
.layout-main {