From 1bfc8f9c7baad9be7fdb92742cf796f9fdb50df3 Mon Sep 17 00:00:00 2001 From: username@email.com <yzy2002yzy@163.com> Date: 星期三, 22 九月 2021 09:38:37 +0800 Subject: [PATCH] Merge branch 'master' of http://47.108.235.38:8080/r/chuanyin-group-project --- CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingPoker.aspx | 30 ++++++++++++++++++++---------- 1 files changed, 20 insertions(+), 10 deletions(-) diff --git a/CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingPoker.aspx b/CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingPoker.aspx index 73ea80c..f741c24 100644 --- a/CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingPoker.aspx +++ b/CY_ECommercePlatform/CY.WebForm/Pages/front/AdvertisingPoker.aspx @@ -34,16 +34,26 @@ </select> </td> <td align="center"> - <div class="xialap"> - <input type="text" id="printCount" name="printCount" style="height: 15px; line-height: 15px; width:80px;" class="validateIntSpc" defaultValue="5000" value="5000"/> - <div class="xialapb"> - <div class="xialapr">5000</div> - <div class="xialapr">10000</div> - <div class="xialapr">20000</div> - <div class="xialapr">30000</div> - <div class="xialapr">50000</div> - </div> - </div> + <table> + <tr> + <td> + <div class="xialap"> + <input type="text" id="printCount" name="printCount" style="height: 15px; line-height: 15px; width:80px;" class="validateIntSpc" defaultValue="5000" value="5000"/> + <div class="xialapb"> + <div class="xialapr">5000</div> + <div class="xialapr">10000</div> + <div class="xialapr">20000</div> + <div class="xialapr">30000</div> + <div class="xialapr">50000</div> + </div> + </div> + </td> + <td> + <select id='ysUnit' runat="server" name="ysUnit" datatextfield="Name" datavaluefield="MeanValue" keepdefaultstyle='true'></select> + </td> + </tr> + </table> + </td> </tr> </tbody> -- Gitblit v1.9.1