Parcourir la source

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

qdy il y a 1 mois
Parent
révision
53b03cc784

+ 3
- 3
src/app/pages/service-register-config/service-register-config.component.html Voir le fichier

@@ -28,8 +28,8 @@
28 28
     (buttonClick)="onRegister()"
29 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 33
         <!-- Tabulator表格组件 -->
34 34
         <lib-tabulator-table
35 35
           class="h-[800px]"
@@ -47,5 +47,5 @@
47 47
           #tabulator>
48 48
         </lib-tabulator-table>
49 49
     </mat-card-content>
50
-  </mat-card>
50
+  
51 51
 </div>

Loading…
Annuler
Enregistrer