UNPKG

456 BSCSSView Raw
1/**Variable**/
2
3.vxe-list {
4 position: relative;
5 display: block;
6 padding: 0;
7 color: $vxe-font-color;
8 direction: ltr;
9 .vxe-list--virtual-wrapper {
10 position: relative;
11 overflow: auto;
12 }
13 .vxe-list--y-space {
14 width: 0;
15 float: left;
16 }
17 .vxe-list--virtual-wrapper,
18 .vxe-list--body {
19 padding: 0;
20 margin: 0;
21 border: 0;
22 outline: 0;
23 }
24}
25
26.vxe-list--virtual-wrapper {
27 height: 100px;
28}
\No newline at end of file