Commit ab586f6de5a53576ad9a36786bfe7224f8f1523d

Authored by 夏洋涛
1 parent b1743fb8
Exists in master

chore: 产品特色样式修改

src/views/Service/component/AbroadDetail/AbroadDes.vue
... ... @@ -4,7 +4,11 @@
4 4 <van-tab title="产品详情">
5 5 <div class="tag_item" v-if="detailData.productFeatures">
6 6 <p class="tag_title">产品特色</p>
7   - <p class="tag_text" v-html="detailData.productFeatures"></p>
  7 + <div class="content_box">
  8 + <div class="content_all open">
  9 + <p class="tag_text" v-html="detailData.productFeatures"></p>
  10 + </div>
  11 + </div>
8 12 </div>
9 13 <div class="tag_item" v-if="detailData.productDescription">
10 14 <p class="tag_title">产品描述</p>
... ... @@ -74,7 +78,7 @@ export default {
74 78 courseTable: [], //课程表
75 79 active: 0,
76 80 isOpen: true,
77   - showCourseTable:true
  81 + showCourseTable: true
78 82 }
79 83 },
80 84 mounted () {
... ...