From f87d3c33c8a0444e540a89f342e8dfbca5c61c61 Mon Sep 17 00:00:00 2001
From: hcong <1050828145@qq.com>
Date: 星期二, 26 十一月 2024 17:02:23 +0800
Subject: [PATCH] FYBgTaskCard.vue 中生成测试任务的测试代码撤回

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

diff --git a/src/components/ToolBar.vue b/src/components/ToolBar.vue
index be6a898..7f4452e 100644
--- a/src/components/ToolBar.vue
+++ b/src/components/ToolBar.vue
@@ -58,7 +58,9 @@
 .layout {
   /* background-color: beige; */
   height: var(--height-toolbar);
-  /* border-bottom: 1px solid var(--el-color-info-light-7); */
+  border-bottom: 1px solid var(--el-color-info-light-7);
+  box-shadow: 6px 4px 4px rgba(0, 0, 0, 0.12);
+  margin-bottom: 4px;
 }
 
 .cell-item {

--
Gitblit v1.9.3