fix: instance name text overflow

This commit is contained in:
jialin
2026-05-29 11:24:03 +08:00
committed by jialin
parent 7d0b94330d
commit 85ade88d55
5 changed files with 48 additions and 66 deletions
@@ -102,7 +102,7 @@ const ActionsCell: React.FC<ActionsCellProps> = ({
) => {
api.open({
duration: data.duration,
message: renderMessage(data.filename),
title: renderMessage(data.filename),
key: data.filename,
closeIcon: (
<span>{intl.formatMessage({ id: 'common.button.cancel' })}</span>