.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;
}

.log-modal-header[data-v-092e4e52] {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  color: #17233d;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.log-modal-header-btn-group[data-v-092e4e52] {
  text-align: right;
}
.log-modal-header-btn-group button[data-v-092e4e52] {
  margin: 0 5px;
}
.log-modal-header-btn-group button span[data-v-092e4e52] {
  margin: 0;
}

