From 2f37d51bd79026d64ad493de1eef817eb16aeb5b Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期六, 28 十月 2023 16:53:31 +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