mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-05-22 22:49:15 +08:00
[improvement] Dialog: allow newline charactor (#2799)
This commit is contained in:
parent
090f9c01a3
commit
98e7d23eef
@ -32,6 +32,9 @@
|
||||
text-align: center;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
|
||||
// allow newline charactor
|
||||
white-space: pre-wrap;
|
||||
|
||||
&--has-title {
|
||||
padding-top: 12px;
|
||||
color: @gray-darker;
|
||||
|
Loading…
x
Reference in New Issue
Block a user