feat: sync full-stack Docker runtime and UI

This commit is contained in:
“ydy0615”
2026-06-27 22:22:42 +08:00
parent 356108e792
commit 23bfca51e4
50 changed files with 2750 additions and 2120 deletions
+2 -1
View File
@@ -17,7 +17,8 @@ const markdown = ref('')
.editor-view {
position: relative;
z-index: 1;
height: 100%;
height: 100dvh;
min-height: 0;
display: flex;
flex-direction: column;
}