Merge branch 'dev' into debug

This commit is contained in:
qimengjie
2019-07-25 23:27:50 +08:00
3 changed files with 6 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ function isExist(field) {
} }
Component({ Component({
externalClasses: ['picker-class'],
/** /**
* 组件的属性列表 * 组件的属性列表
*/ */

View File

@@ -1,4 +1,5 @@
<picker <picker
class="picker picker-class"
mode="multiSelector" mode="multiSelector"
bindchange="pickerChange" bindchange="pickerChange"
bindcolumnchange="pickerColumnChange" bindcolumnchange="pickerColumnChange"

View File

@@ -1 +1,5 @@
.picker {
width: 100%;
height: 100%;
}