diff --git a/components/tabs/style/index.scss b/components/tabs/style/index.scss index cd7a912dc..af5072a64 100644 --- a/components/tabs/style/index.scss +++ b/components/tabs/style/index.scss @@ -133,7 +133,7 @@ $prefix: 'hi-tabs' !default; margin-right: 4px; padding: 0 8px; background: #fafafa; - border-radius: 4px 4px 0 0; + border-radius: 2px 2px 0 0; border: 1px solid #e6e7e8; text-align: center; box-sizing: border-box; @@ -218,7 +218,7 @@ $prefix: 'hi-tabs' !default; flex: none; height: 36px; line-height: 36px; - padding: 0 20px; + padding: 0 24px; box-sizing: border-box; &:hover { diff --git a/components/timeline/style/index.scss b/components/timeline/style/index.scss index b74ef0f2b..96171ee57 100755 --- a/components/timeline/style/index.scss +++ b/components/timeline/style/index.scss @@ -176,7 +176,7 @@ .hi-timeline__item:nth-child(even) { .hi-timeline__row { - margin-left: -16px; + margin-left: -19px; text-align: right; display: inline-block; @@ -197,7 +197,7 @@ .hi-timeline__item:nth-child(odd) { .hi-timeline__row { margin-left: 50%; - padding-left: 16px; + padding-left: 19px; text-align: left; .hi-timeline__time {