|
@@ -985,7 +985,6 @@ export default {
|
|
|
windPowerStation: that.wpId,
|
|
|
},
|
|
|
success(res) {
|
|
|
- console.log(123123, res);
|
|
|
that.mainInfo = res.data;
|
|
|
that.showMainInfoDialog = true;
|
|
|
},
|
|
@@ -1137,8 +1136,7 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less">
|
|
|
-
|
|
|
- .sand-table {
|
|
|
+.sand-table {
|
|
|
width: 100%;
|
|
|
height: 91.667vh;
|
|
|
position: relative;
|
|
@@ -1273,6 +1271,11 @@ export default {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
+#sandTable.sand-table .el-dialog__body {
|
|
|
+ max-height: 600px;
|
|
|
+ overflow-y: scroll;
|
|
|
+}
|
|
|
+
|
|
|
.exchange {
|
|
|
cursor: pointer;
|
|
|
}
|
|
@@ -1382,11 +1385,6 @@ export default {
|
|
|
background: #b3bdc0;
|
|
|
}
|
|
|
|
|
|
- #sandTable .el-dialog__body {
|
|
|
- max-height: 600px;
|
|
|
- overflow-y: scroll;
|
|
|
- }
|
|
|
-
|
|
|
animation-duration: 0;
|
|
|
@keyframes dialog-fade-in {
|
|
|
0% {
|