WXL
4 天以前 2cc85c64f1c64a2dbaeae276a3e2ca8420de76b7
node_modules/uview-plus/components/u-datetime-picker/props.js
@@ -168,6 +168,16 @@
        pageInline:{
            type: Boolean,
            default: () => defProps.datetimePicker.pageInline
        }
        },
      // 蒙层样式样式
      maskClass: {
         type: String,
         defualt: ''
      },
      // 蒙层样式样式
      maskStyle: {
         type: String,
         defualt: ''
      }
    }
})