mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-20 14:56:17 -04:00
fix(qr-code): responsive layout
This commit is contained in:
parent
71f79a5bbf
commit
cbf0b3d699
1 changed files with 2 additions and 1 deletions
|
@ -1,8 +1,9 @@
|
||||||
<template>
|
<template>
|
||||||
<n-card>
|
<n-card>
|
||||||
<n-grid
|
<n-grid
|
||||||
cols="3"
|
|
||||||
x-gap="12"
|
x-gap="12"
|
||||||
|
y-gap="12"
|
||||||
|
cols="1 600:3"
|
||||||
>
|
>
|
||||||
<n-gi span="2">
|
<n-gi span="2">
|
||||||
<n-form
|
<n-form
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue