Skip to content

Commit 6c894f5

Browse files
committed
Merge branch 'dev' into debug
2 parents 5dd2747 + 271997f commit 6c894f5

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ function isExist(field) {
55
}
66

77
Component({
8+
externalClasses: ['picker-class'],
89
/**
910
* 组件的属性列表
1011
*/

src/index.wxml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
<picker
2+
class="picker picker-class"
23
mode="multiSelector"
34
bindchange="pickerChange"
45
bindcolumnchange="pickerColumnChange"

src/index.wxss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11

2+
.picker {
3+
width: 100%;
4+
height: 100%;
5+
}

0 commit comments

Comments
 (0)