浏览代码

样式修改

lilei 1 年之前
父节点
当前提交
03d8077237
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      src/components/global.less

+ 5 - 0
src/components/global.less

@@ -8,6 +8,11 @@ body {
   &.userLayout {
     overflow: auto;
   }
+  .ant-modal-content{
+    .ant-form-item{
+      margin-bottom: 10px;
+    }
+  }
 }
 
 .layout.ant-layout {