mirror of
https://github.com/youzan/vant.git
synced 2025-10-19 18:14:13 +00:00
[build] add stylelint-config-rational-order plugin
This commit is contained in:
@@ -1,16 +1,16 @@
|
||||
@import '../style/var';
|
||||
|
||||
.van-tree-select {
|
||||
user-select: none;
|
||||
font-size: 14px;
|
||||
position: relative;
|
||||
font-size: 14px;
|
||||
user-select: none;
|
||||
|
||||
&__nav {
|
||||
width: 35%;
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
width: 35%;
|
||||
min-width: 120px;
|
||||
overflow: scroll;
|
||||
background-color: @background-color-light;
|
||||
@@ -19,8 +19,8 @@
|
||||
|
||||
&__nitem {
|
||||
position: relative;
|
||||
line-height: 44px;
|
||||
padding: 0 9px 0 15px;
|
||||
line-height: 44px;
|
||||
|
||||
&--active::after {
|
||||
position: absolute;
|
||||
@@ -47,14 +47,14 @@
|
||||
}
|
||||
|
||||
&__content {
|
||||
box-sizing: border-box;
|
||||
width: 65%;
|
||||
height: 100%;
|
||||
padding-left: 15px;
|
||||
margin-left: 35%;
|
||||
padding-left: 15px;
|
||||
overflow: scroll;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
background-color: @white;
|
||||
box-sizing: border-box;
|
||||
-webkit-overflow-scrolling: touch;
|
||||
}
|
||||
|
||||
&__item {
|
||||
|
Reference in New Issue
Block a user