refactor(responsive): row layout for multicards on big screens

This commit is contained in:
Corentin Thomasset 2022-04-24 23:09:12 +02:00
parent 84cf1bb964
commit e21230bbd9
No known key found for this signature in database
GPG key ID: DBD997E935996158
8 changed files with 136 additions and 130 deletions

View file

@ -1,5 +1,5 @@
<template>
<n-card v-for="{ name, information } in sections" :key="name" :title="name" style="margin-bottom: 15px">
<n-card v-for="{ name, information } in sections" :key="name" :title="name">
<n-grid cols="1 400:2" x-gap="12" y-gap="12">
<n-gi v-for="{ label, value } in information" :key="label" class="information">
<n-card :bordered="false" embedded>