可视化

This commit is contained in:
yunkexin 2026-01-21 14:05:35 +08:00
parent c0ae7bb665
commit 5260b510b6
2 changed files with 1012 additions and 782 deletions

File diff suppressed because it is too large Load Diff

View File

@ -137,14 +137,14 @@
} }
.otherTabContent { .otherTabContent {
flex: 1; // 占据剩余空间 flex: 1; // 占据剩余空间
width: 100%; // width: 100%;
height: 100%; height: 100%;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: center; justify-content: center;
background: rgba(2, 20, 40, 0.7); background: rgba(2, 20, 40, 0.7);
border-radius: 10px; border-radius: 10px;
margin: 10px; margin: 0px 10px 10px 10px;
border: 1px solid rgba(0, 202, 247, 0.3); border: 1px solid rgba(0, 202, 247, 0.3);
} }
.row { .row {