|
@@ -124,7 +124,7 @@
|
|
|
<div class="echarts">
|
|
|
<div style="width: 30%; height: 100%; font-size: 12px; color: #0CB8FF; display: flex; align-items: center; padding-left:1%;">进度:</div>
|
|
|
<div style="width: 55%; height: 100%;" ref="zhuzhuang"></div>
|
|
|
- <div style="width: 10%; height: 100%; font-size: 9px; color: #FEFFFE; display: flex; align-items: center; justify-content: center;">80%</div>
|
|
|
+ <div style="width: 10%; height: 100%; font-size: 9px; color: #FEFFFE; display: flex; align-items: center; justify-content: center; padding-top:2%">80%</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
@@ -161,7 +161,7 @@ export default {
|
|
|
grid: {
|
|
|
left: '0',
|
|
|
// right: '1%',
|
|
|
- bottom: '60',
|
|
|
+ bottom: '58',
|
|
|
// top: '1%',
|
|
|
// 左侧文字显示
|
|
|
// containLabel: true,
|