|
@@ -9,7 +9,7 @@
|
|
|
|
|
|
<el-input clearable v-model="state" @input="change_witch" class="search" placeholder="请输入内容"></el-input>
|
|
|
|
|
|
- <el-table :data="active_dableData" style="width: 100%" height="490" :header-cell-style="{
|
|
|
+ <el-table :data="active_dableData" style="width: 100%" height="650" :header-cell-style="{
|
|
|
background: 'rgba(10, 25, 38, 0.6)',
|
|
|
color: '#66b1ff',
|
|
|
fontSize: '14px',
|
|
@@ -356,7 +356,7 @@ export default {
|
|
|
|
|
|
.innerContainerVector {
|
|
|
width: 350px;
|
|
|
- height: 600px; //calc(100% - 20px);
|
|
|
+ height: 760px; //calc(100% - 20px);
|
|
|
position: absolute;
|
|
|
top: 28px;
|
|
|
z-index: 99;
|