From d7f1dd29691e12cc903c4560a0dff99256190baa Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 2 Apr 2025 12:11:09 +0800 Subject: [PATCH] no message --- css/projectList.css | 4 ++-- css/projectList.less | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/projectList.css b/css/projectList.css index 8e1d1ea..92c4ca3 100644 --- a/css/projectList.css +++ b/css/projectList.css @@ -202,8 +202,8 @@ } .boxbox .content .content-left .empty-box { flex-direction: column; - height: 100%; - color: #7F7F7F; + height: 300px; + color: #7f7f7f; } .boxbox .content .screen-box { width: 360px; diff --git a/css/projectList.less b/css/projectList.less index 42646ba..012fb64 100644 --- a/css/projectList.less +++ b/css/projectList.less @@ -238,8 +238,8 @@ .empty-box { flex-direction: column; - height: 100%; - color: #7F7F7F; + height: 300px; + color: #7f7f7f; } }