From 20552f58f1a57b07ee237da02d8e87c574b669d6 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期六, 28 十月 2023 17:45:33 +0800
Subject: [PATCH] feat: 任务分类切换组件

---
 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