From 07cb81c66c394df325b9b224e911ef4c1621b38e Mon Sep 17 00:00:00 2001 From: afc163 Date: Fri, 8 Sep 2017 14:45:50 +0800 Subject: [PATCH] update popover title height --- src/routes/Forms/style.less | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/routes/Forms/style.less b/src/routes/Forms/style.less index 14261a3b..142dd656 100644 --- a/src/routes/Forms/style.less +++ b/src/routes/Forms/style.less @@ -33,9 +33,13 @@ .errorPopover { :global { + .ant-popover-title { + height: 42px; + line-height: 42px; + } .ant-popover-inner-content { padding: 0; - max-height: 400px; + max-height: 300px; overflow: auto; min-width: 240px; } -- GitLab