瀏覽代碼

1

tags/6.3.2
叙述、别离 5 月之前
父節點
當前提交
40d7752a80
共有 2 個文件被更改,包括 2 次插入0 次删除
  1. +1
    -0
      src/admin/dialog/select_images.php
  2. +1
    -0
      src/static/web/css/admin.css

+ 1
- 0
src/admin/dialog/select_images.php 查看文件

@@ -142,6 +142,7 @@ if (!empty($iseditor)) {
<span $lstyle>$file</span>
</div>";
echo "$line";
} else if (preg_match("#\.(jpg)#i", $file)) {
$reurl = "$activeurl/$file";
$reurl = preg_replace("#^\.\.#", "", $reurl);


+ 1
- 0
src/static/web/css/admin.css 查看文件

@@ -692,6 +692,7 @@ body.menu-show .admin-content {
.card-body canvas {
height:370px!important
}
.table {
margin-bottom:0;
font-size:14px;


Loading…
取消
儲存