[data-v-cce96248] .common_tree_handle {
  height: 100%;
}
[data-v-cce96248] .common_tree_handle .el-tree {
  height: calc(100% - 112px) !important;
  overflow-y: scroll;
  overflow-x: hidden;
}
[data-v-cce96248] #gridLayout {
  height: calc(100% - 138px) !important;
}
[data-v-cce96248] .avue-crud {
  height: 100% !important;
}
[data-v-cce96248] .avue-crud .el-card {
  height: 100% !important;
}
[data-v-cce96248] .avue-crud .el-card__body {
  height: 100% !important;
}
[data-v-cce96248] .avue-crud .el-card__body .el-form {
  height: 100% !important;
}
[data-v-cce96248] .avue-crud .el-card__body .el-form .el-table {
  height: 100% !important;
}
[data-v-cce96248] .avue-crud .el-table__empty-text {
  height: 100% !important;
}
.main-content[data-v-cce96248] {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.main-content .top[data-v-cce96248] {
  width: 100%;
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-content .top .echarts-box[data-v-cce96248],
.main-content .top .canvas-box[data-v-cce96248] {
  border-radius: 4px;
  width: 50%;
  height: 100%;
  background: #fff;
  position: relative;
}
.main-content .top .echarts-box .title[data-v-cce96248],
.main-content .top .canvas-box .title[data-v-cce96248] {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 10px;
}
.main-content .top .canvas-box[data-v-cce96248] {
  margin-left: 10px;
}
.main-content .bottom[data-v-cce96248] {
  border-radius: 4px;
  margin-top: 10px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: calc(50% - 10px);
  overflow: scroll;
}
.main-content .bottom .el-container[data-v-cce96248] {
  height: 100%;
}
.main-content .bottom .el-container .el-main[data-v-cce96248] {
  height: 100%;
  overflow: hidden;
}
