更新工作流样式,移除最大宽度限制并增加内边距,以改善布局和响应式设计。

This commit is contained in:
北枳 2025-08-06 17:51:12 +08:00
parent 6bcd8b0118
commit 96b8066f5c

View File

@ -4,7 +4,8 @@
border-radius: 12px;
flex-direction: column;
width: 100%;
max-width: 1200px;
/* max-width: 1200px; */
padding: 0 3rem;
height: calc(100vh - 120px);
max-height: 800px;
min-height: 600px;
@ -17,6 +18,7 @@
.container-H2sRZG {
padding-inline: 10px;
max-width: 100%;
padding: 0 1rem;
height: calc(100vh - 80px);
min-height: 500px;
}