forked from huge/frontEnd/hugeOA

Mr Ke
2020-04-29 8d69f8151ef345d37dbf41e05f4a5a8082513710
src/components/page/DocumentEditPage/index.scss
@@ -7,6 +7,42 @@
/** Happy Coding */
.document-edit-page {
  &-main {
    & .ant-upload.ant-upload-select {
      display: flex;
    }
    & .marginTop {
      margin-top: 8px;
    }
    & .marginTB {
      margin: 12px 0;
    }
    & .w-e-text {
      overflow-y: auto;
    }
    & .w-e-text-container {
      min-height: 300px !important;
      height: auto !important;
    }
    & .ant-upload-list-item-name {
      cursor: pointer;
    }
    & .w-e-text p,
    .w-e-text h1,
    .w-e-text h2,
    .w-e-text h3,
    .w-e-text h4,
    .w-e-text h5,
    .w-e-text table,
    .w-e-text pre {
      margin: 1px 0;
    }
    & .BraftEditor-style {
      border: 1px solid #d9d9d9;
      border-radius: 5px 5px 0 0;
    }
    & .bf-content{
      min-height: 500px;
      height: auto;
    }
  }
}