v2.1.2 — 周选择改为2列一行grid布局
This commit is contained in:
@@ -220,14 +220,13 @@ body {
|
||||
|
||||
/* 周选择 */
|
||||
.cal-weeks {
|
||||
display: flex;
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
gap: 8px;
|
||||
padding: 8px 14px 10px;
|
||||
justify-content: center;
|
||||
}
|
||||
.cal-week-cell {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
height: 42px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
||||
Reference in New Issue
Block a user