.print-form-table[data-v-1f7ea5ce] {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
  margin: 10px 0;
}
.print-form-table tr[data-v-1f7ea5ce] {
  width: 100%;
}
.print-form-table th[data-v-1f7ea5ce],
.print-form-table td[data-v-1f7ea5ce] {
  padding: 4px;
  border: 1px solid;
  font-size: 14px;
  word-break: break-all;
}


.select-net-name {
     width: 210px;
     height: 30px;
     border: 1px solid #d9d9d9
}
.select-net-name:focus {
    outline:1px solid #03a9f4;
}

