Space mt-5

This commit is contained in:
alisa 2023-04-27 19:02:37 +08:00
parent a0104d5fee
commit bc66c57eba
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@ const props = defineProps({
</script> </script>
<template> <template>
<div <div
class="bg-card px-4 pt-3 pb-4 rounded mt-6" class="bg-card px-4 pt-3 pb-4 rounded mt-5"
v-if="props.cardItem?.items && props.cardItem?.items?.length > 0" v-if="props.cardItem?.items && props.cardItem?.items?.length > 0"
> >
<div class="text-base mb-3 text-main">{{ props.cardItem?.title }}</div> <div class="text-base mb-3 text-main">{{ props.cardItem?.title }}</div>

View File

@ -11,7 +11,7 @@ function formatTitle(name: string) {
} }
</script> </script>
<template> <template>
<div class="bg-card px-4 pt-3 pb-4 rounded mt-6"> <div class="bg-card px-4 pt-3 pb-4 rounded mt-">
<div class="text-base mb-3 text-main">{{ props.tableItem?.title }}</div> <div class="text-base mb-3 text-main">{{ props.tableItem?.title }}</div>
<div class=""> <div class="">
<div <div