|
@@ -22,7 +22,7 @@
|
|
|
size="small"
|
|
|
:columns="columns"
|
|
|
:data="allTableData"
|
|
|
- :height="'calc(100vh - 615px)'"
|
|
|
+ :height="'calc(100vh - 575px)'"
|
|
|
highlight-current-row
|
|
|
@row-dblclick="onDbClick"
|
|
|
>
|
|
@@ -35,7 +35,7 @@
|
|
|
size="small"
|
|
|
:columns="columns2"
|
|
|
:data="allTableData"
|
|
|
- :height="multipleSelection.length || curRow ? 'calc(100vh - 545px)' : 'auto'"
|
|
|
+ :height="multipleSelection.length || curRow ? 'calc(100vh - 575px)' : 'auto'"
|
|
|
highlight-current-row
|
|
|
@selection-change="handleSelectionChange"
|
|
|
@row-dblclick="onDbClick"
|
|
@@ -428,7 +428,7 @@ onOptionInit(onSearch)
|
|
|
position: absolute;
|
|
|
top: 0;
|
|
|
left: 0;
|
|
|
- height: 300px;
|
|
|
+ height: 260px;
|
|
|
width: 100%;
|
|
|
z-index: 101;
|
|
|
background-color: #fff;
|
|
@@ -446,7 +446,7 @@ onOptionInit(onSearch)
|
|
|
}
|
|
|
}
|
|
|
.chart-box {
|
|
|
- height: 300px;
|
|
|
+ height: 260px;
|
|
|
position: relative;
|
|
|
.right-box {
|
|
|
position: absolute;
|