Skip to content

Commit bc41c9d

Browse files
authoredJun 30, 2021
Merge pull request #5 from BUPTlhuanyu/restructure
fix(ui): ui
2 parents 1a8b203 + 00e6138 commit bc41c9d

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed
 
-6.17 KB
Loading

‎packages/views/src/pages/editor/index.scss

+7-7
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@
2525
position: relative;
2626
flex: 1;
2727
margin: auto;
28-
width: 368px;
29-
padding-left: 28px;
30-
padding-right: 22px;
28+
width: 400px;
29+
padding-left: 35px;
30+
padding-right: 55px;
3131
height: 100%;
3232
overflow: auto;
3333
.md-view-layer {
34-
height: 690px;
34+
height: 673px;
3535
position: relative;
3636
overflow: auto;
37-
top: 34px;
37+
top: 36px;
3838
overflow: auto;
3939
.md-view-container {
4040
overflow: auto;
@@ -45,11 +45,11 @@
4545
position: absolute;
4646
top: 0;
4747
left: 0;
48-
width: 375px;
48+
width: 400px;
4949
height: 758px;
5050
background: url('../../assets/img/iPhone-11.png') no-repeat;
5151
background-size: contain;
52-
background-position: center;
52+
background-position: top;
5353
pointer-events: none;
5454
}
5555
}

0 commit comments

Comments
 (0)
Please sign in to comment.