导出时添加用户名

This commit is contained in:
fofolee
2022-04-13 21:23:46 +08:00
parent ec6e8bbabf
commit b4aa6f9837
2 changed files with 10 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
:name="tag"
:content-class="
tag === '搜索结果' || activatedQuickPanels.includes(tag)
? 'text-indigo-10 text-weight-bolder'
? 'text-blue-7 text-weight-bolder'
: ''
"
v-show="!(tag === '搜索结果' && commandSearchKeyword?.length < 2)"