forked from 77media/video-flow
更新工作流样式,移除最大宽度限制并增加内边距,以改善布局和响应式设计。
This commit is contained in:
parent
6bcd8b0118
commit
96b8066f5c
@ -4,7 +4,8 @@
|
|||||||
border-radius: 12px;
|
border-radius: 12px;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-width: 1200px;
|
/* max-width: 1200px; */
|
||||||
|
padding: 0 3rem;
|
||||||
height: calc(100vh - 120px);
|
height: calc(100vh - 120px);
|
||||||
max-height: 800px;
|
max-height: 800px;
|
||||||
min-height: 600px;
|
min-height: 600px;
|
||||||
@ -17,6 +18,7 @@
|
|||||||
.container-H2sRZG {
|
.container-H2sRZG {
|
||||||
padding-inline: 10px;
|
padding-inline: 10px;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
|
padding: 0 1rem;
|
||||||
height: calc(100vh - 80px);
|
height: calc(100vh - 80px);
|
||||||
min-height: 500px;
|
min-height: 500px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user