gdg
2020-12-02 b754111908cd34c2701cb2e63da6988241335bcb
优化申购-试剂使用
已修改2个文件
18 ■■■■■ 文件已修改
src/main/webapp/apply_mng_new.xhtml 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/main/webapp/resources/css/default.css 15 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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}"
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;
}