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:
parent
4cc407f740
commit
e825d510be
@ -20,5 +20,10 @@
|
||||
color: @warn-color;
|
||||
}
|
||||
}
|
||||
|
||||
.ant-alert-message {
|
||||
max-height: 40px;
|
||||
overflow-y: auto;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user