Commit 19d84a7f by lijiabin

【需求 17679】perf: 优化样式

parent 448cecbc
...@@ -7,13 +7,16 @@ ...@@ -7,13 +7,16 @@
> >
<!-- 顶部标签行 --> <!-- 顶部标签行 -->
<div class="flex flex-wrap gap-2 mb-4 justify-between"> <div class="flex flex-wrap gap-2 mb-4 justify-between">
<span <div>
v-for="tag in questionDetail.tagNameList" <span
:key="tag" v-for="tag in questionDetail.tagNameList"
class="px-2.5 py-0.5 rounded-full bg-blue-50 text-blue-500 text-xs font-semibold hover:bg-blue-100 transition-colors cursor-pointer" :key="tag"
> class="px-2.5 py-0.5 rounded-full bg-blue-50 text-blue-500 text-xs font-semibold hover:bg-blue-100 transition-colors cursor-pointer"
#{{ tag }} >
</span> #{{ tag }}
</span>
</div>
<!-- 后面加一个编辑 --> <!-- 后面加一个编辑 -->
<el-link <el-link
v-if="isAuthor" v-if="isAuthor"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment