Browse Source

页面调整

seimin 3 years ago
parent
commit
63851d0a25

+ 2 - 3
src/app/views/hushijiandan/hushijiandan.component.html

@@ -997,18 +997,17 @@
997 997
                 </form>
998 998
                 <nz-table class="bxFlex bxTable" [nzData]="quickBxlbList" nzSize="small" [nzShowPagination]="false"
999 999
                   [nzLoading]="quickBxlbLoading">
1000
-                  <thead>
1000
+                  <!-- <thead>
1001 1001
                     <tr class="thead">
1002 1002
                       <th nzWidth="7%" style="min-width: 50px;">序号</th>
1003 1003
                       <th nzWidth="93%">快速报修内容</th>
1004 1004
                     </tr>
1005
-                  </thead>
1005
+                  </thead> -->
1006 1006
                   <tbody>
1007 1007
                     <tr (click)="showBxModal(data,'您的报修为“'+data.content+'” 是否确认报修?')" *ngFor="
1008 1008
                             let data of quickBxlbList;
1009 1009
                             let i = index
1010 1010
                           ">
1011
-                      <td>{{ i + 1 }}</td>
1012 1011
                       <td>{{ data.content||'无' }}</td>
1013 1012
                     </tr>
1014 1013
                   </tbody>

+ 1 - 0
src/app/views/hushijiandan/hushijiandan.component.less

@@ -14,6 +14,7 @@
14 14
   }
15 15
 
16 16
   .bxTable {
17
+    margin-top: 16px;
17 18
     ::ng-deep .ant-table-body {
18 19
       margin: 0 !important;
19 20
     }