UNPKG

@antmjs/vantui

Version:

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

21 lines (20 loc) 480 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 }); }