Explorar el Código

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

luchanan hace 1 año
padre
commit
6b6b790f87
Se han modificado 1 ficheros con 1 adiciones y 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 {