From 27ba504441037666e787ded85b4af2f65be65c17 Mon Sep 17 00:00:00 2001
From: schangxiang@126.com <schangxiang@126.com>
Date: 周二, 29 4月 2025 18:06:07 +0800
Subject: [PATCH] Merge branch 'master' of http://222.71.245.114:9086/r/HIA24016N_PipeLineDemo

---
 HIAWms/web/src/components/SelectInput/SelectInput.module.scss |   40 ++++++++++++++++++++++++++++++++++++++++
 1 files changed, 40 insertions(+), 0 deletions(-)

diff --git a/HIAWms/web/src/components/SelectInput/SelectInput.module.scss b/HIAWms/web/src/components/SelectInput/SelectInput.module.scss
new file mode 100644
index 0000000..65b6244
--- /dev/null
+++ b/HIAWms/web/src/components/SelectInput/SelectInput.module.scss
@@ -0,0 +1,40 @@
+.wrap {
+  position: relative;
+  padding-right: 80px;
+  width: 100%;
+  height: 32px;
+  box-shadow: 0 0 0 1px var(--cs-input-border-color, var(--cs-border-color))
+    inset;
+  border-radius: var(--cs-input-border-radius, var(--cs-border-radius-base));
+  background-color: #fff;
+  display: flex;
+  justify-content: flex-start;
+  padding: 4px 10px;
+  overflow: hidden;
+  flex-wrap: wrap;
+  padding-right: 0;
+  align-items: flex-start;
+  align-content: flex-start;
+
+  > div {
+    margin-bottom: 5px;
+  }
+  &:hover {
+    box-shadow: 0 0 0 1px #c0c4cc inset;
+  }
+}
+// .flowTag {
+//   display: inline;
+//   color: #b7bac0;
+//   margin-top: -10px;
+// }
+.selectBtn {
+  position: absolute;
+  right: 0;
+  top: 0;
+}
+.tagWrap {
+  width: calc(100% - 80px);
+  overflow: hidden;
+  display: flex;
+}
\ No newline at end of file

--
Gitblit v1.9.3