.yyui-helpdoc{
  //width:700px;
  .yyui-toolbar{
    line-height: 40px;
    .yyui-form{
      display: inline-block;
      width:300px;
      .ant-form-item-label{
        padding:0;
      }
      .ant-col-14{
        margin-top:5px;
      }
    }
    p{
      display: inline-block;
      font-size: 16px;
      float: left;
      font-weight: bold;
    }
    button{
      float: right;
    }
  }
  .yyui-editor{
    margin: 5px;
    .editor-container{
      .editor-contenteditable-div{
        overflow-y: scroll;
        height:600px;
        .editable-range{
          min-height: 550px;
        }
      }
    }
  }
  .help-content{
    border-top: 1px solid #ccc;
    padding: 10px;
    font-size: 14px;
  }
}