Co-authored-by: lkjh3214 <13121007159@163.com>
@@ -1,3 +1,11 @@
+.nut-theme-dark {
+ .nut-backtop {
+ &.show {
+ background: $dark-background;
+ color: $dark-color;
+ }
+}
.nut-backtop {
display: none;
position: fixed;
+ .nut-badge {
.nut-badge {
position: relative;
display: inline-block;
@@ -1,10 +1,36 @@
+ .nut-calendar {
+ .nut-calendar-header {
+ .nut-calendar-content {
+ .calendar-months-panel {
+ .calendar-month-con {
+ .calendar-month-day {
+ &-choose {
+ background-color: $dark-calendar-choose-color;
+ color: $calendar-choose-font-color;
+ .nut-calendar-footer {
+ background: $dark-background2;
.nut-calendar {
display: flex;
flex: 1;
color: #333333;
font-size: 16px;
- background-color: #fff;
+ background-color: $white;
overflow: hidden;
height: 100%;
flex-direction: column;
@@ -92,6 +92,7 @@ $dark-background2: #1b1b1b !default;
$dark-background3: #141414 !default;
$dark-color: $white !default;
$dark-color-gray: $text-color !default;
+$dark-calendar-choose-color: rgba(227, 227, 227, 0.2) !default;
$font-family: PingFang SC, Microsoft YaHei, Helvetica, Hiragino Sans GB, SimSun, sans-serif !default;
@@ -22,6 +22,7 @@ $dark-background2: #1b1b1b !default;
@@ -23,6 +23,7 @@ $dark-background2: #1b1b1b !default;