mirror of
https://github.com/tusen-ai/naive-ui.git
synced 2025-04-12 14:40:47 +08:00
fix(tusimple-theme): pagination item-margin should be margin-left. (#462)
Co-authored-by: Jiwen Bai <56228105@qq.com>
This commit is contained in:
parent
f64d37a84a
commit
7e4fc46254
@ -7,3 +7,4 @@
|
||||
| 0.1.8 | 2.7.3 |
|
||||
| 0.1.9 | 2.10.0 |
|
||||
| 0.1.10 | 2.15.2 |
|
||||
| 0.1.11 | 2.15.4 |
|
||||
|
@ -416,7 +416,7 @@ export const themeOverridesDark: GlobalThemeOverrides = {
|
||||
inputWidth: '80px',
|
||||
selectWidth: '100px',
|
||||
inputMargin: '0 20px',
|
||||
itemMargin: '0 20px 0 0',
|
||||
itemMargin: '0 0 0 20px',
|
||||
itemBorder: '0 solid #0000',
|
||||
itemBorderActive: '0 solid #0000',
|
||||
itemBorderDisabled: '0 solid #0000',
|
||||
|
@ -316,7 +316,7 @@ export const themeOverridesLight: GlobalThemeOverrides = {
|
||||
inputWidth: '80px',
|
||||
selectWidth: '100px',
|
||||
inputMargin: '0 20px',
|
||||
itemMargin: '0 20px 0 0',
|
||||
itemMargin: '0 0 0 20px',
|
||||
itemBorder: '0 solid #0000',
|
||||
itemBorderHover: '0 solid #0000',
|
||||
itemBorderActive: '0 solid #0000',
|
||||
|
Loading…
x
Reference in New Issue
Block a user