Browse Source

fix: solve dropdown label display unexpected (#10966)

pull/10970/head
kiner-tang(文辉) 3 years ago
committed by GitHub
parent
commit
adc236c8ea
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      src/pages/list/basic-list/index.tsx

4
src/pages/list/basic-list/index.tsx

@ -145,11 +145,11 @@ export const BasicList: FC = () => {
items: [
{
key: 'edit',
name: '编辑',
label: '编辑',
},
{
key: 'delete',
name: '删除',
label: '删除',
},
],
}}

Loading…
Cancel
Save