We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aa9345 commit 5fe3d70Copy full SHA for 5fe3d70
src/components/PanThumb/index.vue
@@ -19,7 +19,7 @@ export default {
19
},
20
zIndex: {
21
type: Number,
22
- default: 100
+ default: 1
23
24
width: {
25
type: String,
src/views/dashboard/editor/index.vue
@@ -49,8 +49,7 @@ export default {
49
.dashboard-editor-container {
50
background-color: #e3e3e3;
51
min-height: 100vh;
52
- margin-top: -50px;
53
- padding: 100px 60px 0px;
+ padding: 50px 60px 0px;
54
.pan-info-roles {
55
font-size: 12px;
56
font-weight: 700;
0 commit comments