From 11713ebaf140cce03b439146aa63677d725112e7 Mon Sep 17 00:00:00 2001
From: longyvfengyun <496960745@qq.com>
Date: 星期三, 29 十一月 2023 17:32:05 +0800
Subject: [PATCH] 内容提交

---
 src/views/battShow.vue |   29 ++++++++++++++---------------
 1 files changed, 14 insertions(+), 15 deletions(-)

diff --git a/src/views/battShow.vue b/src/views/battShow.vue
index 47fc852..7507aec 100644
--- a/src/views/battShow.vue
+++ b/src/views/battShow.vue
@@ -393,21 +393,20 @@
   .input-item {
     display: inline-block;
     margin-left: 8px;
-  }
-}
-.input-wrapper {
-  display: flex;
-  .input-content {
-    min-width: 160px;
-    vertical-align: middle;
-  }
-  .input-label {
-    display: inline-block;
-    line-height: 32px;
-    color: #fff;
-    font-size: 14px;
-    margin-right: 8px;
-    vertical-align: middle;
+	  vertical-align: middle;
+	  .input-wrapper {
+		  .input-content {
+			  display: inline-block;
+			  min-width: 160px;
+		  }
+		  .input-label {
+			  display: inline-block;
+			  line-height: 30px;
+			  color: #fff;
+			  font-size: 14px;
+			  margin-right: 8px;
+		  }
+	  }
   }
 }
 </style>

--
Gitblit v1.9.1