diff --git a/src/containers/List/index.less b/src/containers/List/index.less index e58bbcb2..78290fbc 100644 --- a/src/containers/List/index.less +++ b/src/containers/List/index.less @@ -20,5 +20,10 @@ color: @warn-color; } } + + .ant-alert-message { + max-height: 40px; + overflow-y: auto; + } } }