refine css && refine sidebar

This commit is contained in:
Pan
2017-05-12 17:45:33 +08:00
parent b7f96a0ece
commit b813364b99
3 changed files with 11 additions and 7 deletions

View File

@@ -221,6 +221,13 @@ code {
z-index: 1000 !important;
}
//refine simplemde
.simplemde-container{
.editor-toolbar.fullscreen,.CodeMirror-fullscreen{
z-index: 1003;
}
}
//暂时性解决diolag 问题 https://github.com/ElemeFE/element/issues/2461
.el-dialog {
transform: none;