Skip to content

Commit

Permalink
fit btn size
Browse files Browse the repository at this point in the history
  • Loading branch information
HSunboy committed Nov 7, 2023
1 parent 9c5fca6 commit cc258c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/page/Project/Database/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ const Database: React.FC<IProps> = ({ id }) => {
{
title: formatMessage({ id: 'odc.Project.Database.Operation' }), //操作
dataIndex: 'name',
width: 180,
width: 200,
render(_, record) {
if (!record.existed) {
return '-';
Expand Down

0 comments on commit cc258c0

Please sign in to comment.