mirror of
https://gitee.com/hhyykk/ipms-sjy.git
synced 2025-07-06 15:15:07 +08:00
使用 uview 重构实际登陆
This commit is contained in:
24
yudao-vue-ui/uni_modules/uview-ui/components/u-gap/props.js
Normal file
24
yudao-vue-ui/uni_modules/uview-ui/components/u-gap/props.js
Normal file
@ -0,0 +1,24 @@
|
||||
export default {
|
||||
props: {
|
||||
// 背景颜色(默认transparent)
|
||||
bgColor: {
|
||||
type: String,
|
||||
default: uni.$u.props.gap.bgColor
|
||||
},
|
||||
// 分割槽高度,单位px(默认30)
|
||||
height: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.gap.height
|
||||
},
|
||||
// 与上一个组件的距离
|
||||
marginTop: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.gap.marginTop
|
||||
},
|
||||
// 与下一个组件的距离
|
||||
marginBottom: {
|
||||
type: [String, Number],
|
||||
default: uni.$u.props.gap.marginBottom
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user