feat: 引入uView Plus组件库,新增部分静态页面
This commit is contained in:
33
uni_modules/uview-plus/components/u-popup/popup.js
Normal file
33
uni_modules/uview-plus/components/u-popup/popup.js
Normal file
@@ -0,0 +1,33 @@
|
||||
/*
|
||||
* @Author : LQ
|
||||
* @Description :
|
||||
* @version : 3.0
|
||||
* @Date : 2021-08-20 16:44:21
|
||||
* @LastAuthor : jry
|
||||
* @lastTime : 2025-12-19 08:55:21
|
||||
* @FilePath : /uview-plus/libs/config/props/popup.js
|
||||
*/
|
||||
export default {
|
||||
// popup组件
|
||||
popup: {
|
||||
show: false,
|
||||
overlay: true,
|
||||
mode: 'bottom',
|
||||
duration: 300,
|
||||
closeable: false,
|
||||
overlayStyle: {},
|
||||
closeOnClickOverlay: true,
|
||||
zIndex: 10075,
|
||||
safeAreaInsetBottom: true,
|
||||
safeAreaInsetTop: false,
|
||||
closeIconPos: 'top-right',
|
||||
round: '20px',
|
||||
zoom: true,
|
||||
bgColor: '',
|
||||
overlayOpacity: 0.5,
|
||||
pageInline: false,
|
||||
touchable: false,
|
||||
minHeight: '200px',
|
||||
maxHeight: '600px'
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user