This commit is contained in:
牛子源 2025-05-26 10:34:47 +08:00
parent 4b5217b334
commit 1c600f7942
1 changed files with 5 additions and 4 deletions

View File

@ -204,16 +204,17 @@ const handleDateClick = (day: number) => {
align-items: center;
span {
margin: auto;
height: 34px;
width: 34px;
height: 28px;
width: 28px;
display: flex;
justify-content: center;
align-items: center;
font-weight: bold;
font-size: 16px;
font-size: 14px;
color: #666666;
font-style: normal;
border-radius:17px;
border-radius:14px;
cursor: pointer;
}
.currentDay {
background: #1677FE;