File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
frontend/src/views/system Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -231,7 +231,7 @@ const handleCurrentChange = (val: number) => {
231231 </el-button >
232232 </div >
233233 </div >
234- <div class =" table-content" :class =" multipleSelectionAll.length && 'show-pagenation_height '" >
234+ <div class =" table-content" :class =" multipleSelectionAll.length && 'show-pagination_height '" >
235235 <div class =" preview-or-schema" >
236236 <el-table
237237 ref =" multipleTableRef"
@@ -396,7 +396,7 @@ const handleCurrentChange = (val: number) => {
396396 max-height : calc (100% - 104px );
397397 overflow-y : auto ;
398398
399- & .show-pagenation_height {
399+ & .show-pagination_height {
400400 max-height : calc (100% - 165px );
401401 }
402402
Original file line number Diff line number Diff line change 4242 class =" sqlbot-table"
4343 :class =" [
4444 state.filterTexts.length && 'is-filter',
45- multipleSelectionAll.length && 'show-pagenation_height ',
45+ multipleSelectionAll.length && 'show-pagination_height ',
4646 ]"
4747 >
4848 <filter-text
@@ -860,7 +860,7 @@ onMounted(() => {
860860 max-height : calc (100vh - 150px );
861861 overflow-y : auto ;
862862
863- & .show-pagenation_height {
863+ & .show-pagination_height {
864864 max-height : calc (100vh - 215px );
865865 }
866866
Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ const handleCurrentChange = (val: number) => {
395395 </el-input >
396396 </div >
397397 </div >
398- <div class =" table-content" :class =" multipleSelectionAll.length && 'show-pagenation_height '" >
398+ <div class =" table-content" :class =" multipleSelectionAll.length && 'show-pagination_height '" >
399399 <div class =" preview-or-schema" >
400400 <el-table
401401 ref =" multipleTableRef"
@@ -732,7 +732,7 @@ const handleCurrentChange = (val: number) => {
732732 height : calc (100% - 168px );
733733 overflow-y : auto ;
734734
735- & .show-pagenation_height {
735+ & .show-pagination_height {
736736 height : calc (100% - 220px );
737737 }
738738
You can’t perform that action at this time.
0 commit comments