1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-21 01:10:39 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

上传文件在新窗口打开;修改网站标题;首页输入框样式调整

This commit is contained in:
2022-04-29 11:35:01 +08:00
parent 5295fa3ee1
commit 5c48cfb823
4 changed files with 7 additions and 14 deletions

View File

@@ -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 {

View File

@@ -4,5 +4,5 @@
"_prefix": "http://bookshelf.plus/api",
"prefix": "/api"
},
"title": "书栖网(测试中)"
"title": "书栖网 (内测中)"
}

View File

@@ -20,7 +20,7 @@
<p>
<a href="<%= pageUrl %>object-manage">文件对象管理</a>
&nbsp;
<a href="<%= pageUrl %>upload">上传文件</a><br>
<a href="<%= pageUrl %>upload"target="_blank">上传文件</a><br>
删除文件前必须先删除该文件关联的所有文件对象
</p>
<script>

View File

@@ -8,7 +8,7 @@
<p>
<a href="<%= pageUrl %>../">返回上一级</a>
&nbsp;
<a href="<%= pageUrl %>../upload">上传文件</a><br><br>
<a href="<%= pageUrl %>../upload" target="_blank">上传文件</a><br><br>
您现在在「文件管理 > 文件对象管理」,以下是系统所有文件对象信息
</p>
<script>