
.editCell[data-v-4f971962] {
  height: 100%;
  width: 100%;
}
.inputClass[data-v-4f971962] {
  height: 30px;
  width: 100%;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  line-height: 30px;
  outline: 0;
  padding: 0 15px;
  -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: visible;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0;
}

