v0.1.39 - 달력 원형과 D-DAY 표시 상태 보정
This commit is contained in:
@@ -132,7 +132,7 @@ function selectYear(year) {
|
||||
>
|
||||
<button
|
||||
type="button"
|
||||
class="relative flex size-8 items-center justify-center rounded-full border text-[10px] font-semibold transition sm:size-10 sm:text-[11px]"
|
||||
class="relative flex h-10 w-10 shrink-0 items-center justify-center rounded-full border text-[10px] font-semibold transition sm:h-[44px] sm:w-[44px] sm:text-[11px]"
|
||||
:class="[
|
||||
day.key === selectedKey
|
||||
? 'border-ink bg-ink text-white'
|
||||
|
||||
Reference in New Issue
Block a user