init
This commit is contained in:
10
components/pick-regions/pick-regions.js
Normal file
10
components/pick-regions/pick-regions.js
Normal file
File diff suppressed because one or more lines are too long
4
components/pick-regions/pick-regions.json
Normal file
4
components/pick-regions/pick-regions.json
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"component": true,
|
||||
"usingComponents": {}
|
||||
}
|
||||
1
components/pick-regions/pick-regions.wxml
Normal file
1
components/pick-regions/pick-regions.wxml
Normal file
@@ -0,0 +1 @@
|
||||
<view class="pick-regions data-v-1f20d2d5"><picker mode="multiSelector" value="{{multiIndex}}" range="{{multiArray}}" data-event-opts="{{[['change',[['handleValueChange',['$event']]]],['columnchange',[['handleColumnChange',['$event']]]]]}}" bindchange="__e" bindcolumnchange="__e" class="data-v-1f20d2d5"><slot></slot></picker></view>
|
||||
1
components/pick-regions/pick-regions.wxss
Normal file
1
components/pick-regions/pick-regions.wxss
Normal file
@@ -0,0 +1 @@
|
||||
.regions-picker-container.data-v-1f20d2d5{padding-bottom:constant(safe-area-inset-bottom);padding-bottom:env(safe-area-inset-bottom)}.regions-picker-container .picker-header.data-v-1f20d2d5{display:flex;height:45px;align-items:center;border-bottom:2rpx solid #f5f5f5;justify-content:space-between}.regions-picker-container .picker-header .picker-action.data-v-1f20d2d5{padding:0 28rpx;font-size:34rpx}.regions-picker-container .picker-header .confirm.data-v-1f20d2d5{color:#007aff}
|
||||
Reference in New Issue
Block a user