feat: 修改图标展示问题

pull/255/head
raofuzi 1 year ago
parent a885893342
commit f634fe008b

@ -161,7 +161,7 @@ onMounted(async () => {})
</li> </li>
</ul> </ul>
</div> </div>
<template v-if="showFieldList?.length > 5"> <template v-if="showFieldList?.length > 6">
<div class="absolute bottom-0 py-[8px] pl-[36px] text-[#666] item-action"> <div class="absolute bottom-0 py-[8px] pl-[36px] text-[#666] item-action">
<span class="cursor-pointer" @click.stop="showFull = !showFull"> <span class="cursor-pointer" @click.stop="showFull = !showFull">
<SvgIcon v-if="showFull" style="margin-left: 6px" name="expand" size="16" /> <SvgIcon v-if="showFull" style="margin-left: 6px" name="expand" size="16" />

Loading…
Cancel
Save