fix: 样式i调整

This commit is contained in:
杨航
2025-09-04 14:14:16 +08:00
parent 48009d8f90
commit 5205161364
+3 -3
View File
@@ -49,9 +49,9 @@
<uv-scroll-list class="tags-view" :indicator="false">
<uv-tags text="全部"
bgColor="#f6f8fa"
borderColor="#f6f8fa"
color="#333"
class="tags-item"
:borderColor="activeTag.length === 0 ? '#06f' : '#f6f8fa'"
:color="activeTag.length === 0 ? '#06f' : '#333'"
:class="activeTag.length === 0?'tags-item active-tags-item':'tags-item'"
size="medium"
:type="activeTag.length === 0?'primary':'info'"
@click="chooseTag({value:''})"