.ryu-editor {
  width: 100%;
  height: 100%;
  position: relative; }
  .ryu-editor-toolbar {
    position: absolute;
    height: 50px;
    top: 0;
    right: 0;
    left: 0; }
  .ryu-editor-body {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0; }
  .ryu-editor-plugin-template {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 240px;
    overflow-y: auto; }
  .ryu-editor-plugin-list {
    position: absolute;
    top: 0;
    left: 240px;
    bottom: 0px;
    width: 415px;
    background: #f5f5f5;
    overflow: auto; }
  .ryu-editor-plugin-list-container {
    margin-left: 20px;
    margin-right: 20px;
    background: #f6f6f6; }
  .ryu-editor-plugin-editor {
    position: absolute;
    top: 0;
    left: 680px;
    right: 0;
    bottom: 0;
    overflow-y: auto; }
  .ryu-editor :global(.ant-tabs-bar) {
    border-bottom: 1px solid transparent !important; }
  .ryu-editor :global(.ant-tabs-nav-wrap) {
    margin-bottom: 0px; }
  .ryu-editor :global(.ant-tabs-nav) {
    border: 0.02rem solid #ccc !important;
    height: 0.6rem !important; }
  .ryu-editor :global(.ant-tabs-tab) {
    margin-right: 0rem !important;
    font-size: 0.24rem !important;
    height: 0.6rem !important;
    line-height: 0.6rem !important;
    padding: 0rem !important;
    padding-left: 0.16rem !important;
    padding-right: 0.16rem !important;
    vertical-align: middle !important;
    min-width: 1.8rem !important;
    text-align: center !important; }
  .ryu-editor :global(.ant-tabs-tab-active) {
    background: #4990e2 !important;
    color: white !important; }
  .ryu-editor :global(.ant-tabs-ink-bar) {
    height: 0rem !important; }
  .ryu-editor-plugin-template::-webkit-scrollbar, .ryu-editor-plugin-list::-webkit-scrollbar {
    width: 0; }
