shaogen1995 2 years ago
parent
commit
7832ac0c38

+ 3 - 0
src/components/ObjectAdd/index.css

@@ -69,6 +69,9 @@
 .ObjectAdd .formRow .formRowSelec input {
 .ObjectAdd .formRow .formRowSelec input {
   width: 298px;
   width: 298px;
 }
 }
+.ObjectAdd .formRow .formRowSelec .ant-input-number {
+  width: 300px;
+}
 .ObjectAdd .formRowThree .formRowThreeRow {
 .ObjectAdd .formRowThree .formRowThreeRow {
   margin-left: -120px;
   margin-left: -120px;
 }
 }

+ 3 - 0
src/components/ObjectAdd/index.less

@@ -87,6 +87,9 @@
       input {
       input {
         width: 298px;
         width: 298px;
       }
       }
+      .ant-input-number{
+        width: 300px;
+      }
 
 
     }
     }
   }
   }

+ 1 - 0
src/pages/Layout/index.module.scss

@@ -65,6 +65,7 @@
         }
         }
 
 
         .user {
         .user {
+          padding-right: 10px;
           cursor: pointer;
           cursor: pointer;
           position: relative;
           position: relative;
           line-height: 90px;
           line-height: 90px;