From 4981a40e2dd1ac177cdcdf29525f83f1d162f11d Mon Sep 17 00:00:00 2001
From: yangfeng <wanwan926_4@163.com>
Date: 星期六, 02 十二月 2023 14:55:59 +0800
Subject: [PATCH] 机器开机率和订单完成比率样式优化

---
 src/views/cockpitPage/components/OrderCompleteRadio.vue |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/views/cockpitPage/components/OrderCompleteRadio.vue b/src/views/cockpitPage/components/OrderCompleteRadio.vue
index 3f964b9..c90a781 100644
--- a/src/views/cockpitPage/components/OrderCompleteRadio.vue
+++ b/src/views/cockpitPage/components/OrderCompleteRadio.vue
@@ -37,7 +37,7 @@
   data() {
     return {
       tableList: [
-        { title: "DD19070047", radio: 50 },
+        { title: "DD19070047", radio: 50.6 },
         { title: "DD19070048", radio: 70 },
         { title: "DD19070049", radio: 85 },
         { title: "DD19070050", radio: 30 },
@@ -96,9 +96,10 @@
   .el-progress-bar__innerText {
     position: absolute;
     top: 2px;
-    right: -50px;
+    right: -70px;
     text-align: left;
     font-size: 18px;
+    width: 60px;
   }
 }
 </style>

--
Gitblit v1.8.0