File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -534,7 +534,7 @@ defineExpose({
534534 --easy-table-footer-padding : 0px 5px ;
535535 --easy-table-footer-height : 36px ;
536536 /* *footer-rowsPerPage**/
537- --easy-table-rows-per-page-selector-width : ' ' ;
537+ --easy-table-rows-per-page-selector-width : auto ;
538538 --easy-table-rows-per-page-selector-option-padding : 5px ;
539539 /* message*/
540540 --easy-table-message-font-color : #212121 ;
Original file line number Diff line number Diff line change @@ -279,7 +279,8 @@ const updatePage = (paginationNumber: number) => {
279279 --easy-table-footer-padding : 0px 10px ;
280280 --easy-table-footer-height : 40px ;
281281
282- --easy-table-rows-per-page-selector-width : 100px ;
282+ --easy-table-rows-per-page-selector-width : 70px ;
283+ --easy-table-rows-per-page-selector-option-padding : 10px ;
283284
284285 --easy-table-scrollbar-track-color : #4c5d7a ;
285286 --easy-table-scrollbar-color : #4c5d7a ;
You can’t perform that action at this time.
0 commit comments