浏览代码

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;
     }
     }