From 5c48cfb823cc8b96f82b5fe88a5b0ff50bdea887 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=A8=8B=E5=BA=8F=E5=91=98=E5=B0=8F=E5=A2=A8?= <2291200076@qq.com> Date: Fri, 29 Apr 2022 11:35:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8A=E4=BC=A0=E6=96=87=E4=BB=B6=E5=9C=A8?= =?UTF-8?q?=E6=96=B0=E7=AA=97=E5=8F=A3=E6=89=93=E5=BC=80=EF=BC=9B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E7=BD=91=E7=AB=99=E6=A0=87=E9=A2=98=EF=BC=9B=E9=A6=96?= =?UTF-8?q?=E9=A1=B5=E8=BE=93=E5=85=A5=E6=A1=86=E6=A0=B7=E5=BC=8F=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../public/assets/stylesheets/style.css | 15 ++++----------- bookshelfplus-frontend/settings.json | 2 +- .../views/dashboard/admin/FileManage.html | 2 +- .../dashboard/admin/FileManage_ObjectManage.html | 2 +- 4 files changed, 7 insertions(+), 14 deletions(-) diff --git a/bookshelfplus-frontend/public/assets/stylesheets/style.css b/bookshelfplus-frontend/public/assets/stylesheets/style.css index 4521f6b..bd0ecd5 100644 --- a/bookshelfplus-frontend/public/assets/stylesheets/style.css +++ b/bookshelfplus-frontend/public/assets/stylesheets/style.css @@ -117,25 +117,18 @@ hr { transition: 0.3s; - border: none; - border-bottom: 1px solid #ccc; - /* padding: 0.5em; */ + border: 1px solid rgb(133, 133, 133); + border-radius: 3px; + + padding: 0.1em 0.5em; font-size: 1em; outline: none; - - padding-bottom: 0.2em; - /* text-align: center; */ } .searchBox #searchInput:focus { padding: 0 18px; height: 35px; width: min(78vw, 300px); - - border: 1px solid rgb(133, 133, 133); - border-radius: 3px; - - /* text-align: left; */ } .searchBox #searchButton { diff --git a/bookshelfplus-frontend/settings.json b/bookshelfplus-frontend/settings.json index cecfa0d..1ceb844 100644 --- a/bookshelfplus-frontend/settings.json +++ b/bookshelfplus-frontend/settings.json @@ -4,5 +4,5 @@ "_prefix": "http://bookshelf.plus/api", "prefix": "/api" }, - "title": "书栖网(测试中)" + "title": "书栖网 (内测中)" } \ No newline at end of file diff --git a/bookshelfplus-frontend/views/dashboard/admin/FileManage.html b/bookshelfplus-frontend/views/dashboard/admin/FileManage.html index bae0010..8727683 100644 --- a/bookshelfplus-frontend/views/dashboard/admin/FileManage.html +++ b/bookshelfplus-frontend/views/dashboard/admin/FileManage.html @@ -20,7 +20,7 @@

文件对象管理   - 上传文件
+ 上传文件
删除文件前必须先删除该文件关联的所有文件对象