feat(Calendar): add show-subtitle prop (#5779)

This commit is contained in:
chenjiahan
2020-03-09 20:55:20 +08:00
parent e575bb4bb1
commit 17ecc980a7
9 changed files with 64 additions and 23 deletions
+6 -1
View File
@@ -27,8 +27,9 @@
box-shadow: @calendar-header-box-shadow;
}
&__month-title,
&__header-title,
&__month-title {
&__header-subtitle {
height: @calendar-header-title-height;
font-weight: @font-weight-bold;
line-height: @calendar-header-title-height;
@@ -39,6 +40,10 @@
font-size: @calendar-header-title-font-size;
}
&__header-subtitle {
font-size: @calendar-header-subtitle-font-size;
}
&__month-title {
font-size: @calendar-month-title-font-size;
}