This commit is contained in:
2021-12-15 19:36:23 +08:00
parent 38eb8050bd
commit 7f4d5b0ff8
40 changed files with 631 additions and 413 deletions

View File

@@ -307,7 +307,6 @@ img {
------------------------------ */
.site-content {
position: relative;
padding: 15px;
&__wrapper {
position: relative;
@@ -337,7 +336,6 @@ img {
}
}
> .el-tabs__content {
padding: 0 15px 15px;
> .site-tabs__tools {
position: fixed;
top: 50px;
@@ -362,3 +360,10 @@ img {
vertical-align: middle;
margin-right: 5px;
}
.mod-config{
background-color: #fff;
border-radius: 15px;
padding: 20px;
min-height: calc(100vh - 145px);
}