Skip to content

Commit

Permalink
fix(pager): [pager] fix pager css vars default value error (#2284)
Browse files Browse the repository at this point in the history
  • Loading branch information
gimmyhehe authored Oct 17, 2024
1 parent cf5f8ea commit 07484db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/theme/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentiny/vue-theme",
"version": "3.18.2",
"version": "3.18.3",
"description": "An enterprise-class UI component library, support both Vue.js 2 and Vue.js 3, as well as PC and mobile.",
"author": "OpenTiny Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion packages/theme/src/pager/vars.less
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
// 分页字号(不含总条数项)
--ti-pager-font-size: var(--ti-common-font-size-base, 12px);
// 分页文字左边内边距
--ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base) * 3 + 2px, 14px);;
--ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base, 14px) * 3 + 2px);
// 分页前往按钮|页码项文本色
--ti-pager-text-color: var(--ti-common-color-text-secondary, #575d6c);
// 分页下拉框按钮图标色
Expand Down

0 comments on commit 07484db

Please sign in to comment.