feat: limit the height of prompts

In order to display table data well in the list page, limit the height of prompts

Change-Id: I744d1b87a9e9545968cac12bae4f8cf257f3f526
This commit is contained in:
zhangjingwei 2024-04-01 15:15:07 +08:00
parent 4cc407f740
commit e825d510be

View File

@ -20,5 +20,10 @@
color: @warn-color;
}
}
.ant-alert-message {
max-height: 40px;
overflow-y: auto;
}
}
}