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" :options="textTypeOptions"
/> />
</div> </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> <div style="width: 40%;">当前图片类型</div>
<Select <Select
style="width: 60%;" style="width: 60%;"