🎩 You're Invited:Meet the Socket team at Black Hat in Las Vegas, August 3-6.RSVP
Sign In

lighting-ui

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lighting-ui - npm Package Compare versions

Comparing version
0.3.123
to
0.3.124
+1
-1
package.json
{
"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";