Browse Source

1

develop
叙述、别离 1 month ago
parent
commit
40d7752a80
2 changed files with 2 additions and 0 deletions
  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 View File

@@ -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 View File

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


Loading…
Cancel
Save