From 41cd6cfbf3f8385c79e556b477eeb9d60a4b3691 Mon Sep 17 00:00:00 2001
From: 张含笑 <zhx18749296735@163.com>
Date: Wed, 11 Jun 2025 14:15:46 +0800
Subject: [PATCH] feat:调整样式

---
 src/views/wel/components/backlog.vue |   21 ++++++++++++++++-----
 1 files changed, 16 insertions(+), 5 deletions(-)

diff --git a/src/views/wel/components/backlog.vue b/src/views/wel/components/backlog.vue
index a6c143b..926994b 100644
--- a/src/views/wel/components/backlog.vue
+++ b/src/views/wel/components/backlog.vue
@@ -13,7 +13,8 @@
           >
             <div>
               {{ item.name }}
-              <div class="dots">{{ item.number >= 100 ? '99+' : item.number }}</div>
+              <div class="dots" :class="item.number >= 100 ? 'dots1':''">{{ item.number >= 100 ? '99+' : item.number }}</div>
+                <!-- <div class="dots">99+</div> -->
             </div>
           </div>
         </div>
@@ -277,8 +278,21 @@
         width: 17px;
         height: 17px;
         border-radius: 50%;
-        background: #366fff;
+         background: #366fff;
         color: #fff;
+        font-size: 9px;
+        position: absolute;
+        top: -10px;
+        right: -13px;
+        padding: 1px;
+        line-height: 17px;
+      }
+           .dots1 {
+        width: 17px;
+        height: 17px;
+        border-radius: 50%;
+        background: none !important;
+        color: #366fff !important;
         font-size: 9px;
         position: absolute;
         top: -10px;
@@ -317,9 +331,6 @@
         width: 100%;
         height: 100%;
         }
-    //      background-position: center;
-    // background-repeat: no-repeat;
-    // background-size: contain;
       }
 
       .content-wrapper {

--
Gitblit v1.9.3