Browse Source

改用新表格加载数据-改样式

qdy 1 month ago
parent
commit
53b03cc784

+ 3
- 3
src/app/pages/service-register-config/service-register-config.component.html View File

28
     (buttonClick)="onRegister()"
28
     (buttonClick)="onRegister()"
29
   ></app-sticky-header>
29
   ></app-sticky-header>
30
    
30
    
31
-      <mat-card #matCard id="matCard" class="flex-1">
32
-    <mat-card-content>
31
+  
32
+    <mat-card-content #matCard id="matCard" class="flex-1">
33
         <!-- Tabulator表格组件 -->
33
         <!-- Tabulator表格组件 -->
34
         <lib-tabulator-table
34
         <lib-tabulator-table
35
           class="h-[800px]"
35
           class="h-[800px]"
47
           #tabulator>
47
           #tabulator>
48
         </lib-tabulator-table>
48
         </lib-tabulator-table>
49
     </mat-card-content>
49
     </mat-card-content>
50
-  </mat-card>
50
+  
51
 </div>
51
 </div>

Loading…
Cancel
Save