Browse Source

样式修改

lilei 1 year ago
parent
commit
03d8077237
1 changed files with 5 additions and 0 deletions
  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 {