Explorar el Código

fix: 表单布局方式为top时,查询组件按钮位置错位

jinxu hace 1 año
padre
commit
ca983590da
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  1. 3 0
      src/components/Search/src/Search.vue

+ 3 - 0
src/components/Search/src/Search.vue

@@ -88,6 +88,9 @@ const newSchema = computed(() => {
                   />
                 </div>
               )
+            },
+            label: () => {
+              return <span>&nbsp;</span>
             }
           }
         }