.tables-edit-outer {
  height: 100%;
}
.tables-edit-outer .tables-edit-con {
  position: relative;
  height: 100%;
}
.tables-edit-outer .tables-edit-con .value-con {
  vertical-align: middle;
}
.tables-edit-outer .tables-edit-con .tables-edit-btn {
  position: absolute;
  right: 10px;
  top: 0;
  display: none;
}
.tables-edit-outer .tables-edit-con:hover .tables-edit-btn {
  display: inline-block;
}
.tables-edit-outer .tables-editting-con .tables-edit-input {
  width: calc(100% - 60px);
}

.search-con {
  padding: 10px 0;
}
.search-con .search-col {
  display: inline-block;
  width: 200px;
}
.search-con .search-input {
  display: inline-block;
  width: 200px;
  margin-left: 2px;
}
.search-con .search-btn {
  margin-left: 2px;
}


.edit-item[data-v-3cf0448f] {
  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;
  width: 100%;
  min-width: 0;
}
.edit-content[data-v-3cf0448f] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: 0;
  overflow: hidden;
  padding-right: 8px;
  word-break: break-word;
}

/* 强制穿透样式 */
[data-v-3cf0448f] .el-input,[data-v-3cf0448f] .el-textarea {
  width: 100%;
}
[data-v-3cf0448f] .el-input__inner,[data-v-3cf0448f] .el-textarea__inner {
  width: 100% !important;
  min-width: 0 !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

