html,
body {
  margin: 0;
  padding: 0;
  font-size: 13px;
}
.edit {
  width: 100%;
  border: 2px dashed #333;
}
.edit-pics {
  display: flex;
  align-items: center;
}
.edit-pics-pic {
  width: 260px;
  height: 260px;
  background: #eee;
  display: flex;
  justify-content: center;
  align-items: center;
}
.edit-pics-pic img {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.edit-pics .tools {
  width: 200px;
}
.table-td {
  width: 260px;
  height: 260px;
  background: #eee;
  text-align: center;
}
.table-td img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.table td input {
  width: 100%;
  box-sizing: border-box;
}
.tools {
  width: 200px;
  display: flex;
  flex-direction: column;
}
