fix style error

This commit is contained in:
BOYA,CHIU 2021-08-27 11:44:15 +08:00
parent 460d5a15f2
commit 05a0547df3
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,7 @@
.w-calendar-table {
table-layout: fixed;
width: 100%;
}
a.event-container{
color: inherit;
}
@ -97,7 +101,7 @@ a.event-container{
cursor: pointer;
}
.widget-calendar-1 .w-calendar-table td div {
width: 3em;
width: auto;
height: 3em;
display: inline-flex;
align-items: center;

View File

@ -1,3 +1,7 @@
.w-calendar-table {
table-layout: fixed;
width: 100%;
}
a.event-container-one{
color: inherit;
}
@ -57,7 +61,7 @@ a.event-container-one{
justify-content: center;
align-items: center;
margin: auto;
width: 3em;
width: auto;
height: 3em;
}
.widget-calendar-2 .w-calendar-table th {