shish 1 год назад
Родитель
Сommit
fbd5e0a62f
1 измененных файлов с 13 добавлено и 9 удалено
  1. 13 9
      mallApp/src/pages/home/recent.vue

+ 13 - 9
mallApp/src/pages/home/recent.vue

@@ -32,7 +32,8 @@
                 </view>
                 <view class="box_4 flex-col"></view>
                 <view class="box_9">
-                  <view class="tag_2" @click="showTip()"> <text>待结订单</text> </view>
+                  <view class="tag_2" @click="showTip()"> <text>余额变动</text> </view>
+                  <view class="tag_2" @click="showTip()"> <text>等级变动</text> </view>
                   <view class="tag_2" @click="showTip()"> <text>结账记录</text> </view>
                   <view class="tag_2" @click="getBuyList()"> <text>买花记录</text> </view>
                 </view>
@@ -329,21 +330,24 @@ export default {
           height: 65upx;
           padding: 23upx 0 22upx 30upx;
           display: flex;
-          flex-wrap: wrap;
+          flex-wrap: nowrap;
           align-items: center;
+          justify-content: space-between;
           box-sizing: content-box;
+          padding-right: 30upx;
           .tag_2 {
             background-color: rgba(255, 255, 255, 1);
             border-radius: 8px;
-            height: 60upx;
-            line-height:60upx;
+            height: 70upx;
+            line-height: 70upx;
             border: 2px solid rgba(221, 221, 221, 1);
             color: rgba(51, 51, 51, 1);
             font-size: 30upx;
-            margin:0 50upx 0 0;
-            text-align:center;
-            padding-left:20upx;
-            padding-right:20upx;
+            text-align: center;
+            padding-left: 10upx;
+            padding-right: 10upx;
+            flex: 1;
+            margin: 0 10upx;
           }
           .tag_3 {
             background-color: rgba(255, 255, 255, 1);
@@ -442,7 +446,7 @@ export default {
           width: 130upx;
           position: absolute;
           right: 50upx;
-          top: 40upx;
+          top: 105upx;
           border-radius:20upx;
           z-index: 10;
           .text_13 {