This commit is contained in:
潘鸿锋 2024-07-25 15:57:32 +08:00
commit d52f245e59
1 changed files with 5 additions and 4 deletions

View File

@ -17,6 +17,7 @@
color: Red; color: Red;
font-size: small; font-size: small;
} }
.f-grid-row-summary .f-grid-cell-inner { .f-grid-row-summary .f-grid-cell-inner {
font-weight: bold; font-weight: bold;
color: red; color: red;
@ -33,9 +34,9 @@
<f:DropDownList ID="ddlSystemNo" runat="server" Label="System No" AutoPostBack="true" <f:DropDownList ID="ddlSystemNo" runat="server" Label="System No" AutoPostBack="true"
OnSelectedIndexChanged="ddlSystemNo_SelectedIndexChanged" Width="300px" LabelWidth="100px"> OnSelectedIndexChanged="ddlSystemNo_SelectedIndexChanged" Width="300px" LabelWidth="100px">
</f:DropDownList> </f:DropDownList>
<f:ToolbarFill runat="server"></f:ToolbarFill>
<f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" ToolTip="查询"> <f:Button ID="btnSearch" Icon="SystemSearch" EnablePostBack="true" runat="server" OnClick="btnSearch_Click" ToolTip="查询">
</f:Button> </f:Button>
<f:ToolbarFill runat="server"></f:ToolbarFill>
</Items> </Items>
</f:FormRow> </f:FormRow>
</Rows> </Rows>