Skip to content

Commit e7647e6

Browse files
committed
fix: fix error default size
1 parent 07484db commit e7647e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/theme/src/pager/vars.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// 分页字号(不含总条数项)
5050
--ti-pager-font-size: var(--ti-common-font-size-base, 12px);
5151
// 分页文字左边内边距
52-
--ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base, 14px) * 3 + 2px);
52+
--ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base, 4px) * 3 + 2px);
5353
// 分页前往按钮|页码项文本色
5454
--ti-pager-text-color: var(--ti-common-color-text-secondary, #575d6c);
5555
// 分页下拉框按钮图标色

0 commit comments

Comments
 (0)