From b01a02e25f2964cd98f4f34dd9539c8b2d883cc5 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期四, 18 四月 2024 17:05:03 +0800
Subject: [PATCH] 看板 完成进度低于100%,和等于100,2种提示区别开

---
 src/views/dashboard/components/TaskTabs.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/dashboard/components/TaskTabs.vue b/src/views/dashboard/components/TaskTabs.vue
index 4eaf64f..e942cf3 100644
--- a/src/views/dashboard/components/TaskTabs.vue
+++ b/src/views/dashboard/components/TaskTabs.vue
@@ -39,14 +39,14 @@
 <style scoped lang="scss">
 $active-bg: #6b83ff;
 $tab-bg: #0b4694;
-$tab-height: 50px;
+$tab-height: 46px;
 .task-tabs {
   background-color: transparent;
   display: flex;
   align-items: center;
   justify-content: space-between;
   height: $tab-height;
-  font-size: 20px;
+  font-size: 18px;
 
   .task-tab-item {
     background-color: $tab-bg;
@@ -77,7 +77,7 @@
     position: absolute;
     left: 50%;
     margin-left: -10px;
-    bottom: -10px;
+    bottom: -8px;
     display: none;
   }
   .active.triangle-tip:before {

--
Gitblit v1.8.0