feat: 优化页面显示
This commit is contained in:
@@ -96,7 +96,7 @@ function Bookshelf() {
|
||||
{
|
||||
name: 'name',
|
||||
label: '书名',
|
||||
width: 120,
|
||||
width: 150,
|
||||
fixed: 'left',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user