
.editable-cell {
  position: relative;
}
.editable-cell-input-wrapper,
.editable-cell-text-wrapper {
  padding-right: 24px;
}
.editable-cell-text-wrapper {
  padding: 5px 24px 5px 5px;
}
.editable-cell-icon,
.editable-cell-icon-check {
  position: absolute;
  right: 0;
  width: 20px;
  cursor: pointer;
}
.editable-cell-icon {
  line-height: 18px;
  display: none;
}
.editable-cell-icon-check {
  line-height: 28px;
}
.editable-cell:hover .editable-cell-icon {
  display: inline-block;
}
.editable-cell-icon:hover,
.editable-cell-icon-check:hover {
  color: #108ee9;
}
.editable-add-btn {
  margin-bottom: 8px;
}

.table-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.table-action .action-add {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #0064c8;
}
.table-action .action-add > i {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.table-action .action-delete {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ff4d4f;
}
.table-action .action-delete > i {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}

[data-v-43d6fe70] .card-area {
  height: 100%;
}
[data-v-43d6fe70] .card-area .ant-card-body {
  height: 100% !important;
}
[data-v-43d6fe70] .ant-card-body {
  height: 100%;
}
.main-area[data-v-43d6fe70] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.main-area .excel-area[data-v-43d6fe70] {
  height: calc(100% - 32px);
}

[data-v-9e61b228] .card-area {
  height: 100%;
}
[data-v-9e61b228] .card-area .ant-card-body {
  height: 100% !important;
}
[data-v-9e61b228] .ant-card-body {
  height: 100%;
}
.main-area[data-v-9e61b228] {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.main-area .excel-area[data-v-9e61b228] {
  height: calc(100% - 32px);
}

.onlineEditing[data-v-2eff9d9c] {
  height: 100%;
}
.tab-wrap[data-v-2eff9d9c] {
  margin-top: 10px;
  background: #fff;
  height: 100%;
}
.ant-tabs-tabpane.ant-tabs-tabpane-active[data-v-2eff9d9c] {
  min-height: 690px;
}

