fix: 样式修复

This commit is contained in:
pipipi-pikachu 2025-01-10 21:14:14 +08:00
parent dbe4169e4c
commit 88ab684ffc

View File

@ -27,7 +27,7 @@
:options="textTypeOptions"
/>
</div>
<div class="row" v-if="handleElement && handleElement.type === 'image'">
<div class="row" v-else-if="handleElement && handleElement.type === 'image'">
<div style="width: 40%;">当前图片类型</div>
<Select
style="width: 60%;"