From 30a8dbff49c28a3b72dd84458b696e95fbcf544d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8F=99=E8=BF=B0=E3=80=81=E5=88=AB=E7=A6=BB?= Date: Wed, 29 May 2024 19:00:06 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=86=E8=8A=82=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/static/web/css/admin.css | 2 +- src/system/common.func.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index 5aa950f1..216d5cda 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -110,7 +110,7 @@ body.menu-show .body-right{left:220px;transition:all 0.5s} .nw{float:left;width:160px} .cls{clear:both} .helpinfo{float:left;display:none;padding:10px;width:100%;background:var(--bg);border:1px solid var(--gray-300);border-radius:var(--b-radius)} -.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:var(--b-radius);box-shadow:0 0.125rem 0.25rem rgba(0,0,0,0.075)} +.tips-box{margin:70px auto 0;width:500px;height:auto;background:var(--white);border-radius:var(--b-radius)} .tips-head{margin:0 20px;padding:18px 0;border-bottom:1px solid var(--light)} .tips-head p{margin:0;padding-left:10px;line-height:16px;color:var(--gray-dark);text-align:left;border-left:3px solid var(--yellow)} .tips-body{padding:20px;min-height:160px;color:var(--gray);word-break:break-all;word-wrap:break-word} diff --git a/src/system/common.func.php b/src/system/common.func.php index 15684151..f5d32c8e 100755 --- a/src/system/common.func.php +++ b/src/system/common.func.php @@ -338,7 +338,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0) } $func .= ""; $rmsg = $func; - $rmsg .= "

系统提示

"; + $rmsg .= "

系统提示

"; $rmsg .= "
"; $rmsg .= "".str_replace("\"", "“", $msg).""; $rmsg .= "";