Skip to content

Commit 9f7a10a

Browse files
committed
fix: Fix spelling errors
1 parent 3c92110 commit 9f7a10a

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

frontend/src/views/system/member/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

frontend/src/views/system/user/User.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
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

frontend/src/views/system/workspace/index.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)