mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-09 19:06:46 +08:00
缩小链接热区
This commit is contained in:
@@ -20,9 +20,9 @@
|
||||
<view class="tabs-text" @click="tabsClick(2)" :class="{'active':active ==2}">回答<text v-show="active ==2" class="active-line"></text></view>
|
||||
</view>
|
||||
<view class="my-qa-list" v-show="active ==1">
|
||||
<view class="my-qa-index" v-for="(put, index) in putList.list" :key="put.id" @click="toDetail(put)">
|
||||
<view class="my-qa-index" v-for="(put, index) in putList.list" :key="put.id">
|
||||
<view class="artical-box-top">
|
||||
<view style="" class="artical-tit">
|
||||
<view style="" class="artical-tit" @click="toDetail(put)">
|
||||
<text class="qa-basic qa-solve" v-if="put.isResolve">【已解决】</text>
|
||||
<text class="qa-basic qa-unSolve" v-else >【待解决】</text>
|
||||
{{put.title}}
|
||||
@@ -36,7 +36,7 @@
|
||||
{{put.sysCreateTime}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="qa-text">
|
||||
<view class="qa-text" @click="toDetail(put)">
|
||||
<view v-html="highlightedFilter(put.content)"></view>
|
||||
</view>
|
||||
<view style="display: flex;justify-content: space-between;margin-top: 20upx;">
|
||||
|
||||
Reference in New Issue
Block a user