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

细节调整:限制书籍管理列表页作者列宽度

This commit is contained in:
2022-04-29 17:54:42 +08:00
parent 2c54b1df63
commit e9a02e905f

View File

@@ -48,7 +48,9 @@
${element.category.name}
</span>
</a>`,
作者: `${element.author}`,
作者: `<span class="overflow-omit" style="max-width: 300px; max-height: 2em; margin: 0 auto;">
${element.author}
</span>`,
语言: `<span class="overflow-omit" style="max-width: ${columnWidth[2] * mainDivWidth / 100}vw; max-height: 2em; margin: 0 auto;">
${element.language}
</span>`,