chore: fui-date-picker 增加top配置
This commit is contained in:
@ -460,10 +460,10 @@ export default {
|
|||||||
return `background:${this.maskBackground};z-index:${Number(this.zIndex - 10)};`
|
return `background:${this.maskBackground};z-index:${Number(this.zIndex - 10)};`
|
||||||
},
|
},
|
||||||
topBottom() {
|
topBottom() {
|
||||||
if (top || Number(top) ===0)
|
if (this.top || Number(this.top) ===0)
|
||||||
return `top:${this.top}rpx;zIndex: ${Number(this.zIndex)}`
|
return `top:${this.top}rpx;z-index: ${Number(this.zIndex)}`
|
||||||
else
|
else
|
||||||
return `zIndex: ${Number(this.zIndex)}`
|
return `z-index: ${Number(this.zIndex)}`
|
||||||
|
|
||||||
},
|
},
|
||||||
initChange() {
|
initChange() {
|
||||||
|
Reference in New Issue
Block a user