修改首页显示数据

v1.0.0
于肖磊 2024-09-02 14:36:26 +08:00
parent 9e44b5984a
commit 84e260c4ef
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@
</template>
<div v-if="['1', '2'].includes(form.theme)">{{ form.title }}</div>
<template v-if="['3', '5'].includes(form.theme)">
<div class="flex-1" style="padding-right:90px">
<div class="flex-1">
<model-search :value="pageData.com_data" :is-page-settings="true"></model-search>
</div>
</template>