Merge branch 'master-dev' into feature-Beta-dev-renpy

This commit is contained in:
orgin 2024-03-05 15:27:06 +08:00
commit a360b6df16
2 changed files with 2 additions and 1 deletions

View File

@ -203,6 +203,7 @@ export default {
}, },
mounted() { mounted() {
this.getNuclideAvgList() this.getNuclideAvgList()
this.getStationList()
}, },
methods: { methods: {
onSourceChange(val) { onSourceChange(val) {

View File

@ -695,7 +695,7 @@ export default {
} }
} }
&-body { &-body {
height: calc(100% - 66px); height: calc(100% - 103px);
overflow: auto; overflow: auto;
} }
} }