Browse Source

fix: 修改table Search

temp
xuziqiang 4 months ago
parent
commit
9031837695
  1. 4
      lib/component/form/form/form.vue

4
lib/component/form/form/form.vue

@ -37,9 +37,11 @@
</template>
</ns-form-item>
</template>
<!-- space-between兼容 -->
<a-col
v-if="
showAction
getFormClass.justify === 'space-between' && showAction
? expandRef && getSchema.length % splitNumber === 0
: (getSchema.length + 1) % splitNumber === 0
"

Loading…
Cancel
Save