UNPKG

@antmjs/vantui

Version:

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

17 lines (16 loc) 404 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.barStyle = barStyle; var _style = require("../wxs/style"); function barStyle(data) { var newData = { 'padding-top': data.safeAreaInsetTop ? data.statusBarHeight + 'px' : 0, height: data.height + 'px' }; if (data.zIndex) { newData['z-index'] = data.zIndex; } return (0, _style.style)(newData); }