We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07484db commit e7647e6Copy full SHA for e7647e6
packages/theme/src/pager/vars.less
@@ -49,7 +49,7 @@
49
// 分页字号(不含总条数项)
50
--ti-pager-font-size: var(--ti-common-font-size-base, 12px);
51
// 分页文字左边内边距
52
- --ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base, 14px) * 3 + 2px);
+ --ti-pager-normal-text-padding-left: calc(var(--ti-common-space-base, 4px) * 3 + 2px);
53
// 分页前往按钮|页码项文本色
54
--ti-pager-text-color: var(--ti-common-color-text-secondary, #575d6c);
55
// 分页下拉框按钮图标色
0 commit comments