@@ -19,17 +19,19 @@ import { NzQRCodeModule } from 'ng-zorro-antd/qr-code';
1919
2020### nz-qrcode
2121
22- | Property | Description | Type | Default |
23- | -------------- | ----------------------------------- | --------------------------------- | -------- |
24- | ` [nzValue] ` | scanned link | ` string ` | - |
25- | ` [nzColor] ` | QR code Color | ` string ` | ` #000 ` |
26- | ` [nzSize] ` | QR code Size | ` number ` | ` 160 ` |
27- | ` [nzIcon] ` | Icon address in QR code | ` string ` | - |
28- | ` [nzIconSize] ` | The size of the icon in the QR code | ` number ` | ` 40 ` |
29- | ` [nzBordered] ` | Whether has border style | ` boolean ` | ` true ` |
30- | ` [nzStatus] ` | QR code status | ` 'active'|'expired' |'loading' ` | ` active ` |
31- | ` [nzLevel] ` | Error Code Level | ` 'L'|'M'|'Q'|'H' ` | ` M ` |
32- | ` (nzRefresh) ` | callback | ` EventEmitter<string> ` | - |
22+ | Property | Description | Type | Default |
23+ | -----------------------| -------------------------------------| ---------------------------------| ----------|
24+ | ` [nzValue] ` | scanned link | ` string ` | - |
25+ | ` [nzColor] ` | QR code Color | ` string ` | ` #000 ` |
26+ | ` [nzBgColor] ` | QR code background color | ` string ` | ` #fff ` |
27+ | ` [nzSize] ` | QR code Size | ` number ` | ` 160 ` |
28+ | ` [nzPadding] ` | QR code Padding | ` number \| number[] ` | ` 10 ` |
29+ | ` [nzIcon] ` | Icon address in QR code | ` string ` | - |
30+ | ` [nzIconSize] ` | The size of the icon in the QR code | ` number ` | ` 40 ` |
31+ | ` [nzBordered] ` | Whether has border style | ` boolean ` | ` true ` |
32+ | ` [nzStatus] ` | QR code status | ` 'active'|'expired' |'loading' ` | ` active ` |
33+ | ` [nzLevel] ` | Error Code Level | ` 'L'|'M'|'Q'|'H' ` | ` M ` |
34+ | ` (nzRefresh) ` | callback | ` EventEmitter<string> ` | - |
3335
3436## Note
3537
0 commit comments