diff --git a/yuhong-ui/src/views/bottomRight.vue b/yuhong-ui/src/views/bottomRight.vue index a3ce048..9ff9c85 100644 --- a/yuhong-ui/src/views/bottomRight.vue +++ b/yuhong-ui/src/views/bottomRight.vue @@ -26,7 +26,7 @@ 各产品合格率(%)
- + {{ item.ProductName }}
@@ -130,7 +130,7 @@ export default { for (const item of rData) { var n = { data: [item.OKRate], - shape: 'round', + shape: 'roundRect', formatter: '{value}%', waveNum: 2, waveHeight: 10, @@ -199,12 +199,12 @@ export default { } .item_span{ - margin:25px; - + display: inline-block; + padding: 5px 25px; } } .ranking1{ - margin-left:20px; + margin-left:15px; } .percent { diff --git a/yuhong-ui/src/views/index.vue b/yuhong-ui/src/views/index.vue index d0dc3b9..e8c0e20 100644 --- a/yuhong-ui/src/views/index.vue +++ b/yuhong-ui/src/views/index.vue @@ -58,7 +58,6 @@
- //