@cloudtower/eagle 0.24.21 → 0.24.22

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/dist/style.css CHANGED
@@ -1597,68 +1597,6 @@ body {
1597
1597
  font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
1598
1598
  }
1599
1599
  }
1600
- .fde5mpd {
1601
- width: 100%;
1602
- height: 100%;
1603
- min-height: 124px;
1604
- display: flex;
1605
- flex-direction: column;
1606
- justify-content: center;
1607
- align-items: center;
1608
- }
1609
- .fde5mpd .error-text {
1610
- color: rgba(10, 37, 85, 0.6);
1611
- margin-bottom: 16px;
1612
- font-size: 18px;
1613
- }
1614
-
1615
- .bpq0js6 {
1616
- padding: 4px 11px;
1617
- }
1618
-
1619
- .b15sn34c {
1620
- white-space: nowrap;
1621
- filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1622
- }
1623
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1624
- --color: #0080ff;
1625
- }
1626
- .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1627
- --color: #0080ff;
1628
- }
1629
- .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1630
- margin-left: 1px;
1631
- }
1632
- .b15sn34c > .ant-btn:not(:only-child):first-child {
1633
- border-top-right-radius: 0;
1634
- border-bottom-right-radius: 0;
1635
- }
1636
- .b15sn34c > .ant-btn:not(:only-child):last-child {
1637
- border-top-left-radius: 0;
1638
- border-bottom-left-radius: 0;
1639
- }
1640
- .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1641
- border-radius: unset;
1642
- }
1643
-
1644
- .i1mrf09m {
1645
- display: inline-flex;
1646
- align-items: center;
1647
- }
1648
- .i1mrf09m .icon-inner {
1649
- display: inline-flex;
1650
- align-items: center;
1651
- justify-content: center;
1652
- }
1653
- .i1mrf09m .icon-inner + span,
1654
- .i1mrf09m span + .icon-inner.suffix {
1655
- margin-left: 4px;
1656
- }
1657
- .i1mrf09m.is-rotate img,
1658
- .i1mrf09m.is-rotate svg {
1659
- animation: rotate 680ms linear infinite;
1660
- }
1661
-
1662
1600
  .buj61ew.ant-btn {
1663
1601
  height: 32px;
1664
1602
  border-radius: 6px;
@@ -1907,6 +1845,50 @@ body {
1907
1845
  padding: 0;
1908
1846
  }
1909
1847
 
1848
+ .bpq0js6 {
1849
+ padding: 4px 11px;
1850
+ }
1851
+
1852
+ .b15sn34c {
1853
+ white-space: nowrap;
1854
+ filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
1855
+ }
1856
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
1857
+ --color: #0080ff;
1858
+ }
1859
+ .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous)[disabled], .b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous):hover[disabled] {
1860
+ --color: #0080ff;
1861
+ }
1862
+ .b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
1863
+ margin-left: 1px;
1864
+ }
1865
+ .b15sn34c > .ant-btn:not(:only-child):first-child {
1866
+ border-top-right-radius: 0;
1867
+ border-bottom-right-radius: 0;
1868
+ }
1869
+ .b15sn34c > .ant-btn:not(:only-child):last-child {
1870
+ border-top-left-radius: 0;
1871
+ border-bottom-left-radius: 0;
1872
+ }
1873
+ .b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
1874
+ border-radius: unset;
1875
+ }
1876
+
1877
+ .fde5mpd {
1878
+ width: 100%;
1879
+ height: 100%;
1880
+ min-height: 124px;
1881
+ display: flex;
1882
+ flex-direction: column;
1883
+ justify-content: center;
1884
+ align-items: center;
1885
+ }
1886
+ .fde5mpd .error-text {
1887
+ color: rgba(10, 37, 85, 0.6);
1888
+ margin-bottom: 16px;
1889
+ font-size: 18px;
1890
+ }
1891
+
1910
1892
  .iap75of {
1911
1893
  height: 18px;
1912
1894
  line-height: 18px;
@@ -1920,6 +1902,24 @@ body {
1920
1902
  margin-right: 4px;
1921
1903
  }
1922
1904
 
1905
+ .i1mrf09m {
1906
+ display: inline-flex;
1907
+ align-items: center;
1908
+ }
1909
+ .i1mrf09m .icon-inner {
1910
+ display: inline-flex;
1911
+ align-items: center;
1912
+ justify-content: center;
1913
+ }
1914
+ .i1mrf09m .icon-inner + span,
1915
+ .i1mrf09m span + .icon-inner.suffix {
1916
+ margin-left: 4px;
1917
+ }
1918
+ .i1mrf09m.is-rotate img,
1919
+ .i1mrf09m.is-rotate svg {
1920
+ animation: rotate 680ms linear infinite;
1921
+ }
1922
+
1923
1923
  .cz04yix {
1924
1924
  display: flex;
1925
1925
  flex-direction: column;
@@ -2585,15 +2585,6 @@ input.rrg1fkn.ant-input {
2585
2585
  border-bottom-left-radius: 0;
2586
2586
  }
2587
2587
 
2588
- .obf05yr {
2589
- display: inline-block;
2590
- }
2591
-
2592
- .hsms1n6 {
2593
- visibility: hidden;
2594
- position: absolute;
2595
- }
2596
-
2597
2588
  .s3mgie3 .ant-steps-horizontal.ant-steps-label-horizontal {
2598
2589
  flex-direction: row;
2599
2590
  justify-content: stretch;
@@ -2677,63 +2668,6 @@ input.rrg1fkn.ant-input {
2677
2668
  padding: 0;
2678
2669
  }
2679
2670
 
2680
- .p12gwtiw {
2681
- display: flex;
2682
- justify-content: space-between;
2683
- align-items: center;
2684
- padding: 10px 0;
2685
- color: rgba(44, 56, 82, 0.6);
2686
- font-size: 12px;
2687
- line-height: 24px;
2688
- }
2689
- .p12gwtiw .pagination-left {
2690
- padding: 2px 8px;
2691
- }
2692
- .p12gwtiw .dropdown-trigger {
2693
- display: flex;
2694
- align-items: center;
2695
- border-radius: 6px;
2696
- cursor: pointer;
2697
- transition: all 0.3s ease;
2698
- }
2699
- .p12gwtiw .dropdown-trigger:hover {
2700
- background: rgba(211, 218, 235, 0.6);
2701
- color: #0080ff;
2702
- }
2703
- .p12gwtiw .dropdown-trigger .icon-inner {
2704
- margin-left: 4px;
2705
- }
2706
- .p12gwtiw .pagination-right {
2707
- display: flex;
2708
- align-items: center;
2709
- color: #0080ff;
2710
- font-weight: bold;
2711
- }
2712
- .p12gwtiw .pagination-right .icon-inner {
2713
- margin-left: 4px;
2714
- }
2715
- .p12gwtiw .pagination-right .prev-btn,
2716
- .p12gwtiw .pagination-right .next-btn {
2717
- padding: 0 8px;
2718
- }
2719
- .p12gwtiw .pagination-right .prev-btn > span,
2720
- .p12gwtiw .pagination-right .next-btn > span {
2721
- color: #0080ff;
2722
- }
2723
- .p12gwtiw .pagination-right .next-btn .icon-inner {
2724
- transform: rotate(180deg);
2725
- }
2726
-
2727
- .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2728
- max-height: calc(100vh - 128px);
2729
- overflow-y: auto;
2730
- }
2731
- .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2732
- padding: 4px 20px;
2733
- font-size: 12px;
2734
- line-height: 18px;
2735
- }
2736
-
2737
2671
  .rxbeqvl.ant-radio-wrapper {
2738
2672
  display: inline-flex;
2739
2673
  align-items: baseline;
@@ -2876,6 +2810,72 @@ input.rrg1fkn.ant-input {
2876
2810
  width: 36px;
2877
2811
  }
2878
2812
 
2813
+ .obf05yr {
2814
+ display: inline-block;
2815
+ }
2816
+
2817
+ .hsms1n6 {
2818
+ visibility: hidden;
2819
+ position: absolute;
2820
+ }
2821
+
2822
+ .p12gwtiw {
2823
+ display: flex;
2824
+ justify-content: space-between;
2825
+ align-items: center;
2826
+ padding: 10px 0;
2827
+ color: rgba(44, 56, 82, 0.6);
2828
+ font-size: 12px;
2829
+ line-height: 24px;
2830
+ }
2831
+ .p12gwtiw .pagination-left {
2832
+ padding: 2px 8px;
2833
+ }
2834
+ .p12gwtiw .dropdown-trigger {
2835
+ display: flex;
2836
+ align-items: center;
2837
+ border-radius: 6px;
2838
+ cursor: pointer;
2839
+ transition: all 0.3s ease;
2840
+ }
2841
+ .p12gwtiw .dropdown-trigger:hover {
2842
+ background: rgba(211, 218, 235, 0.6);
2843
+ color: #0080ff;
2844
+ }
2845
+ .p12gwtiw .dropdown-trigger .icon-inner {
2846
+ margin-left: 4px;
2847
+ }
2848
+ .p12gwtiw .pagination-right {
2849
+ display: flex;
2850
+ align-items: center;
2851
+ color: #0080ff;
2852
+ font-weight: bold;
2853
+ }
2854
+ .p12gwtiw .pagination-right .icon-inner {
2855
+ margin-left: 4px;
2856
+ }
2857
+ .p12gwtiw .pagination-right .prev-btn,
2858
+ .p12gwtiw .pagination-right .next-btn {
2859
+ padding: 0 8px;
2860
+ }
2861
+ .p12gwtiw .pagination-right .prev-btn > span,
2862
+ .p12gwtiw .pagination-right .next-btn > span {
2863
+ color: #0080ff;
2864
+ }
2865
+ .p12gwtiw .pagination-right .next-btn .icon-inner {
2866
+ transform: rotate(180deg);
2867
+ }
2868
+
2869
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu {
2870
+ max-height: calc(100vh - 128px);
2871
+ overflow-y: auto;
2872
+ }
2873
+ .d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
2874
+ padding: 4px 20px;
2875
+ font-size: 12px;
2876
+ line-height: 18px;
2877
+ }
2878
+
2879
2879
  .s34f1qb.ant-switch {
2880
2880
  min-width: 40px;
2881
2881
  height: 24px;
@@ -3925,75 +3925,6 @@ input.rrg1fkn.ant-input {
3925
3925
  margin-left: 24px;
3926
3926
  }
3927
3927
 
3928
- .igz4le8 {
3929
- height: 24px;
3930
- width: 56px !important;
3931
- margin-right: 4px;
3932
- }
3933
-
3934
- .c1riexje {
3935
- color: rgba(44, 56, 82, 0.6);
3936
- }
3937
-
3938
- .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
3939
- border-radius: 6px;
3940
- }
3941
- .shq1k1g.ant-select.ant-select-single {
3942
- width: 100%;
3943
- height: 30px;
3944
- color: #2d3a56;
3945
- border-color: rgba(211, 218, 235, 0.6);
3946
- transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
3947
- font-size: 13px;
3948
- }
3949
- .shq1k1g.ant-select.ant-select-single.ant-select-lg {
3950
- height: 38px;
3951
- font-size: 13px;
3952
- }
3953
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
3954
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
3955
- transition: 160ms ease;
3956
- }
3957
- .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
3958
- color: #0080ff;
3959
- }
3960
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
3961
- border-color: rgba(107, 128, 167, 0.6);
3962
- box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
3963
- }
3964
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3965
- color: #0080ff;
3966
- }
3967
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
3968
- border-color: #0080ff;
3969
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
3970
- }
3971
- .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3972
- transform: rotate(180deg);
3973
- }
3974
- .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
3975
- background: rgba(211, 218, 235, 0.6);
3976
- border-color: rgba(172, 186, 211, 0.6);
3977
- cursor: "not-allowed";
3978
- }
3979
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
3980
- border-color: #f0483e !important;
3981
- }
3982
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
3983
- color: #1d326c;
3984
- }
3985
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
3986
- border-color: #0080ff;
3987
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
3988
- }
3989
- .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
3990
- transform: rotate(180deg);
3991
- }
3992
-
3993
- .iiqau4c.ant-input-group.ant-input-group-compact {
3994
- display: flex;
3995
- }
3996
-
3997
3928
  .m1thnes4 {
3998
3929
  color: rgba(44, 56, 82, 0.6);
3999
3930
  text-align: center;
@@ -4155,6 +4086,75 @@ input.rrg1fkn.ant-input {
4155
4086
  margin-left: 8px;
4156
4087
  }
4157
4088
 
4089
+ .iiqau4c.ant-input-group.ant-input-group-compact {
4090
+ display: flex;
4091
+ }
4092
+
4093
+ .shq1k1g.ant-select, .shq1k1g.ant-select .ant-select-selector {
4094
+ border-radius: 6px;
4095
+ }
4096
+ .shq1k1g.ant-select.ant-select-single {
4097
+ width: 100%;
4098
+ height: 30px;
4099
+ color: #2d3a56;
4100
+ border-color: rgba(211, 218, 235, 0.6);
4101
+ transition: border 160ms ease 8ms, box-shadow 160ms ease 8ms;
4102
+ font-size: 13px;
4103
+ }
4104
+ .shq1k1g.ant-select.ant-select-single.ant-select-lg {
4105
+ height: 38px;
4106
+ font-size: 13px;
4107
+ }
4108
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow,
4109
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow .anticon-down {
4110
+ transition: 160ms ease;
4111
+ }
4112
+ .shq1k1g.ant-select.ant-select-single .ant-select-arrow-loading {
4113
+ color: #0080ff;
4114
+ }
4115
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-selector {
4116
+ border-color: rgba(107, 128, 167, 0.6);
4117
+ box-shadow: 0px 0px 0px 4px rgba(225, 230, 241, 0.6);
4118
+ }
4119
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4120
+ color: #0080ff;
4121
+ }
4122
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector, .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector {
4123
+ border-color: #0080ff;
4124
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4125
+ }
4126
+ .shq1k1g.ant-select.ant-select-single:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4127
+ transform: rotate(180deg);
4128
+ }
4129
+ .shq1k1g.ant-select.ant-select-single.ant-select-disabled .ant-select-selector {
4130
+ background: rgba(211, 218, 235, 0.6);
4131
+ border-color: rgba(172, 186, 211, 0.6);
4132
+ cursor: "not-allowed";
4133
+ }
4134
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled) .ant-select-selector {
4135
+ border-color: #f0483e !important;
4136
+ }
4137
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):hover .ant-select-arrow, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-hover .ant-select-arrow {
4138
+ color: #1d326c;
4139
+ }
4140
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled):active .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled):focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-focused .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-focus .ant-select-selector, .shq1k1g.ant-select.select-error:not(.ant-select-disabled).__pseudo-states-active .ant-select-selector {
4141
+ border-color: #0080ff;
4142
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4143
+ }
4144
+ .shq1k1g.ant-select.select-error:not(.ant-select-disabled).ant-select-open .ant-select-arrow .anticon-down {
4145
+ transform: rotate(180deg);
4146
+ }
4147
+
4148
+ .igz4le8 {
4149
+ height: 24px;
4150
+ width: 56px !important;
4151
+ margin-right: 4px;
4152
+ }
4153
+
4154
+ .c1riexje {
4155
+ color: rgba(44, 56, 82, 0.6);
4156
+ }
4157
+
4158
4158
  .t1gz6wqf {
4159
4159
  height: 100%;
4160
4160
  }
