raise-common-lib 0.0.199 → 0.0.201-beta

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2.68509 7.02073L8 10.6L13.3149 7.02072" stroke="#6C7C90" stroke-linecap="round"/>
3
+ </svg>
@@ -0,0 +1,3 @@
1
+ <svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M13.3149 8.97927L8 5.4L2.68509 8.97927" stroke="#6C7C90" stroke-linecap="round"/>
3
+ </svg>
@@ -430,7 +430,7 @@
430
430
  .e-datepicker.e-popup {
431
431
  height: auto;
432
432
  border-radius: 4px;
433
- padding: 16px 16px 12px 16px;
433
+ padding: 8px 16px 8px 16px;
434
434
  background: #fff;
435
435
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2),
436
436
  0 8px 10px 0px rgba(0, 0, 0, 0.14), 0 3px 14px 0px rgba(0, 0, 0, 0.12);
@@ -488,8 +488,14 @@
488
488
  }
489
489
  .e-header {
490
490
  height: 34px;
491
+ &.e-year {
492
+ padding: 6px 0px !important;
493
+ }
494
+ &.e-decade {
495
+ padding: 6px 0px !important;
496
+ }
491
497
  &.e-month {
492
- padding: 0;
498
+ padding: 6px 0;
493
499
  }
494
500
  .e-title {
495
501
  color: #002c4f;
@@ -509,7 +515,7 @@
509
515
  display: block;
510
516
  width: 16px;
511
517
  height: 16px;
512
- background-image: url("/assets/img/calendar_arrow_left.svg");
518
+ background-image: url("/assets/img/calendar_arrow_up.svg");
513
519
  background-size: cover;
514
520
  background-position: center;
515
521
  }
@@ -518,7 +524,7 @@
518
524
  .e-next {
519
525
  .e-icons {
520
526
  &::before {
521
- background-image: url("/assets/img/calendar_arrow_right.svg");
527
+ background-image: url("/assets/img/calendar_arrow_down.svg");
522
528
  }
523
529
  }
524
530
  }
@@ -526,10 +532,13 @@
526
532
  .e-content {
527
533
  .e-calendar-content-table {
528
534
  padding: 0;
529
- border-spacing: 0 8px; /* 设置行间距为 8px */
535
+ border-spacing: 0 6px; /* 设置行间距为 8px */
536
+ position: relative;
537
+ top: -8px;
538
+ margin-bottom: -8px;
530
539
  th {
531
- color: var(--rs-primary-2-color);
532
- font-size: var(--rs-font-size);
540
+ color: var(--rs-grey-text-color);
541
+ font-size: var(--rs-small-font-size);
533
542
  }
534
543
  }
535
544
 
@@ -542,25 +551,61 @@
542
551
  }
543
552
  .e-cell {
544
553
  .e-day {
545
- border-radius: 7px;
554
+ border-radius: 4px;
546
555
  background-color: transparent !important;
547
556
  font-size: var(--rs-font-size);
548
557
  color: var(--rs-primary-2-color);
549
- font-weight: 700;
550
558
  border: 1px solid transparent;
551
559
  }
552
560
  &:not(.e-today):not(.e-range-hover):not(.e-selected):hover {
553
561
  .e-day {
554
562
  background-color: rgba(31, 123, 255, 0.04) !important;
555
563
  color: #1364b3;
564
+ font-weight: 700;
556
565
  }
557
566
  }
558
567
  }
568
+ &.e-decade {
569
+ td {
570
+ height: 46px;
571
+ }
572
+ td > span.e-day {
573
+ height: 38px;
574
+ line-height: 38px;
575
+ width: 46px;
576
+ }
577
+ .e-cell.e-focused-date {
578
+ .e-day {
579
+ background-color: #1f7bff !important;
580
+ color: #fff !important;
581
+ font-weight: 700;
582
+ border-radius: 4px !important;
583
+ }
584
+ }
585
+ .e-cell.e-focused-date:not(.e-today):not(.e-range-hover):not(
586
+ .e-selected
587
+ ):hover {
588
+ .e-day {
589
+ background-color: #1f7bff !important;
590
+ }
591
+ }
592
+ }
593
+
559
594
  &.e-year {
595
+ td {
596
+ height: 46px;
597
+ }
598
+ td > span.e-day {
599
+ height: 38px;
600
+ line-height: 38px;
601
+ width: 46px;
602
+ }
560
603
  .e-cell.e-focused-date {
561
604
  .e-day {
562
605
  background-color: #1f7bff !important;
563
606
  color: #fff !important;
607
+ font-weight: 700;
608
+ border-radius: 4px !important;
564
609
  }
565
610
  }
566
611
  }
@@ -576,9 +621,10 @@
576
621
  }
577
622
  .e-selected {
578
623
  .e-day {
579
- border-radius: 7px;
624
+ border-radius: 4px;
580
625
  background-color: var(--rs-active-color) !important;
581
626
  color: #fff !important;
627
+ font-weight: 700;
582
628
  }
583
629
  }
584
630
  }
@@ -587,7 +633,7 @@
587
633
  .e-footer-container {
588
634
  height: auto;
589
635
  padding: 0;
590
- padding-top: 12px;
636
+ padding-top: 8px;
591
637
  display: flex;
592
638
  .e-btn {
593
639
  height: 26px;
@@ -625,6 +671,7 @@
625
671
  border: 0 !important;
626
672
  background-color: #fff !important;
627
673
  color: #44566c !important;
674
+ font-weight: normal !important;
628
675
  &:hover {
629
676
  background-color: #fff !important;
630
677
  color: #1f7bff !important;