shish пре 2 година
родитељ
комит
0ccb7cb293
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      ghsApp/src/pagesOrder/refundAllList.vue

+ 1 - 1
ghsApp/src/pagesOrder/refundAllList.vue

@@ -1,6 +1,6 @@
 <template>
 <template>
   <view class="app-content">
   <view class="app-content">
-      <view style="padding:20upx 0 25upx 20upx;font-size:27upx;">
+      <view style="padding:20upx 0 25upx 20upx;font-size:26upx;">
         <text @click="changeStatus()">{{ status == -1 ? '选类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
         <text @click="changeStatus()">{{ status == -1 ? '选类型' : status == 0 ? '处理中' : status == 1 ? '已通过' : status == 2 ? '已驳回' : '已取消' }}</text>
         <text style="margin-left:20upx;" @click="changeClass()">选分类</text>
         <text style="margin-left:20upx;" @click="changeClass()">选分类</text>
         <text style="margin-left:20upx;" @click="changeCause()">{{ cause == -1 ? '选择原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>
         <text style="margin-left:20upx;" @click="changeCause()">{{ cause == -1 ? '选择原因' : cause == 0 ? '质量问题' : '多开错开' }}</text>