From 58c0f11fe2f23a1be2dec768f9ac02107301a634 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期五, 19 九月 2025 17:30:36 +0800
Subject: [PATCH] 2025.9.19 数据产品(待完成)

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

diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue
index 29487a5..86d046c 100644
--- a/src/components/ToolBar.vue
+++ b/src/components/ToolBar.vue
@@ -60,7 +60,7 @@
 </script>
 <style scoped>
 .layout {
-  /* background-color: beige; */
+  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);

--
Gitblit v1.9.3