Skip to content

Commit

Permalink
调整分段器样式
Browse files Browse the repository at this point in the history
  • Loading branch information
cnlesscode committed Nov 14, 2018
1 parent 82d75d4 commit c2a0f0c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions examples/hello-uniapp/components/uni-segmented-control.vue
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,16 @@
display: flex;
flex-direction: row;
justify-content: center;
width: 100%;
font-size: 30upx;
border-radius: 12upx;
width: 75%;
font-size: 28upx;
border-radius: 10upx;
box-sizing: border-box;
margin: 0 auto;
overflow: hidden;
}
.segmented-control.button {
border: 1upx solid;
border: 2upx solid;
}
.segmented-control.text {
Expand All @@ -116,7 +116,7 @@
.segmented-control-item {
flex: 1;
text-align: center;
line-height: 70upx;
line-height: 60upx;
box-sizing: border-box;
}
Expand Down

0 comments on commit c2a0f0c

Please sign in to comment.