From d13f2db56f0a82b9324c19e48d41848e7f5909b3 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期六, 28 十月 2023 18:48:54 +0800
Subject: [PATCH] 工艺信息的组件+人员的组件半成品

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

diff --git a/src/components/DashboardLayout.vue b/src/components/DashboardLayout.vue
index a88908e..692c86f 100644
--- a/src/components/DashboardLayout.vue
+++ b/src/components/DashboardLayout.vue
@@ -121,5 +121,6 @@
   height: 100%;
   background-color: #153e94;
   border-radius: 6px;
+  padding: 10px 16px;
 }
 </style>

--
Gitblit v1.8.0