系统总览布局,场站运行模式

This commit is contained in:
ym1026
2025-09-12 10:09:58 +08:00
parent 1a22f45b26
commit e8487041d2
6 changed files with 35 additions and 20 deletions

View File

@@ -257,7 +257,7 @@ export default {
}
.tianditu {
width: calc(100% - 520px * 2);
width: 44%;
height: 100%;
margin: 0px 15px;
}
@@ -265,7 +265,7 @@ export default {
.content-left,
.content-right {
height: 100%;
width: 520px;
width: 28%;
display: flex;
flex-direction: column;
align-items: center;