.editor-container{position:relative;height:calc(100vh - 46px);display:flex;flex-direction:column;padding:16px 32px 32px}.editor-container .editor-layout{display:flex;height:100%;min-height:0}.editor-container .editor-layout .editor-main-wrapper{height:100%;flex-shrink:0;min-width:260px;max-width:calc(100% - 260px)}.editor-container .editor-layout .editor-resizer{width:4px;margin:0 4px;cursor:col-resize;background-color:#e5e5e5;flex-shrink:0;transition:background-color .15s ease}.editor-container .editor-layout .editor-resizer:hover{background-color:#c3c3c3}.editor-container .view-container{height:100%;flex:1;min-width:260px;overflow:auto}.editor-container .editor-tools{position:relative}.editor-container .editor-tools .error-show{position:absolute;bottom:100%;left:0;width:100%;padding:16px 16px 8px;background-color:rgba(255,255,255,.5);border-radius:3px;z-index:99}.editor-container .editor-tools .error-item{color:#fff;font-size:14px;padding-bottom:8px}.editor-container .editor-tools .error-index{display:inline-block;background-color:#222;padding:0 8px}.editor-container .editor-tools .error-tips{display:inline-block;background-color:#f44;padding:0 8px}.editor-container .editor-tools .error-content{background-color:#a1a1a1;padding:0 8px}