Browse Source

Merge branch 'master' into 10.12

bding 1 year ago
parent
commit
d56f5b35eb
1 changed files with 2 additions and 2 deletions
  1. 2 2
      components/ItemComponent/chartItem.vue

+ 2 - 2
components/ItemComponent/chartItem.vue

@@ -1,8 +1,8 @@
 <template>
   <view class="container-chart-item" @click="goDetail(list)">
-    <text class="chart-title">
+    <view class="chart-title">
       <mp-html :content="richTextClamp(2) + list.Title + '</div>'" />
-    </text>
+    </view>
     <view class="item-content-img">
       <image :src="list.BodyHtml" mode=""></image>
     </view>