.template-config-page[data-v-a9af0e00] {
  height: calc(100% - 30px) !important;
  min-height: 0;
  width: 100%;
  max-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;
  overflow: hidden;
}
[data-v-a9af0e00] .basic-container {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 0;
}
[data-v-a9af0e00] .basic-container__card {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
[data-v-a9af0e00] .basic-container__card .el-card__body {
  height: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mission-center-container[data-v-a9af0e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  min-height: 0;
  max-width: 100%;
  gap: 10px;
  font-size: 14px;
  line-height: 1.5;
  color: #1f2329;
  -webkit-transform: none;
          transform: none;
}
.main-content[data-v-a9af0e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 0;
  min-width: 0;
  max-width: 100%;
  min-height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  background: #fff;
  -webkit-transform: none;
          transform: none;
}
.toolbar-card[data-v-a9af0e00] {
  margin-bottom: 12px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.toolbar-form[data-v-a9af0e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.toolbar-form .el-form-item[data-v-a9af0e00] {
  margin-right: 16px;
  margin-bottom: 8px;
}
.table-toolbar[data-v-a9af0e00] {
  margin: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.table-toolbar .toolbar-left[data-v-a9af0e00], .table-toolbar .toolbar-right[data-v-a9af0e00] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.table-container[data-v-a9af0e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transform: none;
          transform: none;
}
.table-scroll[data-v-a9af0e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  position: relative;
  z-index: 0;
}
.table-scroll-inner[data-v-a9af0e00] {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  background: #fff;
}
.table-scroll-inner[data-v-a9af0e00] .el-table .el-table__fixed-right {
  right: 0 !important;
}
.table-scroll-inner[data-v-a9af0e00] .el-table .el-table__fixed-right-patch {
  background: #fff;
}
.table-scroll-inner[data-v-a9af0e00] .el-table th {
  background: #f6f7f9;
  font-weight: 600;
  font-size: 13px;
  color: #1f2329;
  padding: 10px 0;
  border-bottom: 1px solid #e6e8eb;
}
.table-scroll-inner[data-v-a9af0e00] .el-table td {
  padding: 10px 0;
  color: #1f2329;
  font-size: 14px;
  border-bottom: 1px solid #eef0f2;
}
.table-scroll-inner[data-v-a9af0e00] .el-table__body tr:hover > td {
  background: #f7faff;
}
.table-scroll-inner[data-v-a9af0e00] .el-table__fixed-right .el-table__fixed-body-wrapper td {
  padding: 10px 0 !important;
}
.table-scroll-inner[data-v-a9af0e00] .el-table__fixed-right .el-table__fixed-body-wrapper td .cell {
  line-height: 1.5;
  font-size: 14px;
  color: #1f2329;
}
.table-scroll-inner[data-v-a9af0e00] .el-table__fixed-right .el-table__fixed-body-wrapper tr:hover td {
  background-color: #f7faff;
}
.mission-center-container[data-v-a9af0e00], .main-content[data-v-a9af0e00], .table-container[data-v-a9af0e00], .table-scroll[data-v-a9af0e00] {
  -webkit-transform: none !important;
          transform: none !important;
}
[data-v-a9af0e00] .el-button {
  font-size: 14px;
  font-weight: 400;
}
[data-v-a9af0e00] .el-input__inner {
  font-size: 14px;
  color: #1f2329;
}
