szr190 недель назад: 2
Родитель
Сommit
dfc2800247
3 измененных файлов с 7 добавлено и 1 удалено
  1. 3 0
      src/base/shop/detailsShop.vue
  2. 1 1
      src/pages/service.vue
  3. 3 0
      src/styles/index.scss

+ 3 - 0
src/base/shop/detailsShop.vue

@@ -63,4 +63,7 @@ onLoad(async (options) => {
63
 
63
 
64
 <style lang="scss" scoepd>
64
 <style lang="scss" scoepd>
65
 @import '../base.scss';
65
 @import '../base.scss';
66
+:deep(.list-paddingleft-2) {
67
+  width: 100% !important;
68
+}
66
 </style>
69
 </style>

+ 1 - 1
src/pages/service.vue

@@ -81,7 +81,7 @@ const goToNavigation = (longitude: string, latitude: string, name: string) => {
81
             </view>
81
             </view>
82
           </view>
82
           </view>
83
           <view class="item-bottom-wrap">
83
           <view class="item-bottom-wrap">
84
-            <HyTag needBorder v-for="(tag, i) in item.content.facilities" :key="i" :text="tag.name" :imgUrl="tag.img" />
84
+            <HyTag needBorder v-for="(tag, i) in item.content.facilities" :key="i" :text="tag.name" :imgUrl="pathPre + tag.img" />
85
           </view>
85
           </view>
86
         </view>
86
         </view>
87
       </HyCard>
87
       </HyCard>

+ 3 - 0
src/styles/index.scss

@@ -1119,6 +1119,9 @@
1119
     }
1119
     }
1120
   }
1120
   }
1121
 }
1121
 }
1122
+em {
1123
+  font-style: oblique !important;
1124
+}
1122
 /* 图表 */
1125
 /* 图表 */
1123
 .charts {
1126
 .charts {
1124
   width: 100%;
1127
   width: 100%;