This commit is contained in:
ggchinazhangwei 2025-04-12 19:18:35 +08:00
parent dafe548b4d
commit 3720aaa471

View File

@ -4,11 +4,11 @@
.header { .header {
position: relative; position: relative;
z-index: 10; z-index: 10;
padding-left: 30px; padding-left: 38px;
padding-right: 30px; padding-right: 30px;
display: flex; display: flex;
align-items: center; align-items: center;
height: 42px; height: 40px;
background: #fff; background: #fff;
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
.logoArea { .logoArea {
@ -28,6 +28,7 @@
border-radius: 3px; border-radius: 3px;
vertical-align: middle; vertical-align: middle;
img { img {
display: block;
width: 108px; width: 108px;
height: auto; height: auto;
max-width: 100%; max-width: 100%;
@ -48,7 +49,7 @@
display: flex; display: flex;
} }
.codeWrap { .codeWrap {
width: calc(100vw - 440px); width: calc(100% - 438px);
min-height: 560px; min-height: 560px;
height: 100%; height: 100%;
} }
@ -56,8 +57,7 @@
height: 100%; height: 100%;
} }
.previewWrap { .previewWrap {
margin: 0 30px; margin: 30px 30px 0 30px;
margin-top: 30px;
width: 375px; width: 375px;
min-width: 375px; min-width: 375px;
overflow: auto; overflow: auto;