| | |
| | | <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}" |
| | |
| | | |
| | | } |
| | | |
| | | |
| | | .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; |
| | | } |