diff --git a/packages/theme/package.json b/packages/theme/package.json index 6d69e9ec7b..b828162c0e 100644 --- a/packages/theme/package.json +++ b/packages/theme/package.json @@ -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", diff --git a/packages/theme/src/pager/vars.less b/packages/theme/src/pager/vars.less index 92aa503093..2b5812eee5 100644 --- a/packages/theme/src/pager/vars.less +++ b/packages/theme/src/pager/vars.less @@ -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); // 分页下拉框按钮图标色