mirror of
https://github.com/dataease/dataease.git
synced 2026-05-16 05:50:45 +08:00
@@ -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;
|
||||
}
|
||||
|
||||
2
de-xpack
2
de-xpack
Submodule de-xpack updated: df9b8715f2...b9e9f1fdff
Reference in New Issue
Block a user