fix: 1.添加部分ant-design组件的全局样式的覆盖。
2. 修复聊天框文本溢出的问题。
This commit is contained in:
@@ -391,7 +391,7 @@ export default function ContractDraftPage() {
|
||||
messageService.show({
|
||||
type: 'warning',
|
||||
title: '确认返回',
|
||||
message: '确定要返回吗?未保存的更改将丢失。',
|
||||
message: '确定要返回吗?所有已更改的内容将会丢失。',
|
||||
confirmText: '确定返回',
|
||||
cancelText: '取消',
|
||||
onConfirm: () => {
|
||||
|
||||
Reference in New Issue
Block a user