浏览代码

fix:订单管理调整样式

jinchaoyu 1 年之前
父节点
当前提交
c423b8de14
共有 1 个文件被更改,包括 2 次插入15 次删除
  1. 2 15
      pages/goods/order_list/index.vue

+ 2 - 15
pages/goods/order_list/index.vue

@@ -1,17 +1,6 @@
 <template>
 	<view :style="colorStyle">
 		<view class="my-order">
-			<view class="header bg-color">
-				<view class="picTxt acea-row row-between-wrapper">
-					<view class="text">
-						<view class="name">{{ $t(`订单信息`) }}</view>
-						<!-- <view>{{$t(`消费订单`)}}:{{ orderData.order_count || 0 }} {{$t(`总消费`)}}:{{$t(`¥`)}}{{ orderData.sum_price || 0 }}</view> -->
-					</view>
-					<view class="pictrue">
-						<image src="../static/orderTime.png"></image>
-					</view>
-				</view>
-			</view>
 			<view class="nav acea-row row-around">
 				<view class="item" :class="orderStatus == 0 ? 'on' : ''" @click="statusClick(0)">
 					<view>{{ $t(`全部`) }}</view>
@@ -664,11 +653,9 @@ export default {
 }
 
 .my-order .nav {
-	background-color: #fff;
-	width: 690rpx;
+	background-color: #F9F9F9;
+	width: 100%;
 	// height: 140rpx;
-	border-radius: 6rpx;
-	margin: -73rpx auto 0 auto;
 }
 
 .my-order .nav .item {