1
0

refactor: 优化前端展示

This commit is contained in:
2024-12-22 22:33:30 +08:00
parent d94cb69fa5
commit 2cc0840d3e
3 changed files with 1 additions and 3 deletions

View File

@@ -1,6 +1,5 @@
function bookForm() {
return {
debug: '${debug}',
type: 'form',
...horizontalFormOptions(),
body: [
@@ -39,7 +38,6 @@ function bookForm() {
extractValue: true,
max: 10,
maxTagLength: 10,
maxTagCount: 5,
source: '${base}/book/tags'
},
{

View File

@@ -1,6 +1,5 @@
function chapterForm() {
return {
debug: '${debug}',
type: 'form',
...horizontalFormOptions(),
body: [

View File

@@ -32,5 +32,6 @@ function paginationOption() {
layout: 'total,perPage,pager',
maxButtons: 5,
showPageInput: false,
total: '${total}'
}
}