|
@@ -158,7 +158,7 @@
|
|
|
</a-form-item>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
- <a-row class="edit-operation" style="width:600px;float:right;" data-v-step="3">
|
|
|
+ <a-row class="edit-operation" style="width:600px;float:right;margin-top: 10px;" data-v-step="3">
|
|
|
<a-col :span="24" :style="showOverlay && curStepVal==3?'text-align: right;z-index:1000;background:white;':'text-align: right;'">
|
|
|
<a-checkbox-group v-model:value="showColumnType" @change="onCheckboxChange">
|
|
|
<a-row>
|
|
@@ -434,9 +434,9 @@ export default defineComponent({
|
|
|
target:'[data-v-step="2"]',
|
|
|
header:{
|
|
|
title:'<div class="rightTriangle" style="position:absolute;left:23.5em;top:1em;"></div>' +
|
|
|
- '<div class="tipsTitle" style="position:relative;left:-5.3em;">引导2/5:</div>',
|
|
|
+ '<div class="tipsTitle" style="position:relative;left:-4.7em;">引导2/5:</div>',
|
|
|
},
|
|
|
- content:'<div class="tipsContent" style="position:relative;left:-5.7em;">点击"☰"按钮展开更多查询</div>',
|
|
|
+ content:'<div class="tipsContent" style="position:relative;left:-5em;">点击"☰"按钮展开更多查询</div>',
|
|
|
params:{
|
|
|
placement:'left'
|
|
|
}
|
|
@@ -544,7 +544,6 @@ export default defineComponent({
|
|
|
return false;
|
|
|
}
|
|
|
showQuery.value = curVal;
|
|
|
- showQuery.value = false;
|
|
|
}
|
|
|
|
|
|
const replaceFields = {
|