Match group QR code scan popup component for displaying group QR codes for users to scan and join match groups.
Import
Code Demo
Basic Usage
Custom Title and Hint
Custom Styles
API
Props
| Attribute | Description | Type | Default |
| show | Whether to show popup | boolean | false |
| title | PopupPlus title | string | 'Match Group' |
| qrcode-url | QR code image URL | string | '' |
| save-hint | Save hint text | string | 'Long press image to save' |
| custom-class | Custom CSS class | string | '' |
| close-on-click-overlay | Whether to close on overlay click | boolean | true |
| z-index | PopupPlus z-index | number | 100 |
Events
| Event | Description | Parameters |
| close | Triggered when popup is closed | - |
| click-overlay | Triggered when overlay is clicked | - |
| qrcode-click | Triggered when QR code is clicked | - |
| qrcode-error | Triggered when QR code fails to load | - |
Theme Customization
CSS Variables
The component provides the following CSS variables, which can be used to customize styles. For usage, please refer to ConfigProvider component.
| Name | Default Value | Description |
| --pmgqsp-content-p-lr | .4rem | Content horizontal padding |
| --pmgqsp-content-p-tb | .32rem | Content vertical padding |
| --pmgqsp-spacing-xs | .08rem | Extra small spacing |
| --pmgqsp-spacing-sm | .16rem | Small spacing |
| --pmgqsp-spacing-md | .24rem | Medium spacing |
| --pmgqsp-spacing-lg | .32rem | Large spacing |
| --pmgqsp-spacing-xl | .48rem | Extra large spacing |
| --pmgqsp-popup-max-height | 80vh | PopupPlus max height |
| --pmgqsp-avatar-size | 1.2rem | Avatar size |
| --pmgqsp-qrcode-img-width | 4.7rem | QR code image width |
| --pmgqsp-qrcode-img-height | 8.06rem | QR code image height |
| --pmgqsp-bg-color | #fff | Background color |
| --pmgqsp-text-primary | #000 | Primary text color |
| --pmgqsp-text-secondary | #666 | Secondary text color |
| --pmgqsp-text-tertiary | #999 | Tertiary text color |
| --pmgqsp-border-color | transparent | Border color |
| --pmgqsp-group-info-bg | #f8f9fa | Group info background |
| --pmgqsp-title-font-size | .32rem | Title font size |
| --pmgqsp-title-font-weight | 500 | Title font weight |
| --pmgqsp-group-name-font-size | .28rem | Group name font size |
| --pmgqsp-group-desc-font-size | .24rem | Group description font size |
| --pmgqsp-update-time-font-size | .24rem | Update time font size |
| --pmgqsp-save-hint-font-size | .28rem | Save hint font size |
| --pmgqsp-radius-sm | .04rem | Small border radius |
| --pmgqsp-radius-md | .08rem | Medium border radius |
| --pmgqsp-radius-lg | .16rem | Large border radius |
| --pmgqsp-avatar-radius | .12rem | Avatar border radius |