Jelajahi Sumber

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

luchanan 1 tahun lalu
induk
melakukan
6b6b790f87
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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 {