From f1764cdfb7a16465e18f25870a24201f6aa2afb9 Mon Sep 17 00:00:00 2001 From: A1300399510 Date: Mon, 18 Nov 2024 17:27:39 +0800 Subject: [PATCH] no message --- css/common.css | 2 +- css/common.less | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/css/common.css b/css/common.css index ffc3e52..d21f064 100644 --- a/css/common.css +++ b/css/common.css @@ -724,7 +724,7 @@ body { height: 34px; padding-right: 10px; font-size: 14px; - width: 384px; + width: 348px; } .empty-box { flex-direction: column; diff --git a/css/common.less b/css/common.less index 3dee8f1..15794ed 100644 --- a/css/common.less +++ b/css/common.less @@ -823,7 +823,8 @@ body { height: 34px; padding-right: 10px; font-size: 14px; - width: 384px; + // width: 384px; + width: 348px; } .empty-box {