Compare commits

..

No commits in common. "circle" and "main" have entirely different histories.
circle ... main

2 changed files with 129 additions and 131 deletions

View File

@ -190,7 +190,7 @@ export default {
.header { .header {
width: 100%; width: 100%;
height: 90px; height: 110px;
margin-top: 20px; margin-top: 20px;
flex-direction: column; flex-direction: column;
justify-content: space-between; justify-content: space-between;
@ -199,7 +199,7 @@ export default {
.year-month { .year-month {
width: 240px; width: 240px;
height: 50px; height: 60px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
} }
@ -220,8 +220,8 @@ export default {
} }
.week-text { .week-text {
width: 50px; width: 64px;
font-size: 35px; font-size: 40px;
font-weight: 700; font-weight: 700;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
text-align: center; text-align: center;
@ -242,26 +242,24 @@ export default {
width: 100%; width: 100%;
height: 350px; height: 350px;
flex-direction: column; flex-direction: column;
align-items: center; /* 使整个列表内容居中对齐 */
} }
.item { .item {
width: 100%; width: 100%;
margin-bottom: 0px; /* 增加行与行之间的间距 */ height: 80px; /* 增加每一行的高度 */
justify-content: center; /* 使每一行居中对齐 */ margin-bottom: 10px; /* 增加行与行之间的间距 */
} }
.cell { .cell {
width: 50px; width: 64px;
height: 100%; height: 100%;
} }
.cell-text-workday { .cell-text-workday {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-weight: 700; font-weight: 700;
font-size: 35px; /* 调整为你需要的大小 */ font-size: 40px; /* 调整为你需要的大小 */
text-align: center; text-align: center;
color: rgb(255, 255, 255); color: rgb(255, 255, 255);
background-color: transparent; background-color: transparent;
@ -271,7 +269,7 @@ export default {
width: 100%; width: 100%;
height: 100%; height: 100%;
font-weight: 700; font-weight: 700;
font-size: 35px; /* 调整为你需要的大小 */ font-size: 40px; /* 调整为你需要的大小 */
text-align: center; text-align: center;
color: rgba(255, 255, 255, 0.6); color: rgba(255, 255, 255, 0.6);
background-color: transparent; background-color: transparent;