|
|
@@ -9,14 +9,14 @@
|
|
|
<!-- <el-row> -->
|
|
|
<el-tabs type="border-card">
|
|
|
<el-tab-pane label="基础字段"
|
|
|
- style="height:calc(100vh - 370px)">
|
|
|
+ style="height:69vh">
|
|
|
<div :style="{'width':'100%','height':'100%','overflow':'auto'}">
|
|
|
<el-tree :data="data1"
|
|
|
@node-click="handleNodeClick"></el-tree>
|
|
|
</div>
|
|
|
</el-tab-pane>
|
|
|
<el-tab-pane label="扩展字段"
|
|
|
- style="height:calc(100vh - 370px)">
|
|
|
+ style="height:69vh">
|
|
|
<div :style="{'width':'100%','height':'100%','overflow':'auto'}">
|
|
|
<el-tree :data="data"
|
|
|
@node-click="handleNodeClicKuoZhan"></el-tree>
|
|
|
@@ -41,10 +41,10 @@
|
|
|
:id="tag.id"
|
|
|
:key="tag.name"
|
|
|
closable
|
|
|
+ color="#F2F6FC"
|
|
|
class="reporttag reportselect"
|
|
|
@click="clickmodeltypetag(tag.name, tag.id)"
|
|
|
- @close="removeSearchTab(tag.id,tag.name)"
|
|
|
- style="color: white">
|
|
|
+ @close="removeSearchTab(tag.id,tag.name)">
|
|
|
<i class="el-icon-caret-right"
|
|
|
v-if="tag.name === currentSearchTemplateName"></i>
|
|
|
{{tag.name}}
|