From 2e56105da84145350e9b6fe2925cee63d55283f6 Mon Sep 17 00:00:00 2001
From: ZZJ <zzjdsg2300@163.com>
Date: 星期六, 09 十月 2021 10:40:36 +0800
Subject: [PATCH] zzjv2

---
 src/pages/settings/components/IPInput.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/pages/settings/components/IPInput.vue b/src/pages/settings/components/IPInput.vue
index c86afb3..03d8b1d 100644
--- a/src/pages/settings/components/IPInput.vue
+++ b/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%;

--
Gitblit v1.8.0