Browse Source

优化子表样式

lwx_v12
liwenxuan 4 days ago
parent
commit
6fc19646df
  1. 8
      src/components/lowCode/tablePage.vue

8
src/components/lowCode/tablePage.vue

@ -411,14 +411,14 @@ function asfValueChanged(val:any){
@asf-value-changed="asfValueChanged"
/>
</template>
<template v-if="[1, 2, 4,5,7].includes(type as number) && data.config.delBtnText && !editDisabled" #footer>
<!-- <template v-if="[1, 2, 4,5,7].includes(type as number) && data.config.delBtnText && !editDisabled" #footer>
<el-button size="small" type="danger" style="color:#FFFFFF" @click="delColumn(itIndex)">{{
data.config.delBtnText}}
</el-button>
</template>
</template> -->
<el-icon v-if="type==1" style="float:right;margin-bottom: 13px;margin-right: 0px;" size="20" @click="addColumnCurrent(itval,itIndex)"><CirclePlus /></el-icon>
<el-icon v-if="type == 1 && itIndex > 0" style="float:right; margin-left: 14px;margin-bottom: 13px;margin-right: 11px;" size="20" @click="deleteColumnCurrent(itIndex)"><Remove /></el-icon>
<el-icon v-if="type == 1 && itIndex > 0" style="float:right; margin-left: 14px;margin-bottom: 13px;margin-right: 5px;" @click="deleteColumnCurrent(itIndex)"><Minus /></el-icon>
<el-icon v-if="type==1" style="float:right;margin-bottom: 13px;margin-right: 5px;" @click="addColumnCurrent(itval,itIndex)"><Plus /></el-icon>

Loading…
Cancel
Save