|
@@ -1,4 +1,5 @@
|
|
|
-<template>
|
|
|
+<template >
|
|
|
+ <el-scrollbar>
|
|
|
<div class="light-matrix">
|
|
|
<Row class="panel-2" type="">
|
|
|
<Col :span="12" class="left-50-16">
|
|
@@ -190,6 +191,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ </el-scrollbar>
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -508,7 +510,6 @@ export default {
|
|
|
<style lang="less" scoped>
|
|
|
@panelHeight: 6.481vh;
|
|
|
@titleHeight: 2.7778vh;
|
|
|
-
|
|
|
.light-matrix {
|
|
|
// width: calc(100% - 1.111vh);
|
|
|
height: calc(100vh - 7.222vh);
|
|
@@ -802,4 +803,4 @@ export default {
|
|
|
text-align: center;
|
|
|
}
|
|
|
}
|
|
|
-</style>
|
|
|
+</style>
|