mirror of
https://github.com/dataease/dataease.git
synced 2026-05-14 21:12:33 +08:00
fix(数据源): API数据源-编辑数据表:间距不对
This commit is contained in:
committed by
xuwei-fit2cloud
parent
36147eb59a
commit
41e5e01a6a
@@ -191,7 +191,7 @@ const emits = defineEmits(['headersChange'])
|
||||
</script>
|
||||
|
||||
<template>
|
||||
<div>
|
||||
<div class="radio-group_api">
|
||||
<el-radio-group v-model="apiBody.type">
|
||||
<el-radio :disabled="isReadOnly" :label="BODY_TYPE.FORM_DATA" @change="modeChange">
|
||||
{{ t('datasource.body_form_data') }}
|
||||
@@ -264,6 +264,12 @@ const emits = defineEmits(['headersChange'])
|
||||
</template>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.radio-group_api {
|
||||
:deep(.ed-radio) {
|
||||
height: 22px !important;
|
||||
line-height: 22px !important;
|
||||
}
|
||||
}
|
||||
.ms-body {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user