shish hace 3 días
padre
commit
beb9639d9f
Se han modificado 1 ficheros con 2 adiciones y 4 borrados
  1. 2 4
      ghsApp/src/pagesOrder/refundDetail.vue

+ 2 - 4
ghsApp/src/pagesOrder/refundDetail.vue

@@ -33,7 +33,7 @@
 				<view class="refund-label">申请原因</view>
 				<view class="refund-value refund-value--inline">
 					<text>{{ causeText }}</text>
-					<text class="refund-link" @click="showChoice = true">修改</text>
+					<text class="refund-link" style="margin-left: 26upx;" @click="showChoice = true">修改</text>
 				</view>
 			</view>
 
@@ -474,10 +474,8 @@ export default {
 }
 
 .refund-link {
-	margin-left: 24upx;
-	font-size: 26upx;
+	font-size: 28upx;
 	color: #3385ff;
-
 	&--bold {
 		font-weight: 700;
 	}