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
+6 -2
View File
@@ -194,6 +194,7 @@ defineExpose({
overflow: hidden;
min-height: 640px;
height: min(78vh, 920px);
height: min(78dvh, 920px);
border: 1px solid var(--github-border);
border-radius: 18px;
background:
@@ -284,6 +285,8 @@ defineExpose({
.image-editor-shell :deep(.tui-image-editor-submenu) {
height: 166px;
overflow-y: auto;
overscroll-behavior-y: contain;
}
.image-editor-shell :deep(.tui-image-editor-submenu > div) {
@@ -298,7 +301,7 @@ defineExpose({
@media (max-width: 960px) {
.image-editor-shell {
min-height: 560px;
height: 72vh;
height: min(72dvh, 72vh);
}
.image-editor-shell :deep(.tui-image-editor-main-container) {
@@ -308,10 +311,11 @@ defineExpose({
.image-editor-shell :deep(.tui-image-editor-controls) {
height: 88px;
overflow-x: auto;
overscroll-behavior-x: contain;
}
.image-editor-shell :deep(.tui-image-editor-menu) {
padding: 0 16px;
}
}
</style>
</style>