mirror of
https://github.com/CorentinTh/it-tools.git
synced 2025-04-21 15:26:15 -04:00
refactor(responsive): row layout for multicards on big screens
This commit is contained in:
parent
84cf1bb964
commit
e21230bbd9
8 changed files with 136 additions and 130 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue