From b754111908cd34c2701cb2e63da6988241335bcb Mon Sep 17 00:00:00 2001
From: gdg <764716047@qq.com>
Date: 星期三, 02 十二月 2020 10:01:43 +0800
Subject: [PATCH] 优化申购-试剂使用
---
src/main/webapp/apply_mng_new.xhtml | 3 +++
src/main/webapp/resources/css/default.css | 15 +++++++++++++++
2 files changed, 18 insertions(+), 0 deletions(-)
diff --git a/src/main/webapp/apply_mng_new.xhtml b/src/main/webapp/apply_mng_new.xhtml
index 5d91795..c65469b 100644
--- a/src/main/webapp/apply_mng_new.xhtml
+++ b/src/main/webapp/apply_mng_new.xhtml
@@ -285,6 +285,9 @@
<p:tabView dynamic="true" style="margin-left: 26px">
<p:tab title="我的收藏">
<h:form id="myFavor">
+ <p:panelGrid style="margin: 5px">
+ <div class="label-tip" style="margin-left: 5px; ">注意:已经收藏的试剂不会再出现在<span style="font-weight: 900;">*试剂库*</span>页面中</div>
+ </p:panelGrid>
<p:dataTable id="favorDataTable" styleClass="data-table" style="margin-left: 2px"
resizableColumns="true" paginator="true" paginatorAlwaysVisible="false" paginatorPosition="bottom"
lazy="true" value="#{applyMngController.reagentFavorDataModel}" var="row" rowKey="#{row.id}"
diff --git a/src/main/webapp/resources/css/default.css b/src/main/webapp/resources/css/default.css
index e2ff1f6..48741f1 100644
--- a/src/main/webapp/resources/css/default.css
+++ b/src/main/webapp/resources/css/default.css
@@ -1088,3 +1088,18 @@
}
+
+.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;
+}
\ No newline at end of file
--
Gitblit v1.9.2