浏览代码

fix: sometimes error message not display complete (#18663)

tags/1.3.1
非法操作 6 个月前
父节点
当前提交
212521c92b
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      web/app/components/base/toast/index.tsx

+ 1
- 1
web/app/components/base/toast/index.tsx 查看文件

@@ -68,7 +68,7 @@ const Toast = ({
</div>
<div className={`flex py-1 ${size === 'md' ? 'px-1' : 'px-0.5'} grow flex-col items-start gap-1`}>
<div className='flex items-center gap-1'>
<div className='system-sm-semibold text-text-primary'>{message}</div>
<div className='system-sm-semibold text-text-primary [word-break:break-word]'>{message}</div>
{customComponent}
</div>
{children && <div className='system-xs-regular text-text-secondary'>

正在加载...
取消
保存