|
@@ -657,6 +657,7 @@ export default {
|
|
|
position: relative;
|
|
|
|
|
|
.left {
|
|
|
+ // z-index: 2;
|
|
|
width: 850px;
|
|
|
height: 100%;
|
|
|
position: absolute;
|
|
@@ -704,8 +705,16 @@ export default {
|
|
|
margin-left: 20px;
|
|
|
}
|
|
|
|
|
|
- .economicTable {
|
|
|
- // width: 100%;
|
|
|
+ .economicTable::v-deep {
|
|
|
+ .el-table {
|
|
|
+ .el-table__header-wrapper {
|
|
|
+ position: fixed;
|
|
|
+ z-index: 1;
|
|
|
+ }
|
|
|
+ .el-table__body-wrapper {
|
|
|
+ margin-top: 46.85px;
|
|
|
+ }
|
|
|
+ }
|
|
|
}
|
|
|
}
|
|
|
|