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