he wei
2023-12-20 d216ef279fee1f19e835b44dd5e6c40af5bf17ac
src/components/ipInput.vue
@@ -203,11 +203,13 @@
  height: 28px;
  display: flex;
  background-color: #fff;
  align-items: center;
}
.ip-segment {
  height: 26px;
  flex: 1;
  display: flex;
  align-items: center;
  .inner {
    display: flex;
    flex: 1;
@@ -227,6 +229,7 @@
  i {
    font-size: 18px;
    font-weight: 700;
    // line-height: 2;
    color: #000;
  }
}