From 5c7fb29c2d20705a5707b1197fb3db3cff7342df Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Wed, 4 Mar 2026 15:10:38 +0800 Subject: [PATCH] =?UTF-8?q?v6.8.0=20=E6=A0=B7=E5=BC=8F=E7=BB=86=E8=8A=82?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/lib.css | 4 ---- common/css/page.css | 3 +++ 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/common/css/lib.css b/common/css/lib.css index f32a6bd1..df1f744e 100644 --- a/common/css/lib.css +++ b/common/css/lib.css @@ -710,10 +710,6 @@ /** * 高度 */ -.ht-auto { - height: auto; -} - .ht-0 { height: 0 !important; } diff --git a/common/css/page.css b/common/css/page.css index db029e11..26021934 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -188,6 +188,9 @@ button:before { .wh-auto { width: 100% !important; } +.ht-auto { + height: 100% !important; +} .tc { text-align: center; }