Merge pull request #6324 from dataease/pr@dev-v2@style_query-component

style: 查询组件编辑栏样式修改
This commit is contained in:
王嘉豪 2023-10-24 10:19:15 +08:00 committed by GitHub
commit 27e1fa35c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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">