main 달력 css 수정
This commit is contained in:
parent
fabda99d78
commit
61767d6b68
@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="ms-1">
|
<div class="ps-4">
|
||||||
<span class="d-flex align-items-center g-2"><i class="bx bx-map"></i>{{ place }}</span>
|
<span class="d-flex align-items-center g-2 font_767"><i class="bx bx-map pe-1"></i>{{ place }}</span>
|
||||||
<span class="d-flex align-items-center g-2"><i class="bx bx-time-five"></i> {{ $common.dateFormatter(time, 'T') }}</span>
|
<span class="d-flex align-items-center g-2 font_767"
|
||||||
|
><i class="bx bx-time-five pe-1"></i>{{ $common.dateFormatter(time, 'T') }}</span
|
||||||
|
>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -19,3 +21,10 @@
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style>
|
||||||
|
@media (max-width: 767px) {
|
||||||
|
.font_767 {
|
||||||
|
font-size: 2rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|||||||
@ -22,7 +22,10 @@
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div v-if="category.CMNCODVAL === 300201 || category.CMNCODVAL === 300202" class="col-9 mx-0 px-0">
|
<div
|
||||||
|
v-if="category.CMNCODVAL === 300201 || category.CMNCODVAL === 300202"
|
||||||
|
class="col-9 mx-0 px-0 d-flex align-items-center"
|
||||||
|
>
|
||||||
<template v-if="category.CMNCODVAL === 300201">
|
<template v-if="category.CMNCODVAL === 300201">
|
||||||
<MainMemberProfile :members="birthdayList" :baseUrl="baseUrl" />
|
<MainMemberProfile :members="birthdayList" :baseUrl="baseUrl" />
|
||||||
</template>
|
</template>
|
||||||
@ -30,7 +33,7 @@
|
|||||||
<MainMemberProfile :members="vacationList" :baseUrl="baseUrl" />
|
<MainMemberProfile :members="vacationList" :baseUrl="baseUrl" />
|
||||||
</template>
|
</template>
|
||||||
</div>
|
</div>
|
||||||
<div v-else class="col-9 mx-0 px-0 d-flex flex-column align-items-center">
|
<div v-else class="col-9 mx-0 px-0 d-flex align-items-center">
|
||||||
<template v-if="category.CMNCODVAL === 300203">
|
<template v-if="category.CMNCODVAL === 300203">
|
||||||
<MainEventBoard :place="birthdayPartyList[0].LOCEVTPLC" :time="birthdayPartyList[0].LOCEVTTME" />
|
<MainEventBoard :place="birthdayPartyList[0].LOCEVTPLC" :time="birthdayPartyList[0].LOCEVTTME" />
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="ms-2">
|
<div class="ms-2" style="flex: 1">
|
||||||
<ul class="row gx-1 mb-0 list-inline d-flex align-items-center">
|
<ul class="row gx-1 mb-0 list-inline">
|
||||||
<li class="col-4 me-0" v-for="(member, index) in members" :key="index">
|
<li class="col-4 me-0" v-for="(member, index) in members" :key="index">
|
||||||
<div class="ratio ratio-1x1 mb-0 profile-list">
|
<div class="ratio ratio-1x1 mb-0 profile-list">
|
||||||
<img
|
<img
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user