mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-05 19:41:42 +08:00
fix(Dialog): fix the rounded corners of shadow when button is clicked (#11863)
This commit is contained in:
parent
57f115bee2
commit
cff0631b2b
@ -100,6 +100,7 @@
|
||||
height: var(--van-dialog-button-height);
|
||||
margin: 0;
|
||||
border: 0;
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
&__confirm {
|
||||
@ -129,6 +130,18 @@
|
||||
.van-dialog__confirm {
|
||||
color: var(--van-white);
|
||||
}
|
||||
|
||||
.van-action-bar-button {
|
||||
&--first {
|
||||
border-top-left-radius: var(--van-radius-max);
|
||||
border-bottom-left-radius: var(--van-radius-max);
|
||||
}
|
||||
|
||||
&--last {
|
||||
border-top-right-radius: var(--van-radius-max);
|
||||
border-bottom-right-radius: var(--van-radius-max);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
&-bounce-enter-from {
|
||||
|
Loading…
x
Reference in New Issue
Block a user