mirror of
https://github.com/dataease/dataease.git
synced 2025-02-24 11:32:57 +08:00
fix(数据源): API数据源-编辑数据表:间距不对
This commit is contained in:
parent
68ead5d5d2
commit
f4c92bd3d4
@ -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"
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user