fix(tusimple-theme): pagination item-margin should be margin-left. (#462)

Co-authored-by: Jiwen Bai <56228105@qq.com>
This commit is contained in:
Mr.Bai 2021-07-10 00:43:58 +08:00 committed by GitHub
parent f64d37a84a
commit 7e4fc46254
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -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 |

View File

@ -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',

View File

@ -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',