Update site.css

This commit is contained in:
Mr Chen 2024-05-10 04:36:43 +08:00
parent cb0027e903
commit 7f8ffbf178
1 changed files with 11 additions and 0 deletions

View File

@ -5136,4 +5136,15 @@ select[name="network-io"], select[name="disk-io"] {
padding: 2px;
border-radius: 0;
border-color: #ececec;
}
.tabs-content .tabs-item {
display: none;
height: 100%;
width: 100%;
background-color: #fff;
}
.tabs-content .tabs-active.tabs-item {
display: inline-block;
}