File tree Expand file tree Collapse file tree 5 files changed +5
-4
lines changed
apps/application/template Expand file tree Collapse file tree 5 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -272,6 +272,7 @@ function initMaxkbStyle(root){
272272 position: absolute;
273273 display: flex;
274274 align-items: center;
275+ line-height: 18px;
275276 }
276277 #maxkb #maxkb-chat-container .maxkb-operate .maxkb-chat-close{
277278 margin-left:15px;
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ import { cloneDeep } from 'lodash'
4848import { ref , computed } from ' vue'
4949import EditParagraphDialog from ' ./EditParagraphDialog.vue'
5050import { MsgConfirm } from ' @/utils/message'
51- const page_size = ref <number >(20 )
51+ const page_size = ref <number >(30 )
5252const current_page = ref <number >(1 )
5353const currentCIndex = ref <number >(0 )
5454const EditParagraphDialogRef = ref ()
Original file line number Diff line number Diff line change @@ -160,7 +160,7 @@ const loading = ref(false)
160160const datasetList = ref <any []>([])
161161const paginationConfig = reactive ({
162162 current_page: 1 ,
163- page_size: 20 ,
163+ page_size: 30 ,
164164 total: 0
165165})
166166
Original file line number Diff line number Diff line change @@ -142,7 +142,7 @@ const functionLibList = ref<any[]>([])
142142
143143const paginationConfig = reactive ({
144144 current_page: 1 ,
145- page_size: 20 ,
145+ page_size: 30 ,
146146 total: 0
147147})
148148
Original file line number Diff line number Diff line change @@ -198,7 +198,7 @@ const multipleSelection = ref<any[]>([])
198198
199199const paginationConfig = reactive ({
200200 current_page: 1 ,
201- page_size: 20 ,
201+ page_size: 30 ,
202202 total: 0
203203})
204204
You can’t perform that action at this time.
0 commit comments