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('');