Skip to content

Commit 5fe3d70

Browse files
committed
perf[editor-dashboard]: refine css
1 parent 4aa9345 commit 5fe3d70

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/components/PanThumb/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export default {
1919
},
2020
zIndex: {
2121
type: Number,
22-
default: 100
22+
default: 1
2323
},
2424
width: {
2525
type: String,

src/views/dashboard/editor/index.vue

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ export default {
4949
.dashboard-editor-container {
5050
background-color: #e3e3e3;
5151
min-height: 100vh;
52-
margin-top: -50px;
53-
padding: 100px 60px 0px;
52+
padding: 50px 60px 0px;
5453
.pan-info-roles {
5554
font-size: 12px;
5655
font-weight: 700;

0 commit comments

Comments
 (0)