From 3933f3629ec6282e5f070923f04bbf2c1add6687 Mon Sep 17 00:00:00 2001
From: zs <zhousong@weben-smart.com>
Date: 周三, 30 4月 2025 13:58:19 +0800
Subject: [PATCH] 物料基础表导入导出增删改查

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

diff --git a/HIAWms/web/src/components/ProjectConfig/ProjectConfig.module.scss b/HIAWms/web/src/components/ProjectConfig/ProjectConfig.module.scss
new file mode 100644
index 0000000..ee625e7
--- /dev/null
+++ b/HIAWms/web/src/components/ProjectConfig/ProjectConfig.module.scss
@@ -0,0 +1,58 @@
+/* filepath: /Users/guangguang/Desktop/information-base/src/components/ProjectConfig/ProjectConfig.module.scss */
+.projectConfig {
+  display: flex;
+  gap: 16px; /* 宸﹀彸妗嗕箣闂寸殑闂磋窛 */
+  height: 600px;
+}
+
+.leftPane {
+  width: 100%;
+  border: 1px solid #ddd;
+  padding: 16px;
+  border-radius: 8px;
+  background-color: #f9f9f9;
+}
+
+h3 {
+  margin-bottom: 12px;
+  font-size: 16px;
+  color: #333;
+}
+.item {
+  margin-bottom: 5px;
+  width: 45%;
+  display: flex;
+  justify-content: flex-start;
+  align-items: flex-start;
+}
+
+.list {
+  display: flex;
+  gap: 16px; /* 宸﹀彸妗嗕箣闂寸殑闂磋窛 */
+  overflow: auto;
+  flex-wrap: wrap;
+  height: 500px;
+  overflow: auto;
+  flex-wrap: wrap;
+  justify-content: space-between;
+  gap: 0 5px;
+}
+.span {
+  display: inline-block;
+  padding: 5px 5px;
+  border-radius: 5px;
+  background-color: #f0f0f0;
+  color: #333;
+  font-size: 14px;
+  margin-right: 5px;
+}
+.itemContent {
+  width: 45%;
+}
+.header {
+  display: flex;
+  justify-content: flex-start;
+  align-items: center;
+  width: 100%;
+  height: 40px;
+}

--
Gitblit v1.9.3