style: 文案&样式修改
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user