Browse Source

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

jinxu 1 year ago
parent
commit
ca983590da
1 changed files with 3 additions and 0 deletions
  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>
             }
           }
         }