Skip to content

Commit

Permalink
fix(Dialog): fix button style (#1633)
Browse files Browse the repository at this point in the history
  • Loading branch information
anlyyao authored Feb 22, 2023
1 parent fb4a31a commit 5da469e
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions src/dialog/dialog.less
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@
}
}

&-button {
border-radius: 0 !important;

&:after {
border-radius: 0;
}
}

&__button {
position: relative;
flex: 1;
Expand All @@ -116,6 +108,7 @@

&--text {
flex: 1;
--td-button-border-radius: 0;
--td-button-medium-height: 112rpx;
border-radius: 0;

Expand Down

0 comments on commit 5da469e

Please sign in to comment.