From 1132e65b2b844a92170f24218921357d98a8c861 Mon Sep 17 00:00:00 2001 From: gdg <764716047@qq.com> Date: 星期一, 25 一月 2021 17:43:02 +0800 Subject: [PATCH] 补贴领用-》添加样式调整 --- src/main/webapp/warehouse_reagent_use_person.xhtml | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/main/webapp/warehouse_reagent_use_person.xhtml b/src/main/webapp/warehouse_reagent_use_person.xhtml index ddd84f7..be4d5a1 100644 --- a/src/main/webapp/warehouse_reagent_use_person.xhtml +++ b/src/main/webapp/warehouse_reagent_use_person.xhtml @@ -245,7 +245,7 @@ </div> </p:dialog> <p:dialog modal="true" header="领用详情" appendTo="@(body)" id="reagentCodeDialogForPerson" - widgetVar="reagentCodeDialogForPerson" resizable="false" width="930" class="ui-dialog"> + widgetVar="reagentCodeDialogForPerson" resizable="false" width="1000" class="ui-dialog"> <p:tabView dynamic="true" style="margin-left: 26px"> <p:tab title="补贴条码" id="applyInOrder"> <h:form id="reagentCodeDialogForm2"> @@ -273,13 +273,15 @@ minValue="0" decimalPlaces="0" required="true" requiredMessage="请输入领用数量" id="useNum"/> <p:column> + <p:panel styleClass="btn" style="text-align: right"> <p:commandButton value="添加" process="@this,useNum" styleClass="yes-btn" actionListener="#{warehouseStockMngController.add2()}" update="@(.reagentCode),endReagentCode" - style="position: relative;left: 20px;width: 58px;height: 34px;"> + style="position: relative;left: -8px;width: 62px;height: 34px;font-size: 12px;background-color: #ee7135"> </p:commandButton> + </p:panel> </p:column> </p:panelGrid> <p:separator style="margin: 15px"/> -- Gitblit v1.9.2