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