|
@@ -64,7 +64,7 @@
|
|
|
</a-row>
|
|
|
</div>
|
|
|
<div data-v-step="3" v-show="formState.showMoreQuery"
|
|
|
- :style="showOverlay && curStepVal==3?'margin:auto;width:70%;z-index:1000;display:inline-block;background:white;':'margin:auto;width: 70%;'">
|
|
|
+ :style="showOverlay && curStepVal==3?'margin:auto;width:500px;padding:10px; z-index:1000;display:inline-block;min-height:200px;background:white;':'margin:auto;width: 70%;'">
|
|
|
<a-divider orientation="left"><b style="color:#4E61D0">2.输入检索内容条件</b></a-divider>
|
|
|
<a-row :gutter="24">
|
|
|
<a-col :span="24" class="query-row" v-for="(it,index) in limiters">
|
|
@@ -118,9 +118,9 @@ export default defineComponent({
|
|
|
'border-radius:0 0 10px 10px;padding:5px 15px 0px 15px;position: absolute;top:55px;">' +
|
|
|
'综合搜索栏,将检索功能浓缩至"一框"中。可直接输入多种类型的' +
|
|
|
'关键词如井号、井名、生产作业名词到检索框中进行搜索;同时支持输入运算符“大于""等于""少于”“不等于”进行检索词的组合运算<br/>' +
|
|
|
- '<br/>点击“更多查询"可查看更多检索条件</div>',
|
|
|
+ '点击“更多查询"可查看更多检索条件</div>',
|
|
|
params: {
|
|
|
- placement: 'right'
|
|
|
+ placement: 'bottom'
|
|
|
}
|
|
|
},
|
|
|
{
|
|
@@ -137,7 +137,7 @@ export default defineComponent({
|
|
|
'border-radius:0 0 10px 10px;padding:5px 15px 0px 15px;position: absolute;top:50px;">' +
|
|
|
'可选择控件条件进行查询范围的缩窄<br/></div>',
|
|
|
params: {
|
|
|
- placement: 'right'
|
|
|
+ placement: 'bottom'
|
|
|
}
|
|
|
},
|
|
|
{
|