unity-calendar/components/main/calendar/frame/singleday.vue

14 lines
162 B
Vue

<style>
.singleday {
background-color: white;
min-width: 1.2rem;
}
</style>
<template>
<div class="singleday">-</div>
</template>