Update site.css

pull/568/head
Mr Chen 1 year ago
parent cb0027e903
commit 7f8ffbf178
  1. 11
      route/static/css/site.css

@ -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;
}
Loading…
Cancel
Save