Merge branch '2.x' into dev
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
color: @sidebar-text-color;
|
||||
font-size: @sidebar-font-size;
|
||||
line-height: @sidebar-line-height;
|
||||
word-wrap: break-word;
|
||||
background-color: @sidebar-background-color;
|
||||
cursor: pointer;
|
||||
user-select: none;
|
||||
@@ -22,6 +21,11 @@
|
||||
border-bottom-width: 1px;
|
||||
}
|
||||
|
||||
&__text {
|
||||
// https://github.com/youzan/vant/issues/7455
|
||||
word-break: break-all;
|
||||
}
|
||||
|
||||
&--select {
|
||||
color: @sidebar-selected-text-color;
|
||||
font-weight: @sidebar-selected-font-weight;
|
||||
|
||||
Reference in New Issue
Block a user