mirror of
https://github.com/MrXujiang/h5-Dooring.git
synced 2025-12-11 01:12:49 +00:00
优化
This commit is contained in:
parent
dafe548b4d
commit
3720aaa471
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user