Jelajahi Sumber

样式修改

zhanghui 1 tahun lalu
induk
melakukan
9e752e852a

+ 2 - 1
pages/order/orderAfterSales/index.rpx.css

@@ -59,7 +59,7 @@
 .goodsImage {
     width: 128rpx;
     height: 128rpx;
-    border: 2rpx solid #FFFFFF;
+    border-radius: 8rpx;
 }
 
 .all-products-item-content {
@@ -69,6 +69,7 @@
 
 
 .all-products-item-content-t {
+    height: 80rpx;
     padding: 0 15rpx;
     overflow: hidden;
     text-overflow: ellipsis;

+ 3 - 1
pages/order/orderAfterSales/orderAfterSales.vue

@@ -80,7 +80,9 @@
 					</view>
 				</view>
 
-				<view class="button-view flex-col justify-center ">
+				<view :style="{'height':'100rpx'}" v-if="type !== 2"></view>
+
+				<view class="button-view  flex-col justify-center ">
 					<u-button color="#B42A3E " @click="refundSubmit" v-if="type == 1">提交</u-button>
 					<u-button color="#B42A3E " @click="afterSalesSubmit" v-if="type == 2">提交</u-button>
 				</view>