From f3d4db769ba9b51b799d981511a710fd443d0e08 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 21 四月 2025 12:18:03 +0800
Subject: [PATCH] Merge branch 'master' into positec

---
 src/components/normalform/modalform/mkNumberInput/index.scss |   27 ---------------------------
 1 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/src/components/normalform/modalform/mkNumberInput/index.scss b/src/components/normalform/modalform/mkNumberInput/index.scss
index 93dcc24..e69de29 100644
--- a/src/components/normalform/modalform/mkNumberInput/index.scss
+++ b/src/components/normalform/modalform/mkNumberInput/index.scss
@@ -1,27 +0,0 @@
-.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;
-    }
-  }
-}
-.am-input-item.right {
-  .am-input-control {
-    input {
-      text-align: right;
-    }
-  }
-}
\ No newline at end of file

--
Gitblit v1.8.0