Fix ui bug: 'vanilla-table -> ControlledPager' - splitPages() index error. (index === totalPages is not a page)
Fix css error: 'background-color' can't be set 'none'. Use 'background-color: unset;' instead
Page switching optimization: when totalpage > 12, the number of buttons will remain 13. This leaves the button in the same position when the page is switched.
Added the ability to skip multiple pages when clicking an omitted page.
Fix css error: 'background-color' can't be set 'none'. Use 'background-color: unset;' instead
Page switching optimization: when totalpage > 12, the number of buttons will remain 13. This leaves the button in the same position when the page is switched.