30 lines
386 B
CSS
30 lines
386 B
CSS
#content-box {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
#left-box {
|
|
width: 40%;
|
|
height: 100%;
|
|
}
|
|
|
|
#voi-type {
|
|
width: 100%;
|
|
height: 110px;
|
|
padding: 0 5%;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.layui-form .layui-form-item:nth-child(1) p {
|
|
margin: 6px 20px 0 0;
|
|
}
|
|
|
|
#voi-echarts {
|
|
width: 100%;
|
|
height: calc(100% - 110px);
|
|
}
|
|
|
|
#right-box {
|
|
width: 60%;
|
|
height: 100%;
|
|
} |