|
@ -88,7 +88,9 @@ const bottomContainer2 = () => { |
|
|
const showDetailModal = item => { |
|
|
const showDetailModal = item => { |
|
|
// 根据这个item获取详细信息 |
|
|
// 根据这个item获取详细信息 |
|
|
webSocketStore.sendCommandMsg(getDetailInfoById(item)) |
|
|
webSocketStore.sendCommandMsg(getDetailInfoById(item)) |
|
|
|
|
|
setTimeout(() => { |
|
|
showDetailVisible.value = true |
|
|
showDetailVisible.value = true |
|
|
|
|
|
}, 1000) |
|
|
} |
|
|
} |
|
|
</script> |
|
|
</script> |
|
|
|
|
|
|
|
@ -229,6 +231,7 @@ const showDetailModal = item => { |
|
|
.table_column { |
|
|
.table_column { |
|
|
// height: 500px; |
|
|
// height: 500px; |
|
|
// position: relative; |
|
|
// position: relative; |
|
|
|
|
|
min-height: 500px; |
|
|
.title { |
|
|
.title { |
|
|
height: 80px; |
|
|
height: 80px; |
|
|
position: sticky; |
|
|
position: sticky; |
|
|