From ebf0db91e09be33fcbfe97ed5b91965dc2e61dfd Mon Sep 17 00:00:00 2001
From: zyx <zyx123456>
Date: 星期四, 01 八月 2024 10:54:26 +0800
Subject: [PATCH] 1. 托盘管理 2. 入库通知档导入功能 3. 工作档明细 新增来源单据类型及单据编号 4. 库存明细统计表 增加一栏ERP数量(需跟ERP确认接口实现方式)。 5. 存货档案、单据管理、库存管理可以支持模糊搜索(各个单据界面)。

---
 zy-asrs-flow/src/pages/map/index.css |   46 ++++++++++++++++++++++++++++++++++++++--------
 1 files changed, 38 insertions(+), 8 deletions(-)

diff --git a/zy-asrs-flow/src/pages/map/index.css b/zy-asrs-flow/src/pages/map/index.css
index bb6afbb..a60f254 100644
--- a/zy-asrs-flow/src/pages/map/index.css
+++ b/zy-asrs-flow/src/pages/map/index.css
@@ -1,13 +1,43 @@
 .ant-pro-layout .ant-pro-layout-content {
-    padding-block: 15px;
-    padding-inline: 15px;
-}
-
-.ant-pro-page-container-children-container-no-header {
-    padding-block-start: 0;
+    padding-block: 0;
     padding-inline: 0;
 }
 
-.ant-pro-page-container-children-container {
-    padding-block-end: 0;
+.ant-layout {
+    min-height: 50vh;
+}
+
+.ant-layout-header {
+    background: transparent;
+}
+
+.ant-float-btn-group {
+    position: absolute;
+}
+
+* {
+    box-sizing: border-box;
+}
+
+
+.map-header-select .ant-select-selector {
+    border-radius: 0px !important;
+}
+
+.map-header-button {
+    border-radius: 0px !important;
+    font-weight: bolder !important;
+}
+
+.map-header-select.ant-select .ant-select-selector .ant-select-selection-item {
+    font-weight: bolder !important;
+}
+
+.map-header-select .ant-select-selector .ant-select-selection-search .ant-select-selection-search-input {
+    font-weight: bolder !important;
+}
+
+.drawer-card .ant-card-body {
+    height: 95%;
+    padding: 12px;
 }
\ No newline at end of file

--
Gitblit v1.9.1