@@ -4,6 +4,8 @@ import { classNames, getNowDate, isAliPay } from "../../lib";
4
4
import { IProps } from "../../../@types/select" ;
5
5
import { getAreaData } from "../../lib/area" ;
6
6
7
+ import "./index.scss"
8
+
7
9
import AlipayMutiSelect from "./components/alipay/mutiSelector" ;
8
10
9
11
function ClSelect ( props : IProps ) {
@@ -235,6 +237,7 @@ function ClSelect(props: IProps) {
235
237
onChange = { onSelectorChange }
236
238
onCancel = { onCancel }
237
239
disabled = { props . disabled }
240
+ className = 'longSelect'
238
241
>
239
242
< View className = "picker" > { selected } </ View >
240
243
</ Picker >
@@ -250,6 +253,7 @@ function ClSelect(props: IProps) {
250
253
onColumnChange = { onMutiSelectorColumChange }
251
254
onCancel = { onCancel }
252
255
disabled = { props . disabled }
256
+ className = 'longSelect'
253
257
>
254
258
< View className = "picker" > { mutiSelected } </ View >
255
259
</ Picker >
@@ -268,6 +272,7 @@ function ClSelect(props: IProps) {
268
272
onChange = { onTimeSelectorChange }
269
273
onCancel = { onCancel }
270
274
disabled = { props . disabled }
275
+ className = 'longSelect'
271
276
>
272
277
< View className = "picker" > { timeSelected } </ View >
273
278
</ Picker >
@@ -282,6 +287,7 @@ function ClSelect(props: IProps) {
282
287
fields = { dateSelector . fields }
283
288
onCancel = { onCancel }
284
289
onChange = { onDateSelectorChange }
290
+ className = 'longSelect'
285
291
>
286
292
< View className = "picker" > { dateSelected } </ View >
287
293
</ Picker >
@@ -298,6 +304,7 @@ function ClSelect(props: IProps) {
298
304
onColumnChange = { onRegionMutiSelectorColumChange }
299
305
onCancel = { onCancel }
300
306
disabled = { props . disabled }
307
+ className = 'longSelect'
301
308
>
302
309
< View className = "picker" > { regionSelected } </ View >
303
310
</ Picker >
0 commit comments