湖里大屏(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 {
width: 100%;
height: 100%;
display: flex;
justify-content: space-between;
.charts {
width: 23%;
height: 100%;
height: calc(100% - 8px);
display: flex;
flex-direction: column;
justify-content: space-between;
@ -108,8 +110,9 @@ export default {
}
.bim {
padding: 8px;
width: calc(100% - 440px);
height: 100%;
width: 75%;
height: 97%;
border: 1px solid #0081c3;
}
}
// .container {