Merge pull request #11705 from ulleo/dev-v2

refactor(X-Pack): 数据填报界面优化
This commit is contained in:
ulleo
2024-08-22 17:59:03 +08:00
committed by GitHub
2 changed files with 5 additions and 2 deletions

View File

@@ -533,7 +533,8 @@ const defaultForm = {
description: '',
type: 'API',
apiConfiguration: [],
paramsConfiguration: []
paramsConfiguration: [],
enableDataFill: false
}
const form = reactive<Form>(cloneDeep(defaultForm))
const defaultForm2 = {
@@ -859,6 +860,8 @@ defineExpose({
<style lang="less">
.datasource-drawer-fullscreen {
z-index: 1000 !important;
.ed-drawer__body {
padding: 0;
}