Browse Source

样式修改

常志远 3 years ago
parent
commit
0a9abc8705
2 changed files with 3 additions and 3 deletions
  1. 1 1
      components/double-slider/DoubleSlider.vue
  2. 2 2
      pages/user/myPile/pileManagement.vue

+ 1 - 1
components/double-slider/DoubleSlider.vue

@@ -22,7 +22,7 @@
 				<view style="position: relative;line-height:28px;" :style="[getLableStyle]" >
 					<label >{{currentMaxValue}}</label>									
 				</view>
-			</view>
+			</view>	
 		</view>
 	</view>
 </template>

+ 2 - 2
pages/user/myPile/pileManagement.vue

@@ -59,7 +59,7 @@
 			<u-cell-group>
 				<u-cell-item  title="开放共享" :arrow="false">
 						<view class="">
-							<u-radio-group  @change="radioGroupChange">
+							<u-radio-group  >
 								<u-radio 
 									@change="radioChange" 
 									v-for="(item, index) in list2" :key="index" 
@@ -186,7 +186,7 @@
 	.details {
 		width: 100%;
 		background-color: #fff;
-		padding: 16px 0 16px 16px;
+		padding: 16px 0 0px 16px;
 
 		.name {
 			height: 20px;