可视化
This commit is contained in:
parent
c0ae7bb665
commit
5260b510b6
File diff suppressed because it is too large
Load Diff
@ -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 {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user