🎩 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.125
to
0.3.126
+1
-1
package.json
{
"name": "lighting-ui",
"version": "0.3.125",
"version": "0.3.126",
"description": "A rich interaction, lightweight, high performance UI library based on Weex",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -41,6 +41,7 @@ <!-- CopyRight (C) 2017-2022 Alibaba Group Holding Limited. -->

/* 215749 【TS:202006170966-信托行业事业部_彭泉善-【Light】light-ui lcMack组件问题。 */
.lc-mask {
position: fixed;
top: 300px;
left: 60px;
/* top: 300px;
left: 60px; */
width: 702px;

@@ -65,3 +66,5 @@ height: 800px;

<script>
const animation = weex.requireModule('animation');
// 去除lighting-ui组件内在小程序运行环境中所有引入的weex环境变量
import Light from 'light';
const animation = Light.requireModule('animation');
import LcOverlay from '../lc-overlay';

@@ -68,0 +71,0 @@ import Utils from "../utils";