This commit is contained in:
汪少伟
2025-03-15 12:37:23 +08:00
13 changed files with 273 additions and 79 deletions

View File

@@ -117,11 +117,29 @@
background: transparent;
li {
background: #F3F3F3;
//background: #F3F3F3;
background: transparent;
}
.active {
background: #ffffff !important;
//background: #ffffff !important;
}
}
}
.jyh-tabs-4 {
.devui-tabs__nav {
background: transparent;
li {
background: transparent;
padding: 8px 0;
margin-right: 24px;
}
.active {
background: transparent !important;
border: 0px !important;
border-bottom: 2px solid black !important;
}
}
}
@@ -246,3 +264,11 @@
text-align: left;
}
}
.devui-status:before {
margin-right: 12px;
}
.yellow-status:before {
background-color: #FAC20A !important;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 678 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 722 B