Explorar o código

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

jinxu hai 1 ano
pai
achega
ca983590da
Modificáronse 1 ficheiros con 3 adicións e 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>
             }
           }
         }