.tabs {
  height: 32px;
  width: 100%;
  margin-bottom: 10px;
}
.table {
  height: calc(100% - 42px);
}

.atta-top {
  height: 32px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.atta-top .atta-left {
    position: absolute;
    left: 0;
}
.atta-top .atta-right {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.atta-bottom {
  height: calc(100% - 42px);
}
.fileName:hover {
  color: #409eff;
  cursor: pointer;
}
.pdfs-viewer {
  height: 100%;
}
.pdfs-viewer .el-dialog__body {
    height: 100%;
    overflow: hidden;
}

.atta-top {
  height: 32px;
  width: 100%;
  position: relative;
  margin-bottom: 10px;
}
.atta-top .atta-left {
    position: absolute;
    left: 0;
}
.atta-top .atta-right {
    position: absolute;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.atta-bottom {
  height: calc(100% - 42px);
}

#tinymce-editor[data-v-5af83788] {
  width: 100%;
  height: 100%;
}
.con[data-v-5af83788] {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.el-card[data-v-b7f68df0] {
  border: none;
  height: 100%;
}
[data-v-b7f68df0] .el-card__body {
  padding: 0;
  height: calc(100% - 10px);
}

.top {
  width: 100%;
  height: 80px;
  background: #fff;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top .logo {
    margin-left: 20px;
    width: 80px;
    height: 100%;
    text-align: center;
}
.top .logo .img {
      width: 50px;
      height: 50px;
      border-radius: 50px;
      margin-top: 15px;
}
.top .top-left {
    width: calc(100% - 100px);
    height: 100%;
}
.top .top-left .title {
      height: 27px;
      margin-top: 15px;
      font-size: 18px;
}
.bottom {
  width: calc(100% - 40px);
  height: calc(100% - 120px);
  background: #fff;
  margin-left: 10px;
  padding: 10px;
}


/*# sourceMappingURL=28.6eb6ef01.css.map*/