html,
body {
  height: 100%;
  width: 100%;
  font-size: 14px;
  position: relative;
  font-family: 'MicrosoftYaHei';
}

#app {
  width: 100%;
  height: 100%;
  overflow: auto;
}

.main-views {
  // min-width: 1200px;
  height: 100%;

  .el-aside {
    overflow: hidden;
  }

  .el-main {
    overflow: hidden;
    padding: 0;
    height: 100%;
    width: 100%;
  }
}

.el-scrollbar__wrap {
  overflow-x: hidden !important;
}

.tree-node__label {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.el-message-box__wrapper {
  z-index: 5000 !important;
}

#nebula-viewer img {
  width: calc(100% - 60px) !important;
}

.kssBody #kss {
  opacity: 0;
}

.kssBody #kssScreenShotWrapper #kssRectangleCanvas {
  opacity: 10;
}

// .kssBody #kssScreenShotWrapper #kssRectangleCanvas {
    //height: calc(100% + 118px) !important;
    //width: calc(100% + 120px) !important;
    //top: -58px !important;
    //left: -60px !important;
// }

// #kssScreenShotWrapper {
//   width: calc(100% - 124px) !important;
//   height: calc(100% - 109px) !important;
//   left: 62px !important;
//   top: 62px !important;
// }

.el-dialog__wrapper {
  opacity: 20;
}