From e5fa32bbaeef621c7323844121c7b910f3645e3a Mon Sep 17 00:00:00 2001 From: dap <15891557205@163.com> Date: Thu, 27 Mar 2025 21:41:32 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E5=AD=97=E5=85=B8=E9=80=89=E4=B8=AD?= =?UTF-8?q?=20=E9=AB=98=E4=BA=AE=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/src/views/system/dict/type/index.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/web-antd/src/views/system/dict/type/index.vue b/apps/web-antd/src/views/system/dict/type/index.vue index bd755918..37f3af2c 100644 --- a/apps/web-antd/src/views/system/dict/type/index.vue +++ b/apps/web-antd/src/views/system/dict/type/index.vue @@ -61,8 +61,11 @@ const gridOptions: VxeGridProps = { }, rowConfig: { keyField: 'dictId', + // 高亮当前行 + isCurrent: true, }, id: 'system-dict-type-index', + rowClassName: 'hover:cursor-pointer', }; const lastDictType = ref('');