优化组件样式
This commit is contained in:
		@@ -4,7 +4,7 @@
 | 
			
		||||
      <div slot="btn" @tap="handleInit">
 | 
			
		||||
        <slot v-if="$slots.default"/>
 | 
			
		||||
        <div v-else-if="isForm">
 | 
			
		||||
          <u-icon name="arrow-right" :label="currentArea.name||'请选择'" label-pos="left"/>
 | 
			
		||||
          <u-icon name="arrow-right" :label="currentArea.name||'请选择'" label-pos="left" color="#ddd"/>
 | 
			
		||||
        </div>
 | 
			
		||||
        <div v-else class="areaSelector">
 | 
			
		||||
          <image :src="locationIcon" class="location"/>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user