Browse Source

整体样式调整

threethousanddream 2 months ago
parent
commit
e0c77b5b73
3 changed files with 3 additions and 2 deletions
  1. 1 0
      pages/home/home.less
  2. 1 1
      pages/home/home.vue
  3. 1 1
      pages/home/me.vue

+ 1 - 0
pages/home/home.less

@@ -121,6 +121,7 @@
             display: inline-block;
             width: 42px;
             height: 16px;
+            line-height: 16px;
             margin-left: 10px;
             border-radius: 8px;
             text-align: center;

+ 1 - 1
pages/home/home.vue

@@ -33,7 +33,7 @@
               <view class="tags">
                 <view class="tag" v-if="item.reviewStatus === 0" style="background-color: #ff7f23">审核中</view>
                 <template v-if="item.reviewStatus === 1">
-                  <view class="tag" v-if="item.status === 1" style="background-color: #1ebe1e">已发布</view>
+                  <view class="tag" v-if="item.status === 1" style="background-color: #ff7f23">已发布</view>
                   <view class="tag" v-if="item.status === 0" style="color: #0a0a0a; background-color: #ededed">已禁用</view>
                 </template>
                 <view class="tag" v-if="item.reviewStatus === 2" style="color: #0a0a0a; background-color: #ededed">

+ 1 - 1
pages/home/me.vue

@@ -33,7 +33,7 @@
             <view class="tags">
               <view class="tag" v-if="item.reviewStatus === 0" style="background-color: #ff7f23">审核中</view>
               <template v-if="item.reviewStatus === 1">
-                <view class="tag" v-if="item.status === 1" style="background-color: #1ebe1e">已发布</view>
+                <view class="tag" v-if="item.status === 1" style="background-color: #ff7f23">已发布</view>
                 <view class="tag" v-if="item.status === 0" style="color: #0a0a0a; background-color: #ededed">已禁用</view>
               </template>
               <view class="tag" v-if="item.reviewStatus === 2" style="color: #0a0a0a; background-color: #ededed">