mirror of
https://gitee.com/bookshelfplus/bookshelfplus
synced 2025-09-09 10:21:38 +08:00
细节调整:限制书籍管理列表页作者列宽度
This commit is contained in:
@@ -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>`,
|
||||
|
Reference in New Issue
Block a user