.action-button[data-v-f6df7058] {
  margin-bottom: 8px;
}
.action-button .gap[data-v-f6df7058] {
  padding-left: 8px;
}
/* 设定边框参数 */
/* tr & td 之间的间距 */
.input-table[data-v-f6df7058] {
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  position: relative;
  border: 1px solid #e8e8e8;
}
.input-table .thead .tr[data-v-f6df7058],
.input-table .tbody .tr[data-v-f6df7058],
.input-table .thead .td[data-v-f6df7058],
.input-table .tbody .td[data-v-f6df7058] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-table .thead .td[data-v-f6df7058],
.input-table .tbody .td[data-v-f6df7058] {
  /*border-right: 1px solid red;*/
  /*color: white;*/
  /*background-color: black;*/
  /*margin-right: @spacing !important;*/
  padding-left: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.input-table .thead .td.td-cb[data-v-f6df7058],
.input-table .tbody .td.td-cb[data-v-f6df7058],
.input-table .thead .td.td-num[data-v-f6df7058],
.input-table .tbody .td.td-num[data-v-f6df7058] {
  min-width: 4%;
  max-width: 45px;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-table .thead .td.td-ds[data-v-f6df7058],
.input-table .tbody .td.td-ds[data-v-f6df7058] {
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.input-table .thead .td.td-ds .td-ds-icons[data-v-f6df7058],
.input-table .tbody .td.td-ds .td-ds-icons[data-v-f6df7058] {
  position: relative;
  cursor: move;
  width: 100%;
  /*padding: 25% 0;*/
  height: 100%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-left[data-v-f6df7058],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-f6df7058],
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-f6df7058],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-f6df7058] {
  position: absolute;
  top: 30%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-left[data-v-f6df7058],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-left[data-v-f6df7058] {
  left: 25%;
}
.input-table .thead .td.td-ds .td-ds-icons .anticon-align-right[data-v-f6df7058],
.input-table .tbody .td.td-ds .td-ds-icons .anticon-align-right[data-v-f6df7058] {
  right: 25%;
}
.input-table .thead[data-v-f6df7058] {
  overflow-y: scroll;
  overflow-x: hidden;
  border-bottom: 1px solid #e8e8e8;
  /** 隐藏thead的滑块   */
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar-thumb {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
}
.input-table .thead .tr[data-v-f6df7058] {
  min-width: 100%;
  overflow-y: scroll;
}
.input-table .thead .td[data-v-f6df7058] {
  /*flex: 1;*/
  padding: 8px 8px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-table .tbody[data-v-f6df7058] {
  position: relative;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 61px;
  /*max-height: 400px;*/
  min-width: 100%;
}
.input-table .tbody .tr-nodata[data-v-f6df7058] {
  color: #999;
  line-height: 61px;
  text-align: center;
}
.input-table .tbody .tr[data-v-f6df7058] {
  /*line-height: 50px;*/
  border-bottom: 1px solid #e8e8e8;
  -webkit-transition: background-color 300ms;
  transition: background-color 300ms;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 10;
}
.input-table .tbody .tr.tr-checked[data-v-f6df7058] {
  background-color: #fafafa;
}
.input-table .tbody .tr[data-v-f6df7058]:hover {
  background-color: #e6f7ff;
}
.input-table .tbody .tr-expand[data-v-f6df7058] {
  position: relative;
  z-index: 9;
  background-color: white;
}
.input-table .tbody .td[data-v-f6df7058] {
  /*flex: 1;*/
  padding: 14px 8px 14px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.input-table .tbody .td[data-v-f6df7058]:last-child {
  padding-right: 8px;
}
.input-table .tbody .td input[data-v-f6df7058] {
  font-variant: tabular-nums;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  list-style: none;
  position: relative;
  display: inline-block;
  padding: 4px 11px;
  width: 100%;
  height: 32px;
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.65);
  background-color: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  outline: none;
  /* 设置placeholder的颜色 */
}
.input-table .tbody .td input[data-v-f6df7058]:hover {
  border-color: #4d90fe;
}
.input-table .tbody .td input[data-v-f6df7058]:focus {
  border-color: #40a9ff;
  -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
          box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
  border-right-width: 1px !important;
}
.input-table .tbody .td input[data-v-f6df7058]:disabled {
  color: rgba(0, 0, 0, 0.25);
  background: #f5f5f5;
  cursor: not-allowed;
}
.input-table .tbody .td input[data-v-f6df7058]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #ccc;
}
.input-table .tbody .td input[data-v-f6df7058]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ccc;
}
.input-table .tbody .td input[data-v-f6df7058]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ccc;
}
.input-table .tbody .td input[data-v-f6df7058]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #ccc;
}
.input-table .scroll-view[data-v-f6df7058] {
  overflow: auto;
  overflow-y: scroll;
}
.input-table .thead[data-v-f6df7058],
.input-table .thead .tr[data-v-f6df7058],
.input-table .scroll-view[data-v-f6df7058] {
  /* 定义滚动条高宽及背景 高宽分别对应横竖滚动条的尺寸*/
  /* 定义滚动条轨道 */
  /* 定义滑块 */
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar,
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar,
.input-table .scroll-view[data-v-f6df7058]::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background-color: transparent;
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar-track,
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar-track,
.input-table .scroll-view[data-v-f6df7058]::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar-thumb,
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar-thumb,
.input-table .scroll-view[data-v-f6df7058]::-webkit-scrollbar-thumb {
  background-color: #eee;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar-thumb:hover,
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar-thumb:hover,
.input-table .scroll-view[data-v-f6df7058]::-webkit-scrollbar-thumb:hover {
  background-color: #bbb;
}
.input-table .thead[data-v-f6df7058]::-webkit-scrollbar-thumb:active,
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar-thumb:active,
.input-table .scroll-view[data-v-f6df7058]::-webkit-scrollbar-thumb:active {
  background-color: #888;
}
.input-table .thead .tr[data-v-f6df7058] {
  /* IE模式下隐藏 */
  -ms-overflow-style: none;
  -ms-scroll-chaining: chained;
  -ms-content-zooming: zoom;
  -ms-scroll-rails: none;
  -ms-content-zoom-limit-min: 100%;
  -ms-content-zoom-limit-max: 500%;
  -ms-scroll-snap-type: proximity;
  -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%);
}
.input-table .thead .tr[data-v-f6df7058]::-webkit-scrollbar-track {
  background-color: transparent;
}

