forked from github/dataease
Merge pull request #6324 from dataease/pr@dev-v2@style_query-component
style: 查询组件编辑栏样式修改
This commit is contained in:
commit
27e1fa35c0
@ -1118,7 +1118,7 @@ const onRefreshChange = val => {
|
|||||||
<span style="font-size: 14px">{{ view.title }}</span>
|
<span style="font-size: 14px">{{ view.title }}</span>
|
||||||
</el-row>
|
</el-row>
|
||||||
|
|
||||||
<el-row style="height: calc(100vh - 110px)">
|
<el-row style="height: calc(100vh - 110px); overflow-y: auto">
|
||||||
<div class="query-style-tab" v-if="view.type === 'VQuery'">
|
<div class="query-style-tab" v-if="view.type === 'VQuery'">
|
||||||
<div class="tab-container" style="width: 100%">
|
<div class="tab-container" style="width: 100%">
|
||||||
<el-tabs v-model="tabActiveVQuery">
|
<el-tabs v-model="tabActiveVQuery">
|
||||||
|
Loading…
Reference in New Issue
Block a user