Sfoglia il codice sorgente

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

luchanan 1 anno fa
parent
commit
6b6b790f87
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 {