style: 查询组件编辑栏样式修改

This commit is contained in:
wangjiahao 2023-10-24 10:16:31 +08:00
parent 36454aa1a9
commit e665e94d00

View File

@ -1118,7 +1118,7 @@ const onRefreshChange = val => {
<span style="font-size: 14px">{{ view.title }}</span>
</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="tab-container" style="width: 100%">
<el-tabs v-model="tabActiveVQuery">