ZZJ
2022-07-15 a3f357e8a60443b74b64c7479113c68eb35ce1f5
src/pages/settings/components/IPInput.vue
@@ -92,7 +92,7 @@
  },
  methods: {
    showBorder(){
      this.$refs['ip-input-container'].style.border = '2px solid #4E94FF'
      this.$refs['ip-input-container'].style.border = '2px solid var(--colorCard)'
    },
    onInputKeydown(event, index) {
      var keyCode = event.keyCode || event.which;
@@ -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%;