|
@@ -10,16 +10,15 @@
|
|
>
|
|
>
|
|
|
|
|
|
<div class="flexStar" >
|
|
<div class="flexStar" >
|
|
- <div class="boxswai" style="width:30%;padding-left:0px;height:547px">
|
|
|
|
|
|
+ <div class="boxswai" style="width:30%;padding-left:0px;height:747px">
|
|
<div class="boxnei" style="display: flex;flex-direction: column;">
|
|
<div class="boxnei" style="display: flex;flex-direction: column;">
|
|
<div style="overflow: auto;flex:1">
|
|
<div style="overflow: auto;flex:1">
|
|
<avue-tree :option="treeOption" :data="treeData" @node-click="nodeClick" style="display: inline-block;min-width: 100%;"></avue-tree>
|
|
<avue-tree :option="treeOption" :data="treeData" @node-click="nodeClick" style="display: inline-block;min-width: 100%;"></avue-tree>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
- <div class="boxswai" style="width:70%;padding-left:0px;padding-right:0px;height:547px">
|
|
|
|
|
|
+ <div class="boxswai" style="width:70%;padding-left:0px;padding-right:0px;height:747px">
|
|
<div class="boxnei" style="flex:1;">
|
|
<div class="boxnei" style="flex:1;">
|
|
-
|
|
|
|
<avue-crud
|
|
<avue-crud
|
|
:data="loadData"
|
|
:data="loadData"
|
|
:option="loadOption"
|
|
:option="loadOption"
|
|
@@ -28,11 +27,12 @@
|
|
@on-load="quteonLoad"
|
|
@on-load="quteonLoad"
|
|
@selection-change="selectionChange"
|
|
@selection-change="selectionChange"
|
|
:table-loading="loading"
|
|
:table-loading="loading"
|
|
- ref="crud">
|
|
|
|
|
|
+ ref="crud"
|
|
|
|
+ class="tableclass">
|
|
<template slot="menuLeft" slot-scope="{size}">
|
|
<template slot="menuLeft" slot-scope="{size}">
|
|
<el-input placeholder="请输入你想搜索的表单名称" v-model="input3" :size="size" clearable @clear="clearinput">
|
|
<el-input placeholder="请输入你想搜索的表单名称" v-model="input3" :size="size" clearable @clear="clearinput">
|
|
- <i class="el-icon-search" type="primary" slot="append" @click="searchChange" ></i>
|
|
|
|
-
|
|
|
|
|
|
+ <i class="el-icon-search" type="primary" slot="append" @click="searchChange" style=" cursor:pointer;"></i>
|
|
|
|
+
|
|
</el-input>
|
|
</el-input>
|
|
</template>
|
|
</template>
|
|
</avue-crud>
|
|
</avue-crud>
|
|
@@ -298,6 +298,8 @@ export default {
|
|
},
|
|
},
|
|
show(){
|
|
show(){
|
|
this.dialogVisible=true;
|
|
this.dialogVisible=true;
|
|
|
|
+ this.treeId=''
|
|
|
|
+ this.loadData=[]
|
|
|
|
|
|
},
|
|
},
|
|
submitQute(){
|
|
submitQute(){
|
|
@@ -343,4 +345,28 @@ export default {
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
|
|
overflow: auto;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
+.tablesss{
|
|
|
|
+ max-height: 600px !important;
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+/deep/.el-input-group__append{
|
|
|
|
+ background-color: #ecf5ff;
|
|
|
|
+ color: #409EFF;
|
|
|
|
+}
|
|
|
|
+/deep/.el-input-group__append:hover{
|
|
|
|
+ background-color: #409EFF;
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+/deep/.el-input-group__prepend:hover{
|
|
|
|
+ background-color: #409EFF;
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+/deep/.el-input-group__append:active{
|
|
|
|
+ background-color: #9dc5ee;
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
|
|
+/deep/.el-input-group__prepend:active{
|
|
|
|
+ background-color: #9dc5ee;
|
|
|
|
+ color: white;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|