Updated Card visuals

pull/5806/head
Cagatay Civici 2024-05-30 03:17:11 +03:00
parent 334953b03c
commit ee110b7004
1 changed files with 4 additions and 4 deletions

View File

@ -7,7 +7,7 @@
<template #label="{ value }"> <template #label="{ value }">
<div class="flex flex-wrap gap-4"> <div class="flex flex-wrap gap-4">
<template v-for="val of value" :key="val.label"> <template v-for="val of value" :key="val.label">
<Card class="flex-1"> <Card class="flex-1 border border-surface shadow-none">
<template #content> <template #content>
<div class="flex justify-between gap-8"> <div class="flex justify-between gap-8">
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-1">
@ -60,7 +60,7 @@ export default {
<template #label="{ value }"> <template #label="{ value }">
<div class="flex flex-wrap gap-4"> <div class="flex flex-wrap gap-4">
<template v-for="val of value" :key="val.label"> <template v-for="val of value" :key="val.label">
<Card class="flex-1"> <Card class="flex-1 border border-surface shadow-none">
<template #content> <template #content>
<div class="flex justify-between gap-8"> <div class="flex justify-between gap-8">
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-1">
@ -101,7 +101,7 @@ export default {
<template #label="{ value }"> <template #label="{ value }">
<div class="flex flex-wrap gap-4"> <div class="flex flex-wrap gap-4">
<template v-for="val of value" :key="val.label"> <template v-for="val of value" :key="val.label">
<Card class="flex-1"> <Card class="flex-1 border border-surface shadow-none">
<template #content> <template #content>
<div class="flex justify-between gap-8"> <div class="flex justify-between gap-8">
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-1">
@ -159,7 +159,7 @@ export default {
<template #label="{ value }"> <template #label="{ value }">
<div class="flex flex-wrap gap-4"> <div class="flex flex-wrap gap-4">
<template v-for="val of value" :key="i"> <template v-for="val of value" :key="i">
<Card class="flex-1"> <Card class="flex-1 border border-surface shadow-none">
<template #content> <template #content>
<div class="flex justify-between gap-8"> <div class="flex justify-between gap-8">
<div class="flex flex-col gap-1"> <div class="flex flex-col gap-1">