From 83a47d08c2202fc2e68c7f411cdb9f19cd695337 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: Mon, 10 Jun 2024 13:24:44 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/admin/templets/album_add.htm | 2 +- src/admin/templets/album_edit.htm | 4 ++-- src/static/web/css/admin.css | 2 +- src/static/web/js/admin.album.js | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/admin/templets/album_add.htm b/src/admin/templets/album_add.htm index 980f90b8..d299f559 100644 --- a/src/admin/templets/album_add.htm +++ b/src/admin/templets/album_add.htm @@ -28,7 +28,7 @@
发布图片文档
-
+ diff --git a/src/admin/templets/album_edit.htm b/src/admin/templets/album_edit.htm index a099662a..516ed0a4 100644 --- a/src/admin/templets/album_edit.htm +++ b/src/admin/templets/album_edit.htm @@ -28,7 +28,7 @@
修改文档
- + @@ -181,7 +181,7 @@ $fhtml .= ""; $fhtml .= ""; $fhtml .= "
"; - $fhtml .= "
更换删除
"; + $fhtml .= "
更换删除
"; $fhtml .= "
"; $fhtml .= "
"; echo $fhtml; diff --git a/src/static/web/css/admin.css b/src/static/web/css/admin.css index f607c6a5..6d6bfbe9 100644 --- a/src/static/web/css/admin.css +++ b/src/static/web/css/admin.css @@ -468,7 +468,7 @@ body.menu-show .body-right { .atlas-input { width:220px } -.atlas-box { +.atlas-body { margin:0.5rem 0 } .atlas-foot input[type=text] { diff --git a/src/static/web/js/admin.album.js b/src/static/web/js/admin.album.js index 8ae9d843..3dacef9f 100644 --- a/src/static/web/js/admin.album.js +++ b/src/static/web/js/admin.album.js @@ -43,7 +43,7 @@ function addImage(src, pid) { atlasimg++; if (pid != 0) { atlasimg = 'ok' + pid; - delstr = '
删除

'; + delstr = '
删除

'; } else { atlasimg = 'err' + atlasimg; }