1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-02 23:23:28 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

小细节调整

This commit is contained in:
2022-04-19 17:36:00 +08:00
parent fb9db00b3a
commit fe23b88427
4 changed files with 10 additions and 2 deletions

View File

@@ -61,7 +61,7 @@
修改: ${new Date(element.fileModifiedAt).toLocaleString()}
</nobr></span>`,
管理: `<span class="overflow-omit" style="margin: 0 auto;">
<a href="<%= pageUrl %>detail?id=${element.id}">管理文件对象(TODO)</a>
<a href="<%= pageUrl %>detail?id=${element.id}">详情(TODO)</a>
<a href="javascript:deleteBook(${element.id});">删除(TODO)</a>
</span>`,
})