Ver código fonte

Merge pull request #375 from isJx/feat/jx

fix: 表单布局方式为top时,查询组件按钮位置错位
Archer 1 ano atrás
pai
commit
1e5c2d5f3a
1 arquivos alterados com 3 adições e 0 exclusões
  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>
             }
           }
         }