소스 검색

细节优化

tags/6.3.2
叙述、别离 9 달 전
부모
커밋
30a8dbff49
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. +1
    -1
      src/static/web/css/admin.css
  2. +1
    -1
      src/system/common.func.php

+ 1
- 1
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}


+ 1
- 1
src/system/common.func.php 파일 보기

@@ -338,7 +338,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0)
}
$func .= "<script>var pgo=0;function JumpUrl(){if (pgo==0) {location='$gourl'; pgo=1;}}</script>";
$rmsg = $func;
$rmsg .= "<div class='tips'><div class='tips-box'><div class='tips-head'><p>系统提示</p></div>";
$rmsg .= "<div class='tips'><div class='tips-box shadow-sm'><div class='tips-head'><p>系统提示</p></div>";
$rmsg .= "<div class='tips-body'>";
$rmsg .= "".str_replace("\"", "“", $msg)."";
$rmsg .= "";


불러오는 중...
취소
저장