.fc-table-item {
  display: block;
  min-width: 0;
  position: relative;
  white-space: nowrap;
  box-sizing: border-box;
  overflow: visible;
  border-bottom: 1px solid #e9ebee;
}
.hc-sub-menu .hc-sub-menu__icon {
  position: relative;
}
.license-index {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.license-index .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.license-index .header .left {
  display: flex;
  align-items: center;
}
.license-index .header .left .el-select {
  margin-right: 10px;
}
.license-index .header .left .button {
  margin-left: 20px;
}
.license-index .form {
  margin-top: 10px;
  flex: 1;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.license-index .form .inner-button .left {
  width: 50%;
  float: left;
  text-align: center;
  margin-bottom: 5px;
}
.license-index .form .inner-button .right {
  width: 50%;
  float: right;
  text-align: center;
  margin-bottom: 5px;
}
.license-index .form .result {
  overflow-y: auto;
  height: calc(100vh - 286px);
  border: 1px solid #bfcbd9;
  border-radius: 4px;
  margin-top: 5px;
}
.license-index .form .result .resultclass .el-textarea__inner {
  border: 0px solid #bfcbd9 !important;
  height: calc(100vh - 286px);
}
.license-index .form .el-form-item {
  margin-bottom: 5px !important;
}

