Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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);
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

默认值应该是个4px才对呀

// 分页前往按钮|页码项文本色
--ti-pager-text-color: var(--ti-common-color-text-secondary, #575d6c);
// 分页下拉框按钮图标色
Expand Down
Loading