shish 8 месяцев назад
Родитель
Сommit
eab7ff4202
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      hdApp/src/admin/goods/detail.vue

+ 1 - 1
hdApp/src/admin/goods/detail.vue

@@ -53,7 +53,7 @@
           <view class="btn-group">
             <button class="admin-button-com middle" :class="[form.priceType === '0' ? '' : 'default']" @click="setPriceType('0')">无价</button>
             <button class="admin-button-com middle" :class="[form.priceType === '1' ? '' : 'default']" @click="setPriceType('1')">有价</button>
-            <text v-if="sn && Number(sn)>0" style="margin-left:10upx;color:#078c4a;font-size:42upx;">#{{ sn }}</text>
+            <text v-if="sn && Number(sn)>0" style="margin-left:10upx;font-size:50upx;color:#CCCCCC;font-weight: normal;">#{{ sn }}</text>
           </view>
         </tui-list-cell>