.e-body-left {
    width: calc(20% - 10px);
    height: calc(100% - 10px);
    margin: 10px 0 0 10px;
}
.e-body-right {
    width: calc(80% - 8px);
    height: calc(100% - 4px);
    margin: 0 4px 4px 4px;
}
.e-body-left textarea {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    resize: none;
    word-break: break-all;
}
.output-toolbar {
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    background-color: #ffffff;
    border-bottom: 0.5px solid #2f2e2e;
    border-top-right-radius: 6px;
    user-select: none;
}
.output-content {
    width: 100%;
    height: calc(100% - 43px);
    padding: 10px 0 0 0;
    background-color: #ffffff;
    word-wrap: break-word;
    word-break: break-all;
    overflow-x: scroll;
    overflow-y: scroll;
}
.output-toolbar img {
    width: 16px;
    height: 16px;
    padding-right: 2px;
    vertical-align: middle;
}
.output-toolbar textarea {
    width: 30px;
    height: 16px;
    padding-right: 2px;
    vertical-align: middle;
    border: 1px solid #2f2e2e;
    resize: none;
}
.output-toolbar .btn,.item {
    margin: 0 5px;
    padding: 5px;
    border: none;
    text-align: center;
    border-radius: 4px;
}
.output-toolbar .btn {
    cursor: pointer;
    transition: background-color 0.3s;
}
.output-toolbar .btn:hover {
    background-color: #d5d5d5;
}