Skip to content

Commit

Permalink
Merge pull request #988 from XiaoMi/feature/ui
Browse files Browse the repository at this point in the history
fix: #968
  • Loading branch information
solarjoker authored Mar 10, 2020
2 parents 0116f85 + 2eead47 commit ad53b04
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/tabs/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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 {
Expand Down
4 changes: 2 additions & 2 deletions components/timeline/style/index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand All @@ -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 {
Expand Down

0 comments on commit ad53b04

Please sign in to comment.