|
@@ -33,14 +33,13 @@
|
|
|
<form class="form form-horizontal" id="form-admin-add">
|
|
|
<div class="input-box">
|
|
|
<label class="form-label col-2 col-sm-2 huanhang">检测产品:</label>
|
|
|
- <div class="formControls col-9 col-sm-9 text-c huanhang">
|
|
|
-
|
|
|
- <table class="table table-border table-bg table-bordered" style="width: 520px;">
|
|
|
+ <div class="formControls col-9 col-sm-9 text-c huanhang" style="margin-bottom: 15px;">
|
|
|
+ <table class="table table-border table-bg table-bordered" style="width: 420px;">
|
|
|
<thead>
|
|
|
<tr class="text-c">
|
|
|
- <th style="text-align: center;" width="80">产品名称</th>
|
|
|
- <th style="text-align: center;" width="130">产品颜色</th>
|
|
|
- <th style="text-align: center;" width="100">产品编号</th>
|
|
|
+ <th style="text-align: center;" width="100">产品名称</th>
|
|
|
+ <th style="text-align: center;" width="50">产品颜色</th>
|
|
|
+ <th style="text-align: center;" width="50">产品编号</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
|
<tbody id="addProduct">
|
|
@@ -52,7 +51,7 @@
|
|
|
<input type="radio" id="radio-${product.productId!''}" name="productId" value="${product.productId!''}" <#if product_index == 0>checked</#if>/>${product.productName!''}
|
|
|
</td>
|
|
|
<td>
|
|
|
- <select name="colorId${product.productId!''}" id="colorId${product.productId!''}" style="width:100%" class="my-select">
|
|
|
+ <select name="colorId${product.productId!''}" id="colorId${product.productId!''}" style="width:90%" class="my-select">
|
|
|
<#if (product.colorList?size > 0)>
|
|
|
<#list product.colorList as colorList>
|
|
|
<option value ="${colorList.colorId!''}">${colorList.colorName!''}</option>
|