improve: UI (#1152)

* improve: UI (#1033)

* fix: instance activity chart not displaying properly

* fix
This commit is contained in:
pa
2025-02-24 22:57:43 +09:00
committed by GitHub
parent 870c1a9c5e
commit d5e789ef0e
25 changed files with 476 additions and 392 deletions

View File

@@ -672,8 +672,8 @@ i.x-status-icon.red {
}
.x-tag-age-verification {
color: #5C70EC !important;
border-color: #5C70EC !important;
color: #5c70ec !important;
border-color: #5c70ec !important;
}
.x-grey {
@@ -865,10 +865,6 @@ i.x-status-icon.red {
margin-right: 20px;
}
.el-tab-pane {
height: 100%;
}
.el-tabs {
display: flex;
flex-direction: column;