@delon/theme 21.1.0 → 21.3.0

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.
package/dark.css CHANGED
@@ -19102,7 +19102,7 @@ textarea.ant-mentions {
19102
19102
  }
19103
19103
  .ant-mentions-dropdown {
19104
19104
  position: relative;
19105
- top: 100%;
19105
+ top: 0;
19106
19106
  left: 12px;
19107
19107
  width: 100%;
19108
19108
  margin-top: 8px;
@@ -23065,7 +23065,7 @@ span.ant-radio + * {
23065
23065
  background-color: transparent;
23066
23066
  border: 1px solid #434343;
23067
23067
  border-radius: 2px;
23068
- transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23068
+ transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), box-shadow 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
23069
23069
  }
23070
23070
  .ant-select:not(.ant-select-customize-input) .ant-select-selector input {
23071
23071
  cursor: pointer;
@@ -23585,7 +23585,8 @@ span.ant-radio + * {
23585
23585
  direction: rtl;
23586
23586
  }
23587
23587
  .ant-select-dropdown {
23588
- top: 100%;
23588
+ position: relative;
23589
+ top: 0;
23589
23590
  left: 0;
23590
23591
  display: block;
23591
23592
  width: 100%;
@@ -29964,6 +29965,11 @@ div.ant-typography-edit-content.ant-typography-rtl {
29964
29965
  .ant-cascader-dropdown {
29965
29966
  padding: 0;
29966
29967
  }
29968
+ .ant-cascader-dropdown.ant-select-dropdown {
29969
+ position: relative;
29970
+ top: 0;
29971
+ left: 0;
29972
+ }
29967
29973
  .ant-cascader-menus {
29968
29974
  position: relative;
29969
29975
  margin-top: 2px;
@@ -31001,7 +31007,7 @@ nz-tree {
31001
31007
  }
31002
31008
  .ant-select-dropdown.ant-select-tree-dropdown {
31003
31009
  position: relative;
31004
- top: 100%;
31010
+ top: 0;
31005
31011
  left: 0;
31006
31012
  width: 100%;
31007
31013
  margin-top: 4px;
@@ -33587,6 +33593,9 @@ fieldset {
33587
33593
  font-weight: 700;
33588
33594
  text-align: left;
33589
33595
  }
33596
+ .sf__collapse .sf__collapse-item {
33597
+ display: none !important;
33598
+ }
33590
33599
  .sf__object-card .ant-card-body {
33591
33600
  padding-left: 0;
33592
33601
  }
@@ -38561,377 +38570,3 @@ ellipsis {
38561
38570
  .cell__disabled[data-type='link'] > a {
38562
38571
  color: rgba(255, 255, 255, 0.85);
38563
38572
  }
38564
- g2-chart,
38565
- g2-bar,
38566
- g2-gauge,
38567
- g2-mini-area,
38568
- g2-mini-bar,
38569
- g2-single-bar,
38570
- g2-tag-cloud,
38571
- g2-timeline,
38572
- g2,
38573
- g2-custom {
38574
- display: block;
38575
- }
38576
- g2-bar,
38577
- g2-tag-cloud {
38578
- width: 100%;
38579
- }
38580
- .g2-card {
38581
- position: relative;
38582
- }
38583
- .g2-card__top {
38584
- position: relative;
38585
- overflow: hidden;
38586
- width: 100%;
38587
- }
38588
- .g2-card__top-margin {
38589
- margin-bottom: 12px;
38590
- }
38591
- .g2-card__top-has-margin {
38592
- margin-bottom: 20px;
38593
- }
38594
- .g2-card__meta {
38595
- height: 22px;
38596
- font-size: 14px;
38597
- line-height: 22px;
38598
- color: rgba(255, 255, 255, 0.45);
38599
- }
38600
- .g2-card__meta-wrap {
38601
- float: left;
38602
- }
38603
- .g2-card__meta-action {
38604
- cursor: pointer;
38605
- position: absolute;
38606
- top: 4px;
38607
- right: 0;
38608
- line-height: 1;
38609
- }
38610
- .g2-card__avatar {
38611
- position: relative;
38612
- top: 4px;
38613
- float: left;
38614
- margin-right: 20px;
38615
- }
38616
- .g2-card__avatar img {
38617
- border-radius: 100%;
38618
- }
38619
- .g2-card__total {
38620
- overflow: hidden;
38621
- height: 38px;
38622
- margin-top: 4px;
38623
- margin-bottom: 0;
38624
- font-size: 30px;
38625
- line-height: 38px;
38626
- color: rgba(255, 255, 255, 0.85);
38627
- text-overflow: ellipsis;
38628
- word-break: break-all;
38629
- white-space: nowrap;
38630
- }
38631
- .g2-card__desc {
38632
- width: 100%;
38633
- margin-bottom: 12px;
38634
- }
38635
- .g2-card__footer {
38636
- margin-top: 8px;
38637
- padding-top: 9px;
38638
- border-top: 1px solid #303030;
38639
- }
38640
- .g2-card__footer > * {
38641
- position: relative;
38642
- }
38643
- .g2-mini-progress {
38644
- position: relative;
38645
- display: block;
38646
- width: 100%;
38647
- padding: 5px 0;
38648
- }
38649
- .g2-mini-progress__wrap {
38650
- position: relative;
38651
- background-color: rgba(255, 255, 255, 0.08);
38652
- }
38653
- .g2-mini-progress__value {
38654
- width: 0;
38655
- height: 100%;
38656
- border-radius: 1px 0 0 1px;
38657
- background-color: #177ddc;
38658
- transition: all 0.4s cubic-bezier(0.08, 0.82, 0.17, 1) 0s;
38659
- }
38660
- .g2-mini-progress__target {
38661
- position: absolute;
38662
- top: 0;
38663
- bottom: 0;
38664
- }
38665
- .g2-mini-progress__target-item {
38666
- position: absolute;
38667
- top: 0;
38668
- left: 0;
38669
- width: 2px;
38670
- height: 4px;
38671
- border-radius: 100px;
38672
- }
38673
- .g2-mini-progress__target-item:last-child {
38674
- top: auto;
38675
- bottom: 0;
38676
- }
38677
- .g2-pie {
38678
- position: relative;
38679
- display: block;
38680
- }
38681
- .g2-pie__chart {
38682
- position: relative;
38683
- }
38684
- .g2-pie__legend {
38685
- position: absolute;
38686
- top: 50%;
38687
- right: 0;
38688
- transform: translateY(-50%);
38689
- min-width: 250px;
38690
- margin: 0 20px;
38691
- padding: 0;
38692
- list-style: none;
38693
- }
38694
- .g2-pie__legend-item {
38695
- cursor: pointer;
38696
- height: 22px;
38697
- margin-bottom: 16px;
38698
- line-height: 22px;
38699
- }
38700
- .g2-pie__legend-item:last-child {
38701
- margin-bottom: 0;
38702
- }
38703
- .g2-pie__legend-title {
38704
- color: rgba(255, 255, 255, 0.85);
38705
- }
38706
- .g2-pie__legend-dot {
38707
- position: relative;
38708
- top: -1px;
38709
- display: inline-block;
38710
- width: 8px;
38711
- height: 8px;
38712
- margin-right: 8px;
38713
- border-radius: 8px;
38714
- }
38715
- .g2-pie__legend-percent {
38716
- color: rgba(255, 255, 255, 0.45);
38717
- }
38718
- .g2-pie__legend-value {
38719
- position: absolute;
38720
- right: 0;
38721
- }
38722
- .g2-pie__legend-has .g2-pie__chart {
38723
- width: calc(100% - 240px);
38724
- }
38725
- .g2-pie__legend-block .g2-pie__chart {
38726
- width: 100%;
38727
- margin: 0 0 32px;
38728
- }
38729
- .g2-pie__legend-block .g2-pie__legend {
38730
- position: relative;
38731
- transform: none;
38732
- min-width: auto;
38733
- }
38734
- .g2-pie__total {
38735
- position: absolute;
38736
- top: 50%;
38737
- left: 50%;
38738
- transform: translate(-50%, -50%);
38739
- height: 62px;
38740
- text-align: center;
38741
- }
38742
- .g2-pie__total-title {
38743
- height: 22px;
38744
- margin-bottom: 8px;
38745
- font-size: 14px;
38746
- font-weight: normal;
38747
- line-height: 22px;
38748
- color: rgba(255, 255, 255, 0.45);
38749
- }
38750
- .g2-pie__total-stat {
38751
- display: block;
38752
- height: 32px;
38753
- font-size: 1.2em;
38754
- line-height: 32px;
38755
- color: rgba(255, 255, 255, 0.85);
38756
- white-space: nowrap;
38757
- }
38758
- .g2-pie__mini .g2-pie__total-title {
38759
- margin-top: 4px;
38760
- margin-bottom: 0;
38761
- }
38762
- .g2-radar {
38763
- display: block;
38764
- }
38765
- .g2-radar__legend {
38766
- margin-top: 16px;
38767
- }
38768
- .g2-radar__legend-item {
38769
- cursor: pointer;
38770
- position: relative;
38771
- line-height: 22px;
38772
- color: rgba(255, 255, 255, 0.45);
38773
- text-align: center;
38774
- }
38775
- .g2-radar__legend-item::after {
38776
- content: '';
38777
- position: absolute;
38778
- top: 8px;
38779
- right: 0;
38780
- width: 1px;
38781
- height: 40px;
38782
- background-color: #303030;
38783
- }
38784
- .g2-radar__legend-item:last-child::after {
38785
- display: none;
38786
- }
38787
- .g2-radar__legend-title {
38788
- margin-top: 4px;
38789
- margin-bottom: 0;
38790
- padding-left: 16px;
38791
- font-size: 24px;
38792
- line-height: 32px;
38793
- color: rgba(255, 255, 255, 0.85);
38794
- }
38795
- .g2-radar__legend-dot {
38796
- position: relative;
38797
- top: -1px;
38798
- display: inline-block;
38799
- width: 6px;
38800
- height: 6px;
38801
- margin-right: 6px;
38802
- border-radius: 6px;
38803
- }
38804
- .g2-water-wave {
38805
- position: relative;
38806
- transform-origin: left;
38807
- display: inline-block;
38808
- }
38809
- .g2-water-wave__desc {
38810
- position: absolute;
38811
- top: 32px;
38812
- left: 0;
38813
- width: 100%;
38814
- text-align: center;
38815
- }
38816
- .g2-water-wave__desc-title {
38817
- font-size: 14px;
38818
- line-height: 22px;
38819
- color: rgba(255, 255, 255, 0.45);
38820
- }
38821
- .g2-water-wave__desc-percent {
38822
- font-size: 24px;
38823
- line-height: 32px;
38824
- color: rgba(255, 255, 255, 0.85);
38825
- }
38826
- .g2-water-wave__canvas {
38827
- transform-origin: 0 0;
38828
- transform: scale(0.5);
38829
- }
38830
- .number-info {
38831
- display: inline-block;
38832
- }
38833
- .number-info__title {
38834
- margin-bottom: 16px;
38835
- font-size: 16px;
38836
- color: rgba(255, 255, 255, 0.85);
38837
- transition: all 0.3s;
38838
- }
38839
- .number-info__title-sub {
38840
- overflow: hidden;
38841
- height: 22px;
38842
- font-size: 14px;
38843
- line-height: 22px;
38844
- color: rgba(255, 255, 255, 0.45);
38845
- text-overflow: ellipsis;
38846
- word-break: break-all;
38847
- white-space: nowrap;
38848
- }
38849
- .number-info__value {
38850
- overflow: hidden;
38851
- margin-top: 4px;
38852
- font-size: 0;
38853
- text-overflow: ellipsis;
38854
- word-break: break-all;
38855
- white-space: nowrap;
38856
- }
38857
- .number-info__value-suffix {
38858
- margin-left: 4px;
38859
- font-size: 16px;
38860
- font-style: normal;
38861
- color: rgba(255, 255, 255, 0.85);
38862
- }
38863
- .number-info__value-text {
38864
- display: inline-block;
38865
- height: 32px;
38866
- font-size: 24px;
38867
- line-height: 32px;
38868
- color: rgba(255, 255, 255, 0.85);
38869
- }
38870
- .number-info__value-sub {
38871
- margin-left: 32px;
38872
- font-size: 16px;
38873
- color: rgba(255, 255, 255, 0.45);
38874
- vertical-align: top;
38875
- }
38876
- .number-info__value-sub .anticon {
38877
- transform: scale(0.82);
38878
- margin-left: 4px;
38879
- font-size: 12px;
38880
- }
38881
- .number-info__value-sub .anticon-caret-up {
38882
- color: #d32029;
38883
- }
38884
- .number-info__value-sub .anticon-caret-down {
38885
- color: #49aa19;
38886
- }
38887
- .number-info__light .number-info__value-text {
38888
- color: rgba(255, 255, 255, 0.85);
38889
- }
38890
- .number-info:not(:first-child) {
38891
- position: relative;
38892
- margin-left: 32px;
38893
- padding-left: 32px;
38894
- }
38895
- .number-info:not(:first-child)::after {
38896
- content: '';
38897
- position: absolute;
38898
- top: 0;
38899
- bottom: 0;
38900
- left: 0;
38901
- width: 1px;
38902
- margin: 8px 0;
38903
- background-color: #303030;
38904
- }
38905
- .trend {
38906
- display: inline-block;
38907
- font-size: 14px;
38908
- line-height: 22px;
38909
- }
38910
- .trend__up,
38911
- .trend__down {
38912
- position: relative;
38913
- top: 1px;
38914
- margin-left: 4px;
38915
- }
38916
- .trend__up i,
38917
- .trend__down i {
38918
- transform: scale(0.83);
38919
- font-size: 12px;
38920
- }
38921
- .trend__up {
38922
- color: #d32029;
38923
- }
38924
- .trend__down {
38925
- top: -1px;
38926
- color: #49aa19;
38927
- }
38928
- .trend__grey .trend__up,
38929
- .trend__grey .trend__down {
38930
- color: rgba(255, 255, 255, 0.85);
38931
- }
38932
- .trend__reverse .trend__up {
38933
- color: #49aa19;
38934
- }
38935
- .trend__reverse .trend__down {
38936
- color: #d32029;
38937
- }