From 1460aa1d5f2b5722d43ed31724594c006213bea7 Mon Sep 17 00:00:00 2001
From: huang <1532065656@qq.com>
Date: 星期五, 18 四月 2025 16:40:43 +0800
Subject: [PATCH] 看板2更新

---
 UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue |   17 ++++++++---------
 1 files changed, 8 insertions(+), 9 deletions(-)

diff --git a/UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue b/UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue
index 091d13b..4ccbdc2 100644
--- a/UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue
+++ b/UI-Project/src/views/KanbanDisplay/kanbanDisplay.vue
@@ -433,7 +433,6 @@
         type: 'category',
         boundaryGap: false,
         axisTick: { alignWithLabel: true },
-        boundaryGap: true,
         axisLabel: {
           fontSize: 20,
           interval: 'auto',
@@ -544,7 +543,7 @@
         {
           type: 'category',
           axisTick: { alignWithLabel: true },
-          boundaryGap: true,
+          boundaryGap: '20%', 
           axisLabel: {
             fontSize: 20,
             interval: 'auto',
@@ -586,8 +585,8 @@
         {
           name: '璁″垝閲�',
           type: 'bar',
-          barWidth: '30%',
-          barGap: '10%',
+          barWidth: '27%',
+          barGap: '20%',
           label: {
             show: true,
             fontSize: 16,
@@ -599,8 +598,8 @@
         {
           name: '涓�绾�',
           type: 'bar',
-          barWidth: '30%',
-          barGap: '10%',
+          barWidth: '27%',
+          barGap: '20%',  
           label: {
             show: true,
             fontSize: 16,
@@ -612,8 +611,8 @@
         {
           name: '浜岀嚎',
           type: 'bar',
-          barWidth: '30%',
-          barGap: '10%',
+          barWidth: '27%',
+          barGap: '10%',  
           label: {
             show: true,
             fontSize: 16,
@@ -815,7 +814,7 @@
   color: white;
 }
 
-:deep(.el-table__body tr:hover > td) {
+:deep(.el-table__body tr:hover td) {
   background-color: #1a4d7f !important;
 }
 </style>
\ No newline at end of file

--
Gitblit v1.8.0