From 73204d05cef1cb8be44ff8b1e44114dee0cfb455 Mon Sep 17 00:00:00 2001
From: liuying <1427574514@qq.com>
Date: 周五, 01 11月 2024 19:50:36 +0800
Subject: [PATCH] 细节

---
 yiqi_screen/src/components/Content.vue |   24 ++++++++++++++----------
 1 files changed, 14 insertions(+), 10 deletions(-)

diff --git a/yiqi_screen/src/components/Content.vue b/yiqi_screen/src/components/Content.vue
index cf4a7e3..e657937 100644
--- a/yiqi_screen/src/components/Content.vue
+++ b/yiqi_screen/src/components/Content.vue
@@ -543,20 +543,24 @@
 
         .pie-label-left {
           position: absolute;
-          bottom: 0.1rem;
-          left: 0.7rem;
-          color: #fff;
-          font-size: 0.2rem;
-          font-weight: 300;
+    bottom: 0.1rem;
+    left: 0.1rem;
+    color: #fff;
+    font-size: 0.2rem;
+    font-weight: 300;
+    width: 44%;
+    text-align: center;
         }
 
         .pie-label-right {
           position: absolute;
-          bottom: 0.1rem;
-          right: 0.7rem;
-          color: #fff;
-          font-size: 0.2rem;
-          font-weight: 300;
+    bottom: 0.1rem;
+    right: 0.3rem;
+    color: #fff;
+    font-size: 0.2rem;
+    font-weight: 300;
+    width: 44%;
+    text-align: center;
         }
       }
 

--
Gitblit v1.9.3