1
0

feat: 优化页面显示

This commit is contained in:
2025-09-29 17:24:37 +08:00
parent 46b1aa8853
commit ccd0767194
5 changed files with 58 additions and 20 deletions

View File

@@ -96,7 +96,7 @@ function Bookshelf() {
{
name: 'name',
label: '书名',
width: 120,
width: 150,
fixed: 'left',
},
{

View File

@@ -65,7 +65,7 @@ function Chapter() {
{
type: 'action',
label: '',
icon: 'fa fa-book-open-reader',
icon: 'fa fa-rotate-right',
actionType: 'ajax',
tooltip: '序号重排',
tooltipPlacement: 'top',
@@ -76,7 +76,7 @@ function Chapter() {
{
type: 'action',
label: '',
icon: 'fa fa-glasses',
icon: 'fa fa-book-open-reader',
actionType: 'dialog',
tooltip: '全文阅读',
tooltipPlacement: 'top',