mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 06:04:55 +08:00
perf: change icon color when filtering description field
This commit is contained in:
@@ -352,7 +352,7 @@ const columns = ref<any[]>([
|
||||
}, {
|
||||
trigger: () => h(NIcon, {
|
||||
size: "18",
|
||||
class: "ml-1 text-gray-500 cursor-pointer",
|
||||
class: `ml-1 cursor-pointer ${descriptionSearchValue.value ? "text-green-600": "text-gray-500"}`,
|
||||
onClick: (e: MouseEvent) => e.stopPropagation()
|
||||
}, h(SearchOutline)),
|
||||
default: () => h('div', {class: 'p-2 w-64'}, [
|
||||
|
||||
Reference in New Issue
Block a user