diff --git a/components/region-select/index.vue b/components/region-select/index.vue index 04d3d51..1a8c2ec 100644 --- a/components/region-select/index.vue +++ b/components/region-select/index.vue @@ -12,7 +12,6 @@ @@ -58,7 +57,6 @@ export default { cities: [], districts: [], pickerValue: [0, 0, 0], - indicatorStyle: `height: 50px;`, } }, async created() { @@ -216,7 +214,6 @@ export default { display: flex; align-items: center; justify-content: center; - height: 50px; font-size: 30rpx; color: #666; white-space: nowrap;