mirror of
https://github.com/youzan/vant.git
synced 2025-10-21 19:24:16 +00:00
[Improvement] Dialog: isolated title (#1270)
This commit is contained in:
@@ -15,6 +15,10 @@
|
||||
&__header {
|
||||
padding: 15px 0 0;
|
||||
text-align: center;
|
||||
|
||||
&--isolated {
|
||||
padding: 25px 0;
|
||||
}
|
||||
}
|
||||
|
||||
&__message {
|
||||
@@ -40,10 +44,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
&__header + &__footer {
|
||||
margin-top: 15px;
|
||||
}
|
||||
|
||||
.van-button {
|
||||
border: 0;
|
||||
}
|
||||
|
Reference in New Issue
Block a user