shish 2 месяцев назад
Родитель
Сommit
80c41049b8
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      hdApp/src/admin/home/workbench.vue

+ 4 - 4
hdApp/src/admin/home/workbench.vue

@@ -76,9 +76,9 @@
               <view class="ghs_box flex-col justify-end" v-for="(ghsInfo, index) in supplierList" :key="index">
                 <view class="image-text_7 flex-row justify-between">
                   <view class="section_1 flex-col">
-                    <image class="logo" :src="ghsInfo.smallAvatar" @click="enterShop(ghsInfo)" />
+                    <image class="logo" :src="ghsInfo.smallAvatar" />
                   </view>
-                  <view class="text-group_7 flex-col justify-center" @click="enterShop(ghsInfo)">
+                  <view class="text-group_7 flex-col justify-center">
                     <text class="text_8">{{ ghsInfo.name }}</text>
                     <view class="phone-line"
                       v-if="!$util.isEmpty(ghsInfo.telephone) || !$util.isEmpty(ghsInfo.telephone2)"
@@ -1626,10 +1626,10 @@ export default {
 
 .phone-line {
   width: 100%;
-  min-height: 32upx;
+  min-height: 34upx;
   display: flex;
   align-items: center;
-  margin-bottom: 8upx;
+  margin-bottom:10upx;
 }
 
 .phone-text {