mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-mobile.git
synced 2025-12-07 09:56:45 +08:00
按照UI修改字体颜色
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<view >
|
||||
<view v-for="(item, idx) in qaList" :key="idx" class="qa">
|
||||
<view class="qa-body" @click="toQaDetail(item.question)">
|
||||
<text v-if="item.question.isResolve" style="color:#08A890">【已解决】</text>
|
||||
<text v-if="item.question.isResolve">【已解决】</text>
|
||||
<text v-else style="color:#387DF7">
|
||||
【待解决】
|
||||
</text>
|
||||
|
||||
Reference in New Issue
Block a user