fix(数据源): API数据源-编辑数据表:间距不对

This commit is contained in:
dataeaseShu 2024-12-05 16:26:24 +08:00
parent 68ead5d5d2
commit f4c92bd3d4
2 changed files with 2 additions and 2 deletions

View File

@ -213,7 +213,7 @@ const emits = defineEmits(['headersChange'])
{{ t('datasource.body_raw') }}
</el-radio>
</el-radio-group>
<div v-if="apiBody.type == 'Form_Data' || apiBody.type == 'WWW_FORM'">
<div style="padding-top: 16px" v-if="apiBody.type == 'Form_Data' || apiBody.type == 'WWW_FORM'">
<api-variable
:is-read-only="isReadOnly"
:parameters="apiBody.kvs"

View File

@ -265,7 +265,7 @@ const timeFunLists = [
</template>
</draggable>
<el-button @click="change" text>
<el-button style="margin-top: 14px" @click="change" text>
<template #icon>
<icon name="icon_add_outlined"><icon_add_outlined class="svg-icon" /></icon>
</template>