From 63d9a9c62fd34f4b48a157e0bc57dd82ee09a197 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期四, 27 十一月 2025 17:36:12 +0800
Subject: [PATCH] 2025.11.27

---
 src/components/ToolBar.vue |   17 +++--------------
 1 files changed, 3 insertions(+), 14 deletions(-)

diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue
index 86d046c..918d271 100644
--- a/src/components/ToolBar.vue
+++ b/src/components/ToolBar.vue
@@ -38,22 +38,11 @@
     title: String,
     descriptions: {
       type: Array,
-      default: () => [
-        {
-          name: '',
-          value: ''
-        }
-      ]
+      default: () => []
     },
     buttons: {
       type: Array,
-      default: () => [
-        {
-          name: '',
-          color: 'primary',
-          click: () => {}
-        }
-      ]
+      default: () => []
     }
   }
 };
@@ -63,7 +52,7 @@
   background-color: white;
   height: var(--height-toolbar);
   border-bottom: 1px solid var(--el-color-info-light-7);
-  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.12);
+  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
   margin-bottom: 4px;
 }
 

--
Gitblit v1.9.3