.demandInfo {
  height: 100%;
}
.demandInfo .left-card {
  height: 100%;
  width: 25%;
  float: left;
}
.demandInfo .left-card .ivu-card-body {
  height: 88%;
}
.demandInfo .right-card {
  height: 100%;
  width: 74%;
  float: right;
}
.demandInfo .right-card .ivu-card-body {
  height: 90%;
}
.demandInfo .ivu-tree-title {
  width: 98%;
}
.init-module-modal .init-module-left {
  height: 100%;
  width: 45%;
  float: left;
}
.init-module-modal .init-module-left .ivu-card-body {
  height: 90%;
}
.init-module-modal .init-module-left .ivu-drawer-wrap {
  height: 40%;
}
.init-module-modal .init-module-right {
  height: 100%;
  width: 54%;
  float: right;
}
.init-module-modal .init-module-right .ivu-card-body {
  height: 90%;
}

