|
|
@@ -5,11 +5,11 @@
|
|
|
<span>
|
|
|
<icon name="align-left" class="text-icon"></icon>
|
|
|
</span>
|
|
|
- <span class="fs-xl text mx-2">完成工单数统计</span>
|
|
|
+ <span class="fs-xxxl text mx-2">完成工单数统计</span>
|
|
|
</div>
|
|
|
<div class="d-flex ai-center flex-column body-box">
|
|
|
<dv-capsule-chart class="dv-cap-chart" :config="config" />
|
|
|
- <span class="fs-xl text mx-2">工序投产良率分析</span>
|
|
|
+ <span class="fs-xxxl text mx-2">工序投产良率分析</span>
|
|
|
<centerRight2Chart1 />
|
|
|
</div>
|
|
|
</div>
|
|
|
@@ -64,17 +64,17 @@ export default {
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
#centerLeft1 {
|
|
|
+ $box-width: 300px;
|
|
|
$box-height: 410px;
|
|
|
- $box-width: 340px;
|
|
|
padding: 5px;
|
|
|
height: $box-height;
|
|
|
width: $box-width;
|
|
|
border-radius: 5px;
|
|
|
.bg-color-black {
|
|
|
- padding: 5px;
|
|
|
- height: $box-height;
|
|
|
+ height: $box-height - 10px;
|
|
|
width: $box-width;
|
|
|
border-radius: 10px;
|
|
|
+ padding: 0px 5px 0px 0px;
|
|
|
}
|
|
|
.text {
|
|
|
color: #c3cbde;
|