We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5dd2747 + 271997f commit 6c894f5Copy full SHA for 6c894f5
src/index.js
@@ -5,6 +5,7 @@ function isExist(field) {
5
}
6
7
Component({
8
+ externalClasses: ['picker-class'],
9
/**
10
* 组件的属性列表
11
*/
src/index.wxml
@@ -1,4 +1,5 @@
1
<picker
2
+ class="picker picker-class"
3
mode="multiSelector"
4
bindchange="pickerChange"
bindcolumnchange="pickerColumnChange"
src/index.wxss
@@ -1 +1,5 @@
+.picker {
+ width: 100%;
+ height: 100%;
+}
0 commit comments