瀏覽代碼

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

qdy 1 月之前
父節點
當前提交
53b03cc784
共有 1 個檔案被更改,包括 3 行新增3 行删除
  1. 3
    3
      src/app/pages/service-register-config/service-register-config.component.html

+ 3
- 3
src/app/pages/service-register-config/service-register-config.component.html 查看文件

@@ -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…
取消
儲存