소스 검색

样式修改

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 {