Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9c9511e817 |
@@ -220,14 +220,13 @@ body {
|
|||||||
|
|
||||||
/* 周选择 */
|
/* 周选择 */
|
||||||
.cal-weeks {
|
.cal-weeks {
|
||||||
display: flex;
|
display: grid;
|
||||||
|
grid-template-columns: repeat(2, 1fr);
|
||||||
gap: 8px;
|
gap: 8px;
|
||||||
padding: 8px 14px 10px;
|
padding: 8px 14px 10px;
|
||||||
justify-content: center;
|
|
||||||
}
|
}
|
||||||
.cal-week-cell {
|
.cal-week-cell {
|
||||||
width: 44px;
|
height: 42px;
|
||||||
height: 44px;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|||||||
Reference in New Issue
Block a user