Browse Source

移动端隐藏标签不占位

lwx_v12
liwenxuan 3 days ago
parent
commit
f84231a268
  1. 4
      src/components/lowCode/newFormItem.vue

4
src/components/lowCode/newFormItem.vue

@ -514,9 +514,9 @@ const judgeIsEdit = (key: string) => {
<span :style="getFormItemLableStyle(configStyle)">{{ getLabel(data.item) }}</span> <span :style="getFormItemLableStyle(configStyle)">{{ getLabel(data.item) }}</span>
<Tooltips :content="config.help" /> <Tooltips :content="config.help" />
</template> </template>
<template #label v-else> <!-- <template #label v-else>
<span :style="getFormItemLableStyle(configStyle)" >{{ getLabel(data.item) }}</span> <span :style="getFormItemLableStyle(configStyle)" >{{ getLabel(data.item) }}</span>
</template> </template> -->
<!-- {{ data.type }} --> <!-- {{ data.type }} -->
<!--关联表单--> <!--关联表单-->
<component <component

Loading…
Cancel
Save