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-openapi/src/main/webapp/static/css/common.css |   23 +++++++++++++++++++++++
 1 files changed, 23 insertions(+), 0 deletions(-)

diff --git a/zy-asrs-openapi/src/main/webapp/static/css/common.css b/zy-asrs-openapi/src/main/webapp/static/css/common.css
index 57ea2cb..5d5bf34 100644
--- a/zy-asrs-openapi/src/main/webapp/static/css/common.css
+++ b/zy-asrs-openapi/src/main/webapp/static/css/common.css
@@ -93,3 +93,26 @@
 .slider > .el-divider {
     margin: 5px 0;
 }
+
+.content-header {
+    background: #409EFF;
+    color: #fff;
+    display: flex;
+    align-items: center;
+}
+
+.content-header > .header-logo {
+    width: 150px;
+    height: auto;
+}
+
+.content-body {
+    margin-top: 20px;
+    display: flex;
+    justify-content: space-around;
+    flex-wrap: wrap;
+}
+
+.content-body .content-desc {
+    text-align: center;
+}
\ No newline at end of file

--
Gitblit v1.9.1