@@ -4185,52 +4185,6 @@ input.rrg1fkn.ant-input {
4185
4185
  background: rgba(163, 180, 204, 0.18);
4186
4186
  }
4187
4187
 
4188
- .at4ovwe .ant-input-number-handler-wrap {
4189
- display: var(--at4ovwe-0);
4190
- }
4191
- .at4ovwe .ant-input-number-input-wrap {
4192
- padding: 5px 12px;
4193
- display: inline-flex;
4194
- line-height: 1.5715;
4195
- height: 100%;
4196
- width: 100%;
4197
- }
4198
- .at4ovwe .ant-input-number-input-wrap::after {
4199
- content: var(--at4ovwe-1);
4200
- display: var(--at4ovwe-2);
4201
- flex: none;
4202
- align-items: center;
4203
- margin-left: 4px;
4204
- color: rgba(44, 56, 82, 0.6);
4205
- }
4206
- .at4ovwe .ant-input-number-input-wrap::before {
4207
- content: var(--at4ovwe-3);
4208
- display: var(--at4ovwe-4);
4209
- flex: none;
4210
- align-items: center;
4211
- margin-right: 4px;
4212
- cursor: auto;
4213
- color: rgba(44, 56, 82, 0.6);
4214
- }
4215
- .at4ovwe.ant-input-number {
4216
- width: 100%;
4217
- border-radius: 6px;
4218
- }
4219
- .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4220
- border-color: #0096ff;
4221
- box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4222
- }
4223
- .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4224
- border-color: #e75a3a;
4225
- box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4226
- }
4227
- .at4ovwe .ant-input-number-input {
4228
- padding: 0;
4229
- margin: 0;
4230
- height: auto;
4231
- font-size: inherit;
4232
- }
4233
-
4234
4188
  .tc40oxa {
4235
4189
  margin-bottom: 4px;
4236
4190
  color: rgba(44, 56, 82, 0.6);
@@ -4427,6 +4381,52 @@ input.rrg1fkn.ant-input {
4427
4381
  margin-right: 8px;
4428
4382
  }
4429
4383
 
4384
+ .at4ovwe .ant-input-number-handler-wrap {
4385
+ display: var(--at4ovwe-0);
4386
+ }
4387
+ .at4ovwe .ant-input-number-input-wrap {
4388
+ padding: 5px 12px;
4389
+ display: inline-flex;
4390
+ line-height: 1.5715;
4391
+ height: 100%;
4392
+ width: 100%;
4393
+ }
4394
+ .at4ovwe .ant-input-number-input-wrap::after {
4395
+ content: var(--at4ovwe-1);
4396
+ display: var(--at4ovwe-2);
4397
+ flex: none;
4398
+ align-items: center;
4399
+ margin-left: 4px;
4400
+ color: rgba(44, 56, 82, 0.6);
4401
+ }
4402
+ .at4ovwe .ant-input-number-input-wrap::before {
4403
+ content: var(--at4ovwe-3);
4404
+ display: var(--at4ovwe-4);
4405
+ flex: none;
4406
+ align-items: center;
4407
+ margin-right: 4px;
4408
+ cursor: auto;
4409
+ color: rgba(44, 56, 82, 0.6);
4410
+ }
4411
+ .at4ovwe.ant-input-number {
4412
+ width: 100%;
4413
+ border-radius: 6px;
4414
+ }
4415
+ .at4ovwe.ant-input-number:not([disabled]):focus, .at4ovwe.ant-input-number:not([disabled]):active, .at4ovwe.ant-input-number:not([disabled]).ant-input-number-focused {
4416
+ border-color: #0096ff;
4417
+ box-shadow: 0px 0px 0px 4px rgba(0, 136, 255, 0.16);
4418
+ }
4419
+ .at4ovwe.ant-input-number.error:not([disabled]):hover, .at4ovwe.ant-input-number.error:not([disabled]).ant-input-number-focused {
4420
+ border-color: #e75a3a;
4421
+ box-shadow: 0px 0px 0px 4px rgba(255, 74, 74, 0.16);
4422
+ }
4423
+ .at4ovwe .ant-input-number-input {
4424
+ padding: 0;
4425
+ margin: 0;
4426
+ height: auto;
4427
+ font-size: inherit;
4428
+ }
4429
+
4430
4430
  .a6dbbkm .ant-input-number-handler-wrap {
4431
4431
  display: var(--a6dbbkm-0);
4432
4432
  }