[build] add stylelint-config-rational-order plugin

This commit is contained in:
陈嘉涵
2019-05-09 19:00:53 +08:00
parent 21589c9b9f
commit ba4f02b9b4
64 changed files with 571 additions and 442 deletions

View File

@@ -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 {