style: 文案&样式修改

This commit is contained in:
2025-12-23 16:51:23 +08:00
parent 33659049ce
commit 73e8662895
6 changed files with 23 additions and 10 deletions

View File

@@ -39,6 +39,7 @@
<div class="tag-list short flex flex-justify-center">
<div
class="tag-item"
:class="{ active: item === inputValue }"
v-for="item in tagListShort"
:key="item"
@click="handleClickTag(item)"
@@ -50,6 +51,7 @@
<div
class="tag-item"
v-for="item in tagListLong"
:class="{ active: item === inputValue }"
:key="item"
@click="handleClickTag(item)"
>
@@ -323,6 +325,9 @@ onUnmounted(() => {
text-align: center;
border-radius: 4.6rem;
padding: 0 2.15rem;
&.active{
background-color: #f5f5f5;
}
}
}
}