临时提交

This commit is contained in:
lin
2025-10-24 16:23:07 +08:00
parent d132e35094
commit d029fb7adb
7 changed files with 57 additions and 24 deletions

View File

@@ -132,7 +132,7 @@ export default {
data() {
return {
channelList: [],
tableHeight: `calc(100vh - ${this.$refs.queryForm.offsetHeight}px)`,
tableHeight: `calc(100vh - 190px)`,
searchStr: '',
channelType: '',
online: '',
@@ -152,6 +152,7 @@ export default {
created() {
this.initData()
this.tableHeight = `calc(100vh - ${this.$refs.queryForm.offsetHeight}px)`
},
destroyed() {
},