lighting-ui
Advanced tools
+1
-1
| { | ||
| "name": "lighting-ui", | ||
| "version": "0.3.123", | ||
| "version": "0.3.124", | ||
| "description": "A rich interaction, lightweight, high performance UI library based on Weex", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
| <template> | ||
| <div class="container" :style="containerStyle" @touchmove="touchMovehandler"> | ||
| <!-- 209305 lc-picker 组件在H5里,存在多个分割线,选择的时候,会有滚动透穿。 --> | ||
| <div class="container" :style="containerStyle" @touchmove.prevent.stop="touchMovehandler"> | ||
| <div class="bg"> | ||
| <div :class="[index!==(splitList.length-1)?'bottom-border':'']" v-for="(item, index) in splitList" :key="index" :style="heightStyle"></div> | ||
| <div :class="[index==(splitList.length-3)?'bottom-border':'']" v-for="(item, index) in splitList" :key="index" :style="heightStyle"></div> | ||
| </div> | ||
@@ -48,2 +49,4 @@ <div class="list-container"> | ||
| border-bottom-color: #e8e8e8; | ||
| border-top-width: 1px; | ||
| border-top-color: #e8e8e8; | ||
| } | ||
@@ -65,3 +68,5 @@ .item { | ||
| <script> | ||
| const animation = weex.requireModule("animation"); | ||
| // 去除lighting-ui组件内在小程序运行环境中所有引入的weex环境变量 | ||
| import Light from 'light'; | ||
| const animation = Light.requireModule("animation"); | ||
| import Utils from "../utils"; | ||
@@ -68,0 +73,0 @@ import Binding from "weex-bindingx"; |
1302159
0.02%