second commit

This commit is contained in:
2025-12-25 18:33:15 +08:00
parent 78407f1cbd
commit 6a6ddba71a
34 changed files with 527 additions and 1226 deletions

View File

@@ -92,7 +92,8 @@ const handleNodeClick = (node) => {
}
changeGridType(4)
defineExpose({
handleNodeClick
handleNodeClick,
videoPreview
})
onUnmounted(() => {
if(videoPreview.value) {
@@ -105,7 +106,7 @@ onUnmounted(() => {
<style lang="scss" scoped>
.wall-wrapper {
height: 812px;
height: calc(100% - 36px);
position: relative;
width: 80%;
.treeTool{
@@ -141,7 +142,7 @@ onUnmounted(() => {
justify-content: flex-end;
}
.con_right{
height: 100%;
height: calc(100% - 36px);
padding: 5px;
width: 100%;
display: flex;