From a213f6bfca8c129680c7e4ef53f3391d3347fc38 Mon Sep 17 00:00:00 2001
From: songshankun <songshankun@foxmail.com>
Date: 星期六, 28 十月 2023 18:17:21 +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