fix modal size

This commit is contained in:
2025-12-01 10:48:03 +01:00
parent 837e608258
commit c42c29a9fd
15 changed files with 20 additions and 38 deletions

View File

@@ -13,6 +13,7 @@ import {NzButtonComponent} from "ng-zorro-antd/button";
})
export class ModalButton {
size = input<string>();
name = input.required<string>()
type = input<"primary" | "default" | "dashed" | "link" | "text">()