Commit 19d84a7f by lijiabin

【需求 17679】perf: 优化样式

parent 448cecbc
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
> >
<!-- 顶部标签行 --> <!-- 顶部标签行 -->
<div class="flex flex-wrap gap-2 mb-4 justify-between"> <div class="flex flex-wrap gap-2 mb-4 justify-between">
<div>
<span <span
v-for="tag in questionDetail.tagNameList" v-for="tag in questionDetail.tagNameList"
:key="tag" :key="tag"
...@@ -14,6 +15,8 @@ ...@@ -14,6 +15,8 @@
> >
#{{ tag }} #{{ tag }}
</span> </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