فهرست منبع

Fix popover style

afc163 8 سال پیش
والد
کامیت
a9bf39c60c
1فایلهای تغییر یافته به همراه1 افزوده شده و 5 حذف شده
  1. 1 5
      src/routes/Forms/style.less

+ 1 - 5
src/routes/Forms/style.less

@@ -33,13 +33,9 @@
 
 
 .errorPopover {
 .errorPopover {
   :global {
   :global {
-    .ant-popover-title {
-      height: 42px;
-      line-height: 42px;
-    }
     .ant-popover-inner-content {
     .ant-popover-inner-content {
       padding: 0;
       padding: 0;
-      max-height: 300px;
+      max-height: 290px;
       overflow: auto;
       overflow: auto;
       min-width: 240px;
       min-width: 240px;
     }
     }