feat: new WebUI for the main page, add MJ and SD drawing function pages

This commit is contained in:
RockYang
2023-09-11 16:22:11 +08:00
parent 3cc8c3284a
commit 9afe4aea4b
19 changed files with 541 additions and 38 deletions

View File

@@ -13,11 +13,6 @@
color: #fff;
font-size: 20px;
}
#app .common-layout .el-aside .title-box .logo {
border-radius: 8px;
width: 35px;
height: 35px;
}
#app .common-layout .el-aside .title-box span {
padding-top: 5px;
padding-left: 10px;

View File

@@ -17,14 +17,6 @@ $borderColor = #4676d0;
display: flex;
color: #ffffff;
font-size: 20px;
.logo {
//background-color: #ffffff
border-radius: 8px;
width: 35px;
height: 35px;
}
span {
padding-top: 5px;
padding-left: 10px;