UNPKG

vantui-edit

Version:

一套适用于Taro3及React的vantui组件库

25 lines (20 loc) 484 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.notifyStyle = notifyStyle; exports.rootStyle = rootStyle; var _utils = require("../wxs/utils"); var _addUnit = require("../wxs/add-unit"); function rootStyle(data) { return (0, _utils.style)({ 'z-index': data.zIndex, top: (0, _addUnit.addUnit)(data.top) }); } function notifyStyle(data) { return (0, _utils.style)({ background: data.background, color: data.color }); }