Explorar o código

fix: 使用suffix时,label没有垂直居中 (#3384)

luchanan hai 1 ano
pai
achega
6b6b790f87
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/Form/src/BasicForm.vue

+ 1 - 1
src/components/Form/src/BasicForm.vue

@@ -343,7 +343,7 @@
         }
 
         .ant-form-item-control {
-          margin-top: 4px;
+          // margin-top: 4px;
         }
 
         .suffix {