优化主题切换按钮下移问题、优化tabs被footer遮挡问题

This commit is contained in:
Elune
2020-03-07 13:02:49 +08:00
parent 32dc525091
commit 3c0323496f
7 changed files with 15 additions and 8 deletions

View File

@@ -19,7 +19,7 @@
display: inline-block;
vertical-align: middle;
margin-bottom: 10px;
height: 30.5px;
height: 30.5px !important;
width: 223px !important;
}
}
@@ -101,3 +101,8 @@
font-family: Courier New, serif;
font-size: 12px
}
.el-tabs{
padding-left: 8px;
margin-bottom: 25px;
}