From 84f7a7130a11b2b60a85181852db27e2f5392496 Mon Sep 17 00:00:00 2001 From: charles <981744753@qq.com> Date: 星期五, 26 四月 2024 12:44:09 +0800 Subject: [PATCH] fix:修复新看板首页的bug --- src/views/dashboard/components/CurrentDateTime.vue | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/components/CurrentDateTime.vue b/src/views/dashboard/components/CurrentDateTime.vue index 3097eab..2a41bcd 100644 --- a/src/views/dashboard/components/CurrentDateTime.vue +++ b/src/views/dashboard/components/CurrentDateTime.vue @@ -13,9 +13,8 @@ $color: #30decd; .current-date-time { - width: 370px; color: $color; - font-size: 24px; + font-size: 20px; font-weight: 600; } </style> -- Gitblit v1.8.0