From 42644c56affe5eb6fce7c781929d75a3fc10454d Mon Sep 17 00:00:00 2001 From: wangxy <1356089412@qq.com> Date: Wed, 31 Jul 2024 08:11:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=E9=97=AE=E9=A2=98=E4=BF=AE=E6=94=B90730?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/resources/templates/home/base.html | 22 ++++++++++++------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/ruoyi-admin/src/main/resources/templates/home/base.html b/ruoyi-admin/src/main/resources/templates/home/base.html index 9652b8b..4c1102e 100644 --- a/ruoyi-admin/src/main/resources/templates/home/base.html +++ b/ruoyi-admin/src/main/resources/templates/home/base.html @@ -52,6 +52,12 @@ user-select: none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); } + .layui-col-md6{ + min-height: 461px; + } + .layui-card{ + min-height: 461px; + }
@@ -70,8 +76,8 @@