perf[editor-dashboard]: refine css
This commit is contained in:
parent
4aa9345d90
commit
5fe3d70246
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,7 @@ export default {
|
|||
},
|
||||
zIndex: {
|
||||
type: Number,
|
||||
default: 100
|
||||
default: 1
|
||||
},
|
||||
width: {
|
||||
type: String,
|
||||
|
|
|
@ -49,8 +49,7 @@ export default {
|
|||
.dashboard-editor-container {
|
||||
background-color: #e3e3e3;
|
||||
min-height: 100vh;
|
||||
margin-top: -50px;
|
||||
padding: 100px 60px 0px;
|
||||
padding: 50px 60px 0px;
|
||||
.pan-info-roles {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
|
|
Loading…
Reference in a new issue