shish пре 17 часа
родитељ
комит
bce4069efa
1 измењених фајлова са 21 додато и 10 уклоњено
  1. 21 10
      hdApp/src/pagesPurchase/refund.vue

+ 21 - 10
hdApp/src/pagesPurchase/refund.vue

@@ -155,7 +155,7 @@
 				<textarea
 					class="remark-area"
 					v-model="remark"
-					placeholder="补充说明售后原因,便于供货商更快处理"
+					placeholder="补充说明售后原因,便于商更快处理"
 					placeholder-style="color:#bdbdbd"
 				/>
 			</view>
@@ -720,10 +720,12 @@ export default {
 
 .actual-box {
 	display: flex;
+	flex-direction: row;
 	align-items: center;
 	justify-content: space-between;
+	flex-wrap: nowrap;
 	margin: 8upx 24upx 28upx;
-	padding: 24upx;
+	padding: 20upx 24upx;
 	background: #f3faf5;
 	border-radius: 16upx;
 	border: 2upx solid rgba(4, 158, 44, 0.18);
@@ -731,18 +733,22 @@ export default {
 
 .actual-left {
 	display: flex;
+	flex-direction: row;
 	align-items: center;
+	flex-shrink: 0;
 }
 
 .actual-label {
 	font-size: 28upx;
 	font-weight: 700;
 	color: #222;
+	line-height: 1;
 }
 
 .actual-star {
 	margin-left: 6upx;
 	font-size: 28upx;
+	line-height: 1;
 	color: #e62e45;
 	font-weight: 700;
 }
@@ -750,26 +756,31 @@ export default {
 .actual-input-wrap {
 	display: flex;
 	align-items: center;
-	min-width: 240upx;
-	height: 72upx;
-	padding: 0 20upx;
+	width: 230upx;
+	min-width: 0;
+	height: 64upx;
+	padding: 0 16upx;
 	background: #fff;
 	border-radius: 12upx;
 	border: 2upx solid #d9e8dd;
 	box-sizing: border-box;
+	flex-shrink: 0;
 }
 
 .actual-yen {
-	font-size: 30upx;
+	font-size: 28upx;
 	font-weight: 700;
 	color: #049e2c;
-	margin-right: 8upx;
+	margin-right: 6upx;
+	flex-shrink: 0;
 }
 
 .actual-input {
 	flex: 1;
-	height: 72upx;
-	font-size: 32upx;
+	width: 0;
+	min-width: 0;
+	height: 64upx;
+	font-size: 30upx;
 	font-weight: 700;
 	color: #049e2c;
 }
@@ -778,7 +789,7 @@ export default {
 .remark-area {
 	display: block;
 	width: auto;
-	height: 160upx;
+	height: 120upx;
 	margin: 12upx 24upx 28upx;
 	padding: 20upx;
 	background: #f7f8fa;