style: gpuselector dropdown style

This commit is contained in:
jialin
2025-02-26 16:00:29 +08:00
parent eedcf6f1fe
commit 4b73457f7f
8 changed files with 110 additions and 16 deletions
+2 -1
View File
@@ -226,5 +226,6 @@ export default {
'common.button.delrecreate': 'Delete (Recreate)',
'common.options.all': 'All',
'common.options.none': 'None',
'common.options.auto': 'Auto'
'common.options.auto': 'Auto',
'common.search.empty': 'No matching results found.'
};
+2 -1
View File
@@ -219,5 +219,6 @@ export default {
'common.button.delrecreate': '删除(重建)',
'common.options.all': '全部',
'common.options.none': '无',
'common.options.auto': '自动'
'common.options.auto': '自动',
'common.search.empty': '未找到匹配结果'
};