Browse Source

打印机页面修改

liujiankang 7 years ago
parent
commit
ce7628b7bc

+ 6 - 7
watero-rst-web/src/main/webapp/WEB-INF/views/cm/inspection/add_detect.ftl

@@ -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>

+ 6 - 6
watero-rst-web/src/main/webapp/WEB-INF/views/cm/maintenance/add_maintenance.ftl

@@ -33,14 +33,14 @@
     <form class="form form-horizontal" id="form-admin-add">
         <div class="input-box">
             <label class="form-label col-3 col-sm-3 huanhang">维修产品:</label>
-            <div class="formControls col-9 col-sm-9 text-c huanhang">
+            <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: 520px;">
+                <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">
@@ -51,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>

+ 1 - 1
watero-rst-web/src/main/webapp/WEB-INF/views/cm/maintenance/update_maintenance.ftl

@@ -33,7 +33,7 @@
     <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-10 col-sm-10 text-c huanhang">
+            <div class="formControls col-10 col-sm-10 text-c huanhang" style="margin-bottom: 15px;">
 
                 <table class="table table-border table-bg table-bordered" style="width: 520px;">
                     <thead>