Merge branch 'dev-jack' into shenzhen-dev
This commit is contained in:
commit
023f6134d5
@ -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;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user