From f9180a3ab8813c3937c7ba30750763cd693d1d37 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期二, 05 十月 2021 12:06:36 +0800
Subject: [PATCH] 2021-10-05

---
 src/tabviews/zshare/mutilform/mkInput/index.scss |   30 +++++++-----------------------
 1 files changed, 7 insertions(+), 23 deletions(-)

diff --git a/src/tabviews/zshare/mutilform/mkInput/index.scss b/src/tabviews/zshare/mutilform/mkInput/index.scss
index 93dcc24..21a1344 100644
--- a/src/tabviews/zshare/mutilform/mkInput/index.scss
+++ b/src/tabviews/zshare/mutilform/mkInput/index.scss
@@ -1,27 +1,11 @@
-.am-list-item.am-input-item {
-  .am-input-control {
-    height: 100%;
-    input {
-      height: 100%;
-    }
-  }
-  .am-input-label {
-    width: 28%;
-    max-width: 120px;
-    text-overflow: ellipsis;
-  }
-  .am-input-extra {
-    max-height: 40px;
-    .anticon-scan {
-      font-size: 22px;
-      padding: 8px 5px;
-    }
+.mk-form-input {
+  .ant-input-suffix {
+    opacity: 0;
+    transition: opacity 0.3s;
   }
 }
-.am-input-item.right {
-  .am-input-control {
-    input {
-      text-align: right;
-    }
+.mk-form-input:hover {
+  .ant-input-suffix {
+    opacity: 1;
   }
 }
\ No newline at end of file

--
Gitblit v1.8.0