From 5acf388322d6457b3c8a14130e897385b181637b Mon Sep 17 00:00:00 2001 From: "DESKTOP-RQ919RC\\Pc" <1300399510@qq.com> Date: Wed, 2 Apr 2025 12:09:08 +0800 Subject: [PATCH] no message --- css/projectList.css | 5 +++++ css/projectList.less | 6 ++++++ 2 files changed, 11 insertions(+) diff --git a/css/projectList.css b/css/projectList.css index 3778aac..8e1d1ea 100644 --- a/css/projectList.css +++ b/css/projectList.css @@ -200,6 +200,11 @@ color: #7f7f7f; line-height: 20px; } +.boxbox .content .content-left .empty-box { + flex-direction: column; + height: 100%; + color: #7F7F7F; +} .boxbox .content .screen-box { width: 360px; background-color: #fff; diff --git a/css/projectList.less b/css/projectList.less index 1da98ae..42646ba 100644 --- a/css/projectList.less +++ b/css/projectList.less @@ -235,6 +235,12 @@ // } } } + + .empty-box { + flex-direction: column; + height: 100%; + color: #7F7F7F; + } } .screen-box {