From 12714c71c7737e21c3268b44a39f8f02befc5cb5 Mon Sep 17 00:00:00 2001
From: gdg <764716047@qq.com>
Date: Mon, 18 Jan 2021 09:55:45 +0800
Subject: [PATCH] 模块:仓库库存管理 修改:订单入库流程 提出:秦老师
---
src/main/webapp/resources/css/default.css | 20 ++++++++++++++++++++
1 files changed, 20 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/resources/css/default.css b/src/main/webapp/resources/css/default.css
index e2ff1f6..b35cb19 100644
--- a/src/main/webapp/resources/css/default.css
+++ b/src/main/webapp/resources/css/default.css
@@ -1088,3 +1088,23 @@
}
+
+.label-tip{
+
+ display: inline;
+ padding: .2em .6em .3em;
+ font-size: 75%;
+ font-weight: 700;
+ line-height: 1;
+ color: #fff;
+ text-align: center;
+ white-space: nowrap;
+ vertical-align: baseline;
+ border-radius: .25em;
+ background-color: #d9534f;
+}
+
+
+#tabView\:putInStorageTmpOrder th{
+ background: #1c427b !important;
+}
\ No newline at end of file
--
Gitblit v1.9.2