From 349b09cb9956fed186786dfb1b4c17723d5e8464 Mon Sep 17 00:00:00 2001
From: haoxuan <haoxuan>
Date: 星期一, 16 十月 2023 15:42:31 +0800
Subject: [PATCH] 销售线索,省份 不能切换,城市的下拉无数据。销售明细单收款单,添加成功跳转登录,接口没有加入白名单

---
 src/components/wordInput.vue |    9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/src/components/wordInput.vue b/src/components/wordInput.vue
index fe0a4a4..8e9408a 100644
--- a/src/components/wordInput.vue
+++ b/src/components/wordInput.vue
@@ -25,8 +25,8 @@
         style="
           height: 100%;
           display: inline-block;
-          line-height: 24px;
-          width: 24px;
+          line-height: 22px;
+          width: 22px;
           text-align: center;
         "
         class="el-icon-minus"
@@ -277,14 +277,15 @@
     // justify-content: space-between;
     display: inline-block;
     margin-right: 0px;
+    line-height:28px;
     input {
       color: inherit;
       font-family: inherit;
       border: 0;
       outline: 0;
       border-bottom: 1px solid #919191;
-      height: 24px;
-      width: 24px;
+      height: 22px;
+      width: 22px;
       font-size:18px;
       text-align: center;
       border: #919191 1px solid;

--
Gitblit v1.8.0