szr190 2 weken geleden
bovenliggende
commit
dfc2800247
3 gewijzigde bestanden met toevoegingen van 7 en 1 verwijderingen
  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 64
 <style lang="scss" scoepd>
65 65
 @import '../base.scss';
66
+:deep(.list-paddingleft-2) {
67
+  width: 100% !important;
68
+}
66 69
 </style>

+ 1 - 1
src/pages/service.vue

@@ -81,7 +81,7 @@ const goToNavigation = (longitude: string, latitude: string, name: string) => {
81 81
             </view>
82 82
           </view>
83 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 85
           </view>
86 86
         </view>
87 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 1126
 .charts {
1124 1127
   width: 100%;