WGShare.Client.Wx/miniprogram_npm/tdesign-miniprogram/popup/popup.wxs

9 lines
176 B
XML

function getPopupStyles(zIndex) {
var zIndexStyle = zIndex ? 'z-index:' + zIndex + ';' : '';
return zIndexStyle;
}
module.exports = {
getPopupStyles: getPopupStyles,
};