湖里大屏(BIM中心):更改BIM布局

This commit is contained in:
Jack 2022-08-22 17:53:53 +08:00
parent bad1675f22
commit 7afe58f0c5

View File

@ -96,9 +96,11 @@ export default {
.container { .container {
width: 100%; width: 100%;
height: 100%; height: 100%;
display: flex;
justify-content: space-between;
.charts { .charts {
width: 23%; width: 23%;
height: 100%; height: calc(100% - 8px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
@ -108,8 +110,9 @@ export default {
} }
.bim { .bim {
padding: 8px; padding: 8px;
width: calc(100% - 440px); width: 75%;
height: 100%; height: 97%;
border: 1px solid #0081c3;
} }
} }
// .container { // .container {