Quellcode durchsuchen

发票管理样式调整

yangc vor 8 Jahren
Ursprung
Commit
3fb120edb9

+ 3 - 2
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice.html

@@ -314,6 +314,7 @@
     }
     .form-area {
         background: #f5f8fe;
+        margin: 0 15px;
     }
     .form-area .row {
         padding-top: 15px;
@@ -513,10 +514,10 @@
                         <div class="form-group">
                                 <label class="check-active checkbox-inline text-inverse">
                                     <input checked="true" type="checkbox" ng-model="bill.is_agree" name="is_agree" required="required" id="check-mzy">
-                                    <label for="check-mzy"></label>
+                                    <label for="check-mzy" style="position: relative;bottom: 2px;"></label>
                                     <span style="color: #333;">我已阅读并同意</span>
                                 </label>
-                                <a href="help#/nav/19" target="_blank" style="color: #5078cb;">《发票须知》</a>
+                                <a href="help#/nav/19" target="_blank" style="color: #5078cb; font-size: 14px; position: relative;top: 2px;">《发票须知》</a>
                         </div>
                         <div class="form-btn">
                             <input type="button" value="取消" class="btn" ng-click="setChangeBillStatusFlag(false)">

+ 2 - 2
src/main/webapp/resources/view/usercenter/forstore/buyer_invoice_record.html

@@ -47,7 +47,7 @@
     }
     .invoice-com-tab thead>tr>th .form-control{
         color: #666;
-        padding: 0;
+        padding: 0 5px;
         height: 24px;
         width: 52px;
         opacity: 1;
@@ -153,7 +153,7 @@
                             <th width="50">收票人</th>
                             <th width="55">联系电话</th>
                             <th width="55">
-                                <select class="select-adder form-control" style="width: 55px;" ng-model="status" ng-change="changeStatus(status)">
+                                <select class="select-adder form-control" style="width: 60px;" ng-model="status" ng-change="changeStatus(status)">
                                     <option value="">状态</option>
                                     <option value="101">待开票</option>
                                     <option value="102">已开票</option>

+ 2 - 2
src/main/webapp/resources/view/vendor/forstore/vendor-invoice.html

@@ -117,7 +117,7 @@
     }
     .invoice-com-tab thead>tr>th .form-control{
         color: #666;
-        padding: 0;
+        padding: 0 2px;
         height: 24px;
         width: 52px;
         opacity: 1;
@@ -325,7 +325,7 @@
     </div>
     <!--开票记录-->
     <div class="vendor-invoice" ng-if="active == 'apply_record'">
-        <div class="invoice-search" style="margin-top: 5px;margin-bottom: 16px;">
+        <div class="invoice-search" style="margin-top: 5px;margin-bottom: 16px; width: 100%">
             <div class="fr">
                 <input type="text" class="form-control" ng-model="keyword" placeholder="商家名称/订单号/发票抬头/收票人/联系电话"/>
                 <button ng-click="searchByKey(keyword)">搜索</button>