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
+5 -1
View File
@@ -220,7 +220,8 @@ function closeConfirm() {
<style scoped>
.docs-view {
width: 100%;
height: 100vh;
height: 100dvh;
min-height: 0;
overflow: hidden;
background: var(--github-bg);
}
@@ -229,10 +230,12 @@ function closeConfirm() {
display: grid;
grid-template-columns: 320px minmax(0, 1fr);
height: 100%;
min-height: 0;
}
.docs-sidebar {
min-width: 0;
overflow: auto;
border-right: 1px solid var(--github-border);
background: var(--github-bg);
}
@@ -428,6 +431,7 @@ function closeConfirm() {
bottom: 0;
z-index: 999;
width: min(88vw, 320px);
overflow: auto;
box-shadow: 20px 0 40px rgba(15, 23, 42, 0.16);
}