Merge branch 'dev-jack' into shenzhen-dev

This commit is contained in:
Jack 2022-08-03 09:23:32 +08:00
commit 023f6134d5
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;
}