fix: 样式i调整
This commit is contained in:
@@ -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:''})"
|
||||
|
||||
Reference in New Issue
Block a user