Skip to content

Commit

Permalink
chore: fix pagination text (#2996)
Browse files Browse the repository at this point in the history
  • Loading branch information
uyarn committed Jan 2, 2024
1 parent c755853 commit 7ec0cb8
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
28 changes: 14 additions & 14 deletions test/snap/__snapshots__/csr.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -44112,7 +44112,7 @@ exports[`csr snapshot test > csr test ./src/dialog/_example/base.vue 1`] = `
<div
class="t-pagination__total"
>
共 30 项数据
共 30 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -75505,7 +75505,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/base.vue 1`] = `
<div
class="t-pagination__total"
>
共 36 项数据
共 36 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -75643,7 +75643,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/base.vue 1`] = `
<div
class="t-pagination__total"
>
共 36 项数据
共 36 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -75797,7 +75797,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/customizable.vue
<div
class="t-pagination__total"
>
共 200 项数据
共 200 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -75987,7 +75987,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/disabled.vue 1`]
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76175,7 +76175,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/few.vue 1`] = `
<div
class="t-pagination__total"
>
共 49 项数据
共 49 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76301,7 +76301,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/jump.vue 1`] = `
<div
class="t-pagination__total"
>
共 101 项数据
共 101 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76470,7 +76470,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/mini.vue 1`] = `
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76632,7 +76632,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/more.vue 1`] = `
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76806,7 +76806,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/more.vue 1`] = `
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -76935,7 +76935,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/page-num.vue 1`]
<div
class="t-pagination__total"
>
共 645 项数据
共 645 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -77309,7 +77309,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/simple.vue 1`] =
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -77443,7 +77443,7 @@ exports[`csr snapshot test > csr test ./src/pagination/_example/simple-mini.vue
<div
class="t-pagination__total"
>
共 100 项数据
共 100 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down Expand Up @@ -97264,7 +97264,7 @@ exports[`csr snapshot test > csr test ./src/table/_example/base.vue 1`] = `
<div
class="t-pagination__total"
>
共 28 项数据
共 28 条数据
</div>
<div
class="t-select__wrap t-pagination__select"
Expand Down
Loading

0 comments on commit 7ec0cb8

Please sign in to comment.