拓宽”请选择要检测的模型“模态框 (#6062)

许多模型名称很长,目前模态框太短,无法完全显示
This commit is contained in:
SuiYunsy 2025-05-16 23:40:22 +08:00 committed by GitHub
parent 273fabafcb
commit c7b0b5ce53
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -48,7 +48,7 @@ const PopupContainer: React.FC<Props> = ({ provider, resolve, reject }) => {
onCancel={onCancel}
afterClose={onClose}
transitionName="animation-move-down"
width={300}
width={400}
centered>
<Select
value={model?.id}