Skip to content

Commit

Permalink
fix: stepper
Browse files Browse the repository at this point in the history
  • Loading branch information
wyj580231 committed May 26, 2023
1 parent 717ece6 commit f41c30c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/Stepper/index.less
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
overflow: hidden;
box-sizing: border-box;

&-button {
& &-button {
width: 56 * @rpx;
height: 56 * @rpx;
line-height: 56 * @rpx;
Expand All @@ -19,25 +19,25 @@
background-color: @COLOR_BACKGROUND;
}

&-button-hover {
& &-button-hover {
background-color: fade(@COLOR_BLACK_CHANGE, 8%);
}

&-button-up {
& &-button-up {
border-top-left-radius: 0;
border-top-right-radius: 4 * @rpx;
border-bottom-left-radius: 0;
border-bottom-right-radius: 4 * @rpx;
}

&-button-down {
& &-button-down {
border-top-right-radius: 0;
border-top-left-radius: 4 * @rpx;
border-bottom-right-radius: 0;
border-bottom-left-radius: 4 * @rpx;
}

&-button-disabled {
& &-button-disabled {
color: @COLOR_TEXT_ASSIST;
}

Expand Down

0 comments on commit f41c30c

Please sign in to comment.