heyujie
2021-10-11 ae2d855c89ca722ac7309fdf1aa6ceed370e3b95
src/pages/settings/components/IPInput.vue
@@ -201,7 +201,7 @@
<style lang="scss" scoped>
.ip-input-container {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: normal;
@@ -210,11 +210,13 @@
  background-color: #fff;
  text-align: left;
  max-width: 360px;
  display: flex;
}
.ip-segment {
  display: inline-block;
  width: 25%;
  height: 32px;
    display: flex;
    align-items: center;
  line-height: normal;
  input {
    width: 90%;