From b70fff44283028813373e7c6f02da2a1490ba21d Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期一, 30 九月 2024 14:23:25 +0800 Subject: [PATCH] 订单修改页面,紧凑 --- CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx | 36 +++++++++++++++++++++++++++++------- 1 files changed, 29 insertions(+), 7 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx index 149afe6..327d260 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/business/OrderEdit.aspx @@ -158,7 +158,7 @@ </script> </ItemTemplate> </asp:Repeater>--%> - <table class="table2" id="tbBasic"> + <table class="table2" id="tbBasic" align="left" style=" width:1000px;"> <thead> <tr> <th colspan="8"> @@ -299,18 +299,40 @@ <td align="left"> <input id='txtPhone' runat="server" class='' /> </td> - <td align="right"> + + </tr> + + <tr> + <td align="right"> 鑱旂郴Q Q锛� </td> <td align="left"> <input id='txtQQ' runat="server" maxlength="50" /> </td> - </tr> + <td align="right"> + + </td> + <td align="left"> + + </td> + <td align="right"> + + </td> + <td align="left"> + + </td> + <td align="right"> + + </td> + <td align="left"> + + </td> + </tr> </table> <div id='div_InquiryEdit' style='display: block;'> - <div id="divInquiry" style='display: block;'> + <div id="divInquiry" style=' display: block;width:1010px;' > </div> - <table class="table2 table2Left"> + <table class="table2 table2Left" align="left" style=" width:1000px;"> <thead> <tr> <th colspan="6"> @@ -334,7 +356,7 @@ </tr> </table> </div> - <table class="table2" id="tbFacing"> + <table class="table2" id="tbFacing" align="left" style=" width:1000px;"> <thead> <tr> <th colspan="4"> @@ -389,7 +411,7 @@ </td> </tr> </table> - <table class="table2"> + <table class="table2" align="left" style=" width:1000px;"> <tbody> <tr> -- Gitblit v1.9.1