project init & fix ui
This commit is contained in:
8
miniprogram_npm/tdesign-miniprogram/popup/popup.wxs
Normal file
8
miniprogram_npm/tdesign-miniprogram/popup/popup.wxs
Normal file
@@ -0,0 +1,8 @@
|
||||
function getPopupStyles(zIndex, customStyle) {
|
||||
var zIndexStyle = zIndex ? 'z-index:' + zIndex + ';' : '';
|
||||
return zIndexStyle + customStyle;
|
||||
}
|
||||
|
||||
module.exports = {
|
||||
getPopupStyles: getPopupStyles,
|
||||
};
|
||||
Reference in New Issue
Block a user