style: subdrawer width

This commit is contained in:
jialin
2026-05-27 12:14:15 +08:00
committed by jialin
parent 1878753cde
commit 7287f8c81b
10 changed files with 176 additions and 68 deletions
@@ -67,6 +67,7 @@ const usePublicKeyColumns = ({
title: intl.formatMessage({ id: 'common.table.operation' }),
key: 'operation',
dataIndex: 'operation',
width: 200,
render: (_text, record) => (
<DropdownButtons
items={rowActionList}