diff --git a/css/history_detail/02-layout/layout.css b/css/history_detail/02-layout/layout.css index 55f8439..6554686 100644 --- a/css/history_detail/02-layout/layout.css +++ b/css/history_detail/02-layout/layout.css @@ -15,6 +15,8 @@ body { max-width: 1200px; margin: 40px auto; height: 100vh; + display: flex; + flex-direction: column; background: var(--color-bg-base); border-radius: var(--radius-xl); /* 使用变量定义的轻量化阴影 */ @@ -87,8 +89,8 @@ body { .tab-content { background: transparent; padding: 8px 0; - height: 100vh; min-height: 300px; + flex: 1; margin-top: 0; /* 优化阅读体验的字体设置 */ font-size: 1.0625rem; /* 17px */ diff --git a/index.html b/index.html index 9998a36..f93f766 100644 --- a/index.html +++ b/index.html @@ -231,7 +231,7 @@ pointer-events: none; } /* 新增:右侧大 Logo 背景装饰 */ - .workspace-header::after { + /* .workspace-header::after { content: ''; position: absolute; right: -20px; @@ -242,10 +242,11 @@ background-repeat: no-repeat; background-position: center; background-size: contain; - opacity: 0.07; /* 极低透明度,仅作纹理 */ + 极低透明度,仅作纹理 + opacity: 0.07; transform: rotate(-10deg); pointer-events: none; - } + } */ .workspace-header-content { position: relative; z-index: 1; @@ -594,7 +595,7 @@
进度: 0%
+${error.message}
+ +