Browse Source

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

luchanan 1 năm trước cách đây
mục cha
commit
6b6b790f87
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 {