湖里大屏(质量管理):更改右侧布局

This commit is contained in:
Jack 2022-08-02 18:06:59 +08:00
parent 7d0b9cdb00
commit 0ffc80c23c
2 changed files with 6 additions and 6 deletions

View File

@ -13,11 +13,11 @@
</div>
</div>
<div class="centerBox">
<div class="centerTop">
<centerTop title="质量问题" />
<div class="rightTop">
<rightTop title="质量问题" />
</div>
<div class="centerBottom">
<centerTop title="问题趋势" />
<centerBottom title="问题趋势" />
</div>
</div>
</div>
@ -27,14 +27,14 @@
import leftTop from './leftTop'
import leftCenter from './leftCenter'
import leftBottom from './leftBottom'
import centerTop from './centerTop'
import rightTop from './rightTop'
import centerBottom from './centerBottom'
export default {
components: {
leftTop,
leftCenter,
leftBottom,
centerTop,
rightTop,
centerBottom
}
}
@ -71,7 +71,7 @@ export default {
width: 70%;
height: 100%;
margin-right: 15px;
.centerTop {
.rightTop {
height: 35%;
margin-bottom: 15px;
}