/*可以在这里添加你自己的css*/
#container, #edui1{
    width: 100%;
    height: 100%;
}
#edui1_toolbarbox{
    width: 100%;
    height: 30px;
}
#edui1_bottombar{
    display: none;
}
#edui1_iframeholder{
    width: 100%;
    height: 268px !important;
    height: calc(100% - 30px) !important;
}
#container{
    border-color: #c0c0c0;
}
#container:focus{
    border-color: #226ebc !important;
}