湖里大屏(BIM中心):更改BIM布局
This commit is contained in:
parent
bad1675f22
commit
7afe58f0c5
@ -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 {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user