@cloudtower/eagle 0.27.4 → 0.27.6
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/components/Calendar/index.d.ts +3 -0
- package/dist/components/Styled/Styled.stories.d.ts +11 -0
- package/dist/components/Styled/index.d.ts +14 -0
- package/dist/components.css +840 -669
- package/dist/coreX/CronCalendar/CronCalendar.stories.d.ts +7 -0
- package/dist/coreX/CronCalendar/index.d.ts +4 -0
- package/dist/coreX/GoBackButton/GoBackButton.stories.d.ts +9 -0
- package/dist/coreX/GoBackButton/index.d.ts +4 -0
- package/dist/coreX/common/getCalendarTitle.d.ts +2 -0
- package/dist/esm/index.js +706 -517
- package/dist/esm/stats1.html +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/spec/base.d.ts +19 -1
- package/dist/style.css +1198 -1027
- package/dist/umd/index.js +709 -514
- package/dist/umd/stats1.html +1 -1
- package/package.json +7 -5
package/dist/style.css
CHANGED
|
@@ -29558,6 +29558,66 @@ html body {
|
|
|
29558
29558
|
font-family: "Inter var", "PingFang SC", "Microsoft YaHei", "Source Han Sans SC", "Noto Sans CJK SC", "WenQuanYi Micro Hei", sans-serif;
|
|
29559
29559
|
}
|
|
29560
29560
|
}
|
|
29561
|
+
.iap75of {
|
|
29562
|
+
height: 18px;
|
|
29563
|
+
line-height: 18px;
|
|
29564
|
+
padding: 0 4px;
|
|
29565
|
+
border-radius: 4px;
|
|
29566
|
+
background: rgba(235, 239, 245, 0.6);
|
|
29567
|
+
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29568
|
+
display: flex;
|
|
29569
|
+
align-items: center;
|
|
29570
|
+
white-space: nowrap;
|
|
29571
|
+
margin-right: 4px;
|
|
29572
|
+
}
|
|
29573
|
+
|
|
29574
|
+
.bpq0js6 {
|
|
29575
|
+
padding: 4px 11px;
|
|
29576
|
+
}
|
|
29577
|
+
|
|
29578
|
+
.b15sn34c {
|
|
29579
|
+
white-space: nowrap;
|
|
29580
|
+
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29581
|
+
}
|
|
29582
|
+
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29583
|
+
--color: #0080ff;
|
|
29584
|
+
}
|
|
29585
|
+
.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] {
|
|
29586
|
+
--color: #0080ff;
|
|
29587
|
+
}
|
|
29588
|
+
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29589
|
+
margin-left: 1px;
|
|
29590
|
+
}
|
|
29591
|
+
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29592
|
+
border-top-right-radius: 0;
|
|
29593
|
+
border-bottom-right-radius: 0;
|
|
29594
|
+
}
|
|
29595
|
+
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29596
|
+
border-top-left-radius: 0;
|
|
29597
|
+
border-bottom-left-radius: 0;
|
|
29598
|
+
}
|
|
29599
|
+
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29600
|
+
border-radius: unset;
|
|
29601
|
+
}
|
|
29602
|
+
|
|
29603
|
+
.i1mrf09m {
|
|
29604
|
+
display: inline-flex;
|
|
29605
|
+
align-items: center;
|
|
29606
|
+
}
|
|
29607
|
+
.i1mrf09m .icon-inner {
|
|
29608
|
+
display: inline-flex;
|
|
29609
|
+
align-items: center;
|
|
29610
|
+
justify-content: center;
|
|
29611
|
+
}
|
|
29612
|
+
.i1mrf09m .icon-inner + span,
|
|
29613
|
+
.i1mrf09m span + .icon-inner.suffix {
|
|
29614
|
+
margin-left: 4px;
|
|
29615
|
+
}
|
|
29616
|
+
.i1mrf09m.is-rotate img,
|
|
29617
|
+
.i1mrf09m.is-rotate svg {
|
|
29618
|
+
animation: rotate 680ms linear infinite;
|
|
29619
|
+
}
|
|
29620
|
+
|
|
29561
29621
|
.buj61ew.ant-btn-icon-only {
|
|
29562
29622
|
justify-content: center;
|
|
29563
29623
|
}
|
|
@@ -29808,35 +29868,6 @@ html body {
|
|
|
29808
29868
|
padding: 0;
|
|
29809
29869
|
}
|
|
29810
29870
|
|
|
29811
|
-
.bpq0js6 {
|
|
29812
|
-
padding: 4px 11px;
|
|
29813
|
-
}
|
|
29814
|
-
|
|
29815
|
-
.b15sn34c {
|
|
29816
|
-
white-space: nowrap;
|
|
29817
|
-
filter: drop-shadow(0px 2px 8px rgba(0, 136, 255, 0.1));
|
|
29818
|
-
}
|
|
29819
|
-
.b15sn34c > .ant-btn.ant-btn-ordinary-onTint:not(.ant-btn-dangerous) {
|
|
29820
|
-
--color: #0080ff;
|
|
29821
|
-
}
|
|
29822
|
-
.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] {
|
|
29823
|
-
--color: #0080ff;
|
|
29824
|
-
}
|
|
29825
|
-
.b15sn34c > .ant-btn:not(:only-child) + .ant-btn {
|
|
29826
|
-
margin-left: 1px;
|
|
29827
|
-
}
|
|
29828
|
-
.b15sn34c > .ant-btn:not(:only-child):first-child {
|
|
29829
|
-
border-top-right-radius: 0;
|
|
29830
|
-
border-bottom-right-radius: 0;
|
|
29831
|
-
}
|
|
29832
|
-
.b15sn34c > .ant-btn:not(:only-child):last-child {
|
|
29833
|
-
border-top-left-radius: 0;
|
|
29834
|
-
border-bottom-left-radius: 0;
|
|
29835
|
-
}
|
|
29836
|
-
.b15sn34c > .ant-btn:not(:only-child):not(:first-child, :last-child) {
|
|
29837
|
-
border-radius: unset;
|
|
29838
|
-
}
|
|
29839
|
-
|
|
29840
29871
|
.fde5mpd {
|
|
29841
29872
|
width: 100%;
|
|
29842
29873
|
height: 100%;
|
|
@@ -29852,103 +29883,6 @@ html body {
|
|
|
29852
29883
|
font-size: 18px;
|
|
29853
29884
|
}
|
|
29854
29885
|
|
|
29855
|
-
.iap75of {
|
|
29856
|
-
height: 18px;
|
|
29857
|
-
line-height: 18px;
|
|
29858
|
-
padding: 0 4px;
|
|
29859
|
-
border-radius: 4px;
|
|
29860
|
-
background: rgba(235, 239, 245, 0.6);
|
|
29861
|
-
border: 1px solid rgba(223, 228, 235, 0.6);
|
|
29862
|
-
display: flex;
|
|
29863
|
-
align-items: center;
|
|
29864
|
-
white-space: nowrap;
|
|
29865
|
-
margin-right: 4px;
|
|
29866
|
-
}
|
|
29867
|
-
|
|
29868
|
-
.i1mrf09m {
|
|
29869
|
-
display: inline-flex;
|
|
29870
|
-
align-items: center;
|
|
29871
|
-
}
|
|
29872
|
-
.i1mrf09m .icon-inner {
|
|
29873
|
-
display: inline-flex;
|
|
29874
|
-
align-items: center;
|
|
29875
|
-
justify-content: center;
|
|
29876
|
-
}
|
|
29877
|
-
.i1mrf09m .icon-inner + span,
|
|
29878
|
-
.i1mrf09m span + .icon-inner.suffix {
|
|
29879
|
-
margin-left: 4px;
|
|
29880
|
-
}
|
|
29881
|
-
.i1mrf09m.is-rotate img,
|
|
29882
|
-
.i1mrf09m.is-rotate svg {
|
|
29883
|
-
animation: rotate 680ms linear infinite;
|
|
29884
|
-
}
|
|
29885
|
-
|
|
29886
|
-
.obf05yr {
|
|
29887
|
-
display: inline-block;
|
|
29888
|
-
}
|
|
29889
|
-
|
|
29890
|
-
.hsms1n6 {
|
|
29891
|
-
visibility: hidden;
|
|
29892
|
-
position: absolute;
|
|
29893
|
-
}
|
|
29894
|
-
|
|
29895
|
-
.p12gwtiw {
|
|
29896
|
-
display: flex;
|
|
29897
|
-
justify-content: space-between;
|
|
29898
|
-
align-items: center;
|
|
29899
|
-
padding: 10px 0;
|
|
29900
|
-
color: rgba(44, 56, 82, 0.6);
|
|
29901
|
-
font-size: 12px;
|
|
29902
|
-
line-height: 24px;
|
|
29903
|
-
}
|
|
29904
|
-
.p12gwtiw .pagination-left {
|
|
29905
|
-
padding: 2px 8px;
|
|
29906
|
-
}
|
|
29907
|
-
.p12gwtiw .dropdown-trigger {
|
|
29908
|
-
display: flex;
|
|
29909
|
-
align-items: center;
|
|
29910
|
-
border-radius: 6px;
|
|
29911
|
-
cursor: pointer;
|
|
29912
|
-
transition: all 0.3s ease;
|
|
29913
|
-
}
|
|
29914
|
-
.p12gwtiw .dropdown-trigger:hover {
|
|
29915
|
-
background: rgba(211, 218, 235, 0.6);
|
|
29916
|
-
color: #0080ff;
|
|
29917
|
-
}
|
|
29918
|
-
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
29919
|
-
margin-left: 4px;
|
|
29920
|
-
}
|
|
29921
|
-
.p12gwtiw .pagination-right {
|
|
29922
|
-
display: flex;
|
|
29923
|
-
align-items: center;
|
|
29924
|
-
color: #0080ff;
|
|
29925
|
-
font-weight: bold;
|
|
29926
|
-
}
|
|
29927
|
-
.p12gwtiw .pagination-right .icon-inner {
|
|
29928
|
-
margin-left: 4px;
|
|
29929
|
-
}
|
|
29930
|
-
.p12gwtiw .pagination-right .prev-btn,
|
|
29931
|
-
.p12gwtiw .pagination-right .next-btn {
|
|
29932
|
-
padding: 0 8px;
|
|
29933
|
-
}
|
|
29934
|
-
.p12gwtiw .pagination-right .prev-btn > span,
|
|
29935
|
-
.p12gwtiw .pagination-right .next-btn > span {
|
|
29936
|
-
color: #0080ff;
|
|
29937
|
-
}
|
|
29938
|
-
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
29939
|
-
transform: rotate(180deg);
|
|
29940
|
-
}
|
|
29941
|
-
|
|
29942
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
29943
|
-
max-height: calc(100vh - 128px);
|
|
29944
|
-
overflow-y: auto;
|
|
29945
|
-
}
|
|
29946
|
-
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
29947
|
-
padding: 4px 20px;
|
|
29948
|
-
font-size: 12px;
|
|
29949
|
-
line-height: 18px;
|
|
29950
|
-
}
|
|
29951
|
-
|
|
29952
29886
|
.cz04yix {
|
|
29953
29887
|
display: flex;
|
|
29954
29888
|
flex-direction: column;
|
|
@@ -30561,67 +30495,568 @@ input.rrg1fkn.ant-input {
|
|
|
30561
30495
|
border-bottom-left-radius: 0;
|
|
30562
30496
|
}
|
|
30563
30497
|
|
|
30564
|
-
.
|
|
30565
|
-
|
|
30566
|
-
|
|
30567
|
-
background: rgba(172, 186, 211, 0.6);
|
|
30568
|
-
overflow: hidden;
|
|
30569
|
-
}
|
|
30570
|
-
.s34f1qb.ant-switch:focus {
|
|
30571
|
-
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30572
|
-
}
|
|
30573
|
-
.s34f1qb.ant-switch-small {
|
|
30574
|
-
min-width: 26px;
|
|
30575
|
-
height: 16px;
|
|
30576
|
-
}
|
|
30577
|
-
.s34f1qb.ant-switch-large {
|
|
30578
|
-
min-width: 52px;
|
|
30579
|
-
height: 32px;
|
|
30580
|
-
}
|
|
30581
|
-
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30582
|
-
height: 20px;
|
|
30583
|
-
width: 20px;
|
|
30584
|
-
}
|
|
30585
|
-
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30586
|
-
border-radius: 10px;
|
|
30587
|
-
transition-delay: 120ms;
|
|
30498
|
+
.c1t6wbwv {
|
|
30499
|
+
display: flex;
|
|
30500
|
+
flex-direction: column;
|
|
30588
30501
|
}
|
|
30589
|
-
.
|
|
30590
|
-
|
|
30591
|
-
width: 14px;
|
|
30592
|
-
top: 1px;
|
|
30593
|
-
left: 1px;
|
|
30502
|
+
.c1t6wbwv .select-wrapper {
|
|
30503
|
+
margin-top: 12px;
|
|
30594
30504
|
}
|
|
30595
|
-
.
|
|
30596
|
-
|
|
30597
|
-
width: 28px;
|
|
30505
|
+
.c1t6wbwv .select-wrapper .select {
|
|
30506
|
+
width: 100%;
|
|
30598
30507
|
}
|
|
30599
|
-
.
|
|
30600
|
-
|
|
30508
|
+
.c1t6wbwv .radio-wrapper {
|
|
30509
|
+
margin-top: 24px;
|
|
30601
30510
|
}
|
|
30602
|
-
.
|
|
30603
|
-
|
|
30511
|
+
.c1t6wbwv .form-item {
|
|
30512
|
+
width: 100%;
|
|
30604
30513
|
}
|
|
30605
|
-
|
|
30606
|
-
|
|
30514
|
+
|
|
30515
|
+
.d1k7vv5v {
|
|
30516
|
+
font-size: 14px;
|
|
30517
|
+
font-weight: 500;
|
|
30518
|
+
color: #3e4652;
|
|
30519
|
+
line-height: 18px;
|
|
30607
30520
|
}
|
|
30608
|
-
.
|
|
30609
|
-
|
|
30521
|
+
.d1k7vv5v + .d1k7vv5v {
|
|
30522
|
+
margin-top: 16px;
|
|
30610
30523
|
}
|
|
30611
|
-
.
|
|
30612
|
-
|
|
30524
|
+
.d1k7vv5v + * {
|
|
30525
|
+
margin-top: 16px;
|
|
30613
30526
|
}
|
|
30614
30527
|
|
|
30615
|
-
.
|
|
30616
|
-
|
|
30528
|
+
.le7b9r4.d1k7vv5v {
|
|
30529
|
+
font-size: 12px;
|
|
30530
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30531
|
+
margin-top: 12px;
|
|
30617
30532
|
}
|
|
30618
30533
|
|
|
30619
|
-
.
|
|
30620
|
-
|
|
30621
|
-
font-
|
|
30622
|
-
|
|
30623
|
-
|
|
30624
|
-
|
|
30534
|
+
.r1dnygxx.le7b9r4.d1k7vv5v {
|
|
30535
|
+
line-height: 18px;
|
|
30536
|
+
font-weight: 500;
|
|
30537
|
+
margin-top: 0;
|
|
30538
|
+
white-space: initial;
|
|
30539
|
+
}
|
|
30540
|
+
|
|
30541
|
+
.r12ddqmh {
|
|
30542
|
+
display: block;
|
|
30543
|
+
}
|
|
30544
|
+
.r12ddqmh span {
|
|
30545
|
+
font-size: 14px;
|
|
30546
|
+
font-weight: 500;
|
|
30547
|
+
line-height: 32px;
|
|
30548
|
+
color: #3e4652;
|
|
30549
|
+
}
|
|
30550
|
+
|
|
30551
|
+
.ctcr26a {
|
|
30552
|
+
margin-top: 8px;
|
|
30553
|
+
padding: 8px;
|
|
30554
|
+
border-radius: 6px;
|
|
30555
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30556
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30557
|
+
font-size: 12px;
|
|
30558
|
+
}
|
|
30559
|
+
.ctcr26a div {
|
|
30560
|
+
line-height: 20px;
|
|
30561
|
+
display: flex;
|
|
30562
|
+
align-items: center;
|
|
30563
|
+
word-break: break-all;
|
|
30564
|
+
}
|
|
30565
|
+
|
|
30566
|
+
.rxbeqvl.ant-radio-wrapper {
|
|
30567
|
+
display: inline-flex;
|
|
30568
|
+
align-items: baseline;
|
|
30569
|
+
white-space: pre-wrap;
|
|
30570
|
+
}
|
|
30571
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
30572
|
+
position: relative;
|
|
30573
|
+
top: 3px;
|
|
30574
|
+
}
|
|
30575
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
30576
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30577
|
+
}
|
|
30578
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
30579
|
+
border-color: #0080ff;
|
|
30580
|
+
}
|
|
30581
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
30582
|
+
border-color: #0080ff;
|
|
30583
|
+
background: #0080ff;
|
|
30584
|
+
}
|
|
30585
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
30586
|
+
top: 4px;
|
|
30587
|
+
left: 4px;
|
|
30588
|
+
width: 6px;
|
|
30589
|
+
height: 6px;
|
|
30590
|
+
background: #fff;
|
|
30591
|
+
}
|
|
30592
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
30593
|
+
opacity: 0.5;
|
|
30594
|
+
}
|
|
30595
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
30596
|
+
border-color: rgba(107, 128, 167, 0.6);
|
|
30597
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30598
|
+
}
|
|
30599
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
30600
|
+
background: #00122e;
|
|
30601
|
+
}
|
|
30602
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
30603
|
+
color: #00122e;
|
|
30604
|
+
opacity: 0.5;
|
|
30605
|
+
}
|
|
30606
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
30607
|
+
color: #00122e;
|
|
30608
|
+
}
|
|
30609
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
30610
|
+
display: inline-block;
|
|
30611
|
+
padding: 0;
|
|
30612
|
+
padding-left: 12px;
|
|
30613
|
+
}
|
|
30614
|
+
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
30615
|
+
margin-bottom: 0;
|
|
30616
|
+
white-space: pre-wrap;
|
|
30617
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30618
|
+
}
|
|
30619
|
+
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
30620
|
+
padding-left: 8px;
|
|
30621
|
+
}
|
|
30622
|
+
|
|
30623
|
+
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
30624
|
+
border-radius: 5px 0 0 5px;
|
|
30625
|
+
}
|
|
30626
|
+
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
30627
|
+
border-radius: 0 5px 5px 0;
|
|
30628
|
+
}
|
|
30629
|
+
|
|
30630
|
+
.r1f0aqcc {
|
|
30631
|
+
color: #00122e;
|
|
30632
|
+
border-color: #ccd4e3;
|
|
30633
|
+
}
|
|
30634
|
+
.r1f0aqcc:first-child {
|
|
30635
|
+
border-color: #a3b4cc;
|
|
30636
|
+
}
|
|
30637
|
+
.r1f0aqcc.ant-radio-button-wrapper {
|
|
30638
|
+
padding: 0 12px;
|
|
30639
|
+
line-height: 32px;
|
|
30640
|
+
height: 32px;
|
|
30641
|
+
}
|
|
30642
|
+
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
30643
|
+
white-space: nowrap;
|
|
30644
|
+
}
|
|
30645
|
+
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
30646
|
+
height: 22px;
|
|
30647
|
+
padding: 0 7px;
|
|
30648
|
+
line-height: 20px;
|
|
30649
|
+
}
|
|
30650
|
+
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
30651
|
+
background: #ccd4e3;
|
|
30652
|
+
}
|
|
30653
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
30654
|
+
background: #0080ff;
|
|
30655
|
+
}
|
|
30656
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
30657
|
+
background: #ccd4e3;
|
|
30658
|
+
opacity: 0.5;
|
|
30659
|
+
}
|
|
30660
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
30661
|
+
border-right-color: #0080ff;
|
|
30662
|
+
}
|
|
30663
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
30664
|
+
border-color: #0080ff;
|
|
30665
|
+
}
|
|
30666
|
+
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
30667
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30668
|
+
}
|
|
30669
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
30670
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30671
|
+
border-color: #ccd4e3;
|
|
30672
|
+
opacity: 0.5;
|
|
30673
|
+
}
|
|
30674
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
30675
|
+
color: #00122e;
|
|
30676
|
+
border-color: #ccd4e3;
|
|
30677
|
+
}
|
|
30678
|
+
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
30679
|
+
color: #00122e;
|
|
30680
|
+
border-color: #ccd4e3;
|
|
30681
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30682
|
+
}
|
|
30683
|
+
.r1f0aqcc .ant-radio-button-input {
|
|
30684
|
+
margin-right: 8px;
|
|
30685
|
+
display: inline;
|
|
30686
|
+
border: none;
|
|
30687
|
+
padding: 0;
|
|
30688
|
+
width: 36px;
|
|
30689
|
+
background: transparent;
|
|
30690
|
+
}
|
|
30691
|
+
.r1f0aqcc .ant-radio-button-input:focus {
|
|
30692
|
+
box-shadow: none;
|
|
30693
|
+
}
|
|
30694
|
+
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
30695
|
+
margin-right: 0;
|
|
30696
|
+
width: initial;
|
|
30697
|
+
box-shadow: none;
|
|
30698
|
+
}
|
|
30699
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
30700
|
+
display: none;
|
|
30701
|
+
}
|
|
30702
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
30703
|
+
display: inline;
|
|
30704
|
+
}
|
|
30705
|
+
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
30706
|
+
display: inline;
|
|
30707
|
+
margin-right: 8px;
|
|
30708
|
+
padding: 0;
|
|
30709
|
+
width: 36px;
|
|
30710
|
+
}
|
|
30711
|
+
|
|
30712
|
+
.s1fc623g {
|
|
30713
|
+
width: 430px !important;
|
|
30714
|
+
}
|
|
30715
|
+
|
|
30716
|
+
.da3mx0o .ant-select-item-group {
|
|
30717
|
+
padding: 8px 16px;
|
|
30718
|
+
line-height: 18px;
|
|
30719
|
+
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
30720
|
+
height: 34px;
|
|
30721
|
+
min-height: 34px;
|
|
30722
|
+
box-sizing: border-box;
|
|
30723
|
+
margin-top: 8px;
|
|
30724
|
+
}
|
|
30725
|
+
|
|
30726
|
+
.onr9gzt {
|
|
30727
|
+
display: flex;
|
|
30728
|
+
flex-direction: column;
|
|
30729
|
+
margin: 1px 8px;
|
|
30730
|
+
padding: 8px;
|
|
30731
|
+
border-radius: 4px;
|
|
30732
|
+
}
|
|
30733
|
+
.onr9gzt .selected-icon {
|
|
30734
|
+
display: none;
|
|
30735
|
+
}
|
|
30736
|
+
.onr9gzt.ant-select-item-option-grouped {
|
|
30737
|
+
padding-left: 8px;
|
|
30738
|
+
}
|
|
30739
|
+
.onr9gzt.ant-select-item-option-selected {
|
|
30740
|
+
background-color: white;
|
|
30741
|
+
}
|
|
30742
|
+
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
30743
|
+
color: #0080ff;
|
|
30744
|
+
}
|
|
30745
|
+
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
30746
|
+
display: block;
|
|
30747
|
+
}
|
|
30748
|
+
.onr9gzt.ant-select-item-option-active {
|
|
30749
|
+
background: rgba(0, 136, 255, 0.16);
|
|
30750
|
+
}
|
|
30751
|
+
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
30752
|
+
color: #0080ff;
|
|
30753
|
+
}
|
|
30754
|
+
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
30755
|
+
background: rgba(0, 136, 255, 0.1);
|
|
30756
|
+
color: #0080ff;
|
|
30757
|
+
}
|
|
30758
|
+
|
|
30759
|
+
.oiy0apc {
|
|
30760
|
+
display: flex;
|
|
30761
|
+
justify-content: space-between;
|
|
30762
|
+
height: 20px;
|
|
30763
|
+
line-height: 20px;
|
|
30764
|
+
}
|
|
30765
|
+
.oiy0apc .timezone-title {
|
|
30766
|
+
color: #2d3a56;
|
|
30767
|
+
overflow: hidden;
|
|
30768
|
+
text-overflow: ellipsis;
|
|
30769
|
+
}
|
|
30770
|
+
|
|
30771
|
+
.of4y382 {
|
|
30772
|
+
display: flex;
|
|
30773
|
+
justify-content: space-between;
|
|
30774
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30775
|
+
height: 18px;
|
|
30776
|
+
line-height: 18px;
|
|
30777
|
+
margin-top: 2px;
|
|
30778
|
+
}
|
|
30779
|
+
|
|
30780
|
+
.t19903l9 {
|
|
30781
|
+
border: none;
|
|
30782
|
+
margin-right: 0;
|
|
30783
|
+
background: rgba(225, 230, 241, 0.6);
|
|
30784
|
+
}
|
|
30785
|
+
|
|
30786
|
+
.ohwbvxu {
|
|
30787
|
+
pointer-events: none;
|
|
30788
|
+
height: 32px;
|
|
30789
|
+
width: 100%;
|
|
30790
|
+
opacity: 0;
|
|
30791
|
+
}
|
|
30792
|
+
|
|
30793
|
+
.obf05yr {
|
|
30794
|
+
display: inline-block;
|
|
30795
|
+
}
|
|
30796
|
+
|
|
30797
|
+
.hsms1n6 {
|
|
30798
|
+
visibility: hidden;
|
|
30799
|
+
position: absolute;
|
|
30800
|
+
}
|
|
30801
|
+
|
|
30802
|
+
.p12gwtiw {
|
|
30803
|
+
display: flex;
|
|
30804
|
+
justify-content: space-between;
|
|
30805
|
+
align-items: center;
|
|
30806
|
+
padding: 10px 0;
|
|
30807
|
+
color: rgba(44, 56, 82, 0.6);
|
|
30808
|
+
font-size: 12px;
|
|
30809
|
+
line-height: 24px;
|
|
30810
|
+
}
|
|
30811
|
+
.p12gwtiw .pagination-left {
|
|
30812
|
+
padding: 2px 8px;
|
|
30813
|
+
}
|
|
30814
|
+
.p12gwtiw .dropdown-trigger {
|
|
30815
|
+
display: flex;
|
|
30816
|
+
align-items: center;
|
|
30817
|
+
border-radius: 6px;
|
|
30818
|
+
cursor: pointer;
|
|
30819
|
+
transition: all 0.3s ease;
|
|
30820
|
+
}
|
|
30821
|
+
.p12gwtiw .dropdown-trigger:hover {
|
|
30822
|
+
background: rgba(211, 218, 235, 0.6);
|
|
30823
|
+
color: #0080ff;
|
|
30824
|
+
}
|
|
30825
|
+
.p12gwtiw .dropdown-trigger .icon-inner {
|
|
30826
|
+
margin-left: 4px;
|
|
30827
|
+
}
|
|
30828
|
+
.p12gwtiw .pagination-right {
|
|
30829
|
+
display: flex;
|
|
30830
|
+
align-items: center;
|
|
30831
|
+
color: #0080ff;
|
|
30832
|
+
font-weight: bold;
|
|
30833
|
+
}
|
|
30834
|
+
.p12gwtiw .pagination-right .icon-inner {
|
|
30835
|
+
margin-left: 4px;
|
|
30836
|
+
}
|
|
30837
|
+
.p12gwtiw .pagination-right .prev-btn,
|
|
30838
|
+
.p12gwtiw .pagination-right .next-btn {
|
|
30839
|
+
padding: 0 8px;
|
|
30840
|
+
}
|
|
30841
|
+
.p12gwtiw .pagination-right .prev-btn > span,
|
|
30842
|
+
.p12gwtiw .pagination-right .next-btn > span {
|
|
30843
|
+
color: #0080ff;
|
|
30844
|
+
}
|
|
30845
|
+
.p12gwtiw .pagination-right .next-btn .icon-inner {
|
|
30846
|
+
transform: rotate(180deg);
|
|
30847
|
+
}
|
|
30848
|
+
|
|
30849
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu {
|
|
30850
|
+
max-height: calc(100vh - 128px);
|
|
30851
|
+
overflow-y: auto;
|
|
30852
|
+
}
|
|
30853
|
+
.d1bnu0in.ant-dropdown .ant-dropdown-menu .ant-dropdown-menu-item {
|
|
30854
|
+
padding: 4px 20px;
|
|
30855
|
+
font-size: 12px;
|
|
30856
|
+
line-height: 18px;
|
|
30857
|
+
}
|
|
30858
|
+
|
|
30859
|
+
.s34f1qb.ant-switch {
|
|
30860
|
+
min-width: 40px;
|
|
30861
|
+
height: 24px;
|
|
30862
|
+
background: rgba(172, 186, 211, 0.6);
|
|
30863
|
+
overflow: hidden;
|
|
30864
|
+
}
|
|
30865
|
+
.s34f1qb.ant-switch:focus {
|
|
30866
|
+
box-shadow: 0 0 0 2px rgba(225, 230, 241, 0.6);
|
|
30867
|
+
}
|
|
30868
|
+
.s34f1qb.ant-switch-small {
|
|
30869
|
+
min-width: 26px;
|
|
30870
|
+
height: 16px;
|
|
30871
|
+
}
|
|
30872
|
+
.s34f1qb.ant-switch-large {
|
|
30873
|
+
min-width: 52px;
|
|
30874
|
+
height: 32px;
|
|
30875
|
+
}
|
|
30876
|
+
.s34f1qb.ant-switch .ant-switch-handle {
|
|
30877
|
+
height: 20px;
|
|
30878
|
+
width: 20px;
|
|
30879
|
+
}
|
|
30880
|
+
.s34f1qb.ant-switch .ant-switch-handle::before {
|
|
30881
|
+
border-radius: 10px;
|
|
30882
|
+
transition-delay: 120ms;
|
|
30883
|
+
}
|
|
30884
|
+
.s34f1qb.ant-switch-small .ant-switch-handle {
|
|
30885
|
+
height: 14px;
|
|
30886
|
+
width: 14px;
|
|
30887
|
+
top: 1px;
|
|
30888
|
+
left: 1px;
|
|
30889
|
+
}
|
|
30890
|
+
.s34f1qb.ant-switch-large .ant-switch-handle {
|
|
30891
|
+
height: 28px;
|
|
30892
|
+
width: 28px;
|
|
30893
|
+
}
|
|
30894
|
+
.s34f1qb.ant-switch-large .ant-switch-handle::before {
|
|
30895
|
+
border-radius: 14px;
|
|
30896
|
+
}
|
|
30897
|
+
.s34f1qb.ant-switch-checked {
|
|
30898
|
+
background-color: #00ba5d;
|
|
30899
|
+
}
|
|
30900
|
+
.s34f1qb.ant-switch-checked .ant-switch-handle {
|
|
30901
|
+
left: calc(100% - 20px - 2px);
|
|
30902
|
+
}
|
|
30903
|
+
.s34f1qb.ant-switch-small.ant-switch-checked .ant-switch-handle {
|
|
30904
|
+
left: calc(100% - 14px - 1px);
|
|
30905
|
+
}
|
|
30906
|
+
.s34f1qb.ant-switch-large.ant-switch-checked .ant-switch-handle {
|
|
30907
|
+
left: calc(100% - 28px - 2px);
|
|
30908
|
+
}
|
|
30909
|
+
|
|
30910
|
+
.c1to9vb9 {
|
|
30911
|
+
margin-left: 5px;
|
|
30912
|
+
}
|
|
30913
|
+
|
|
30914
|
+
.c1up1pdz {
|
|
30915
|
+
width: 648px;
|
|
30916
|
+
}
|
|
30917
|
+
.c1up1pdz.active {
|
|
30918
|
+
border-color: #0080ff;
|
|
30919
|
+
}
|
|
30920
|
+
.c1up1pdz.active > header {
|
|
30921
|
+
background: rgba(0, 128, 255, 0.1);
|
|
30922
|
+
}
|
|
30923
|
+
.c1up1pdz .expand {
|
|
30924
|
+
padding: 12px;
|
|
30925
|
+
}
|
|
30926
|
+
.c1up1pdz .field-item {
|
|
30927
|
+
display: flex;
|
|
30928
|
+
padding: 10px 0;
|
|
30929
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30930
|
+
}
|
|
30931
|
+
.c1up1pdz .field-item:last-child {
|
|
30932
|
+
border-bottom: none;
|
|
30933
|
+
padding-bottom: 0;
|
|
30934
|
+
}
|
|
30935
|
+
.c1up1pdz .field-item label {
|
|
30936
|
+
line-height: 32px;
|
|
30937
|
+
width: 100px;
|
|
30938
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30939
|
+
}
|
|
30940
|
+
.c1up1pdz .help {
|
|
30941
|
+
color: rgba(62, 70, 82, 0.6);
|
|
30942
|
+
margin-top: 5px;
|
|
30943
|
+
}
|
|
30944
|
+
.c1up1pdz .ant-input-affix-wrapper,
|
|
30945
|
+
.c1up1pdz .ant-picker {
|
|
30946
|
+
width: 128px;
|
|
30947
|
+
}
|
|
30948
|
+
|
|
30949
|
+
.c156wh19 {
|
|
30950
|
+
display: flex;
|
|
30951
|
+
align-items: center;
|
|
30952
|
+
justify-content: space-between;
|
|
30953
|
+
word-break: keep-all;
|
|
30954
|
+
}
|
|
30955
|
+
.c156wh19 .title {
|
|
30956
|
+
margin: 0 16px 0 8px;
|
|
30957
|
+
}
|
|
30958
|
+
.c156wh19 .retain {
|
|
30959
|
+
color: rgba(129, 138, 153, 0.6);
|
|
30960
|
+
}
|
|
30961
|
+
.c156wh19 .left {
|
|
30962
|
+
flex: 1;
|
|
30963
|
+
display: flex;
|
|
30964
|
+
overflow: hidden;
|
|
30965
|
+
align-items: center;
|
|
30966
|
+
justify-content: flex-start;
|
|
30967
|
+
white-space: nowrap;
|
|
30968
|
+
}
|
|
30969
|
+
.c156wh19 .left .title {
|
|
30970
|
+
max-width: 100%;
|
|
30971
|
+
overflow: hidden;
|
|
30972
|
+
text-overflow: ellipsis;
|
|
30973
|
+
}
|
|
30974
|
+
.c156wh19 .right {
|
|
30975
|
+
display: flex;
|
|
30976
|
+
align-items: center;
|
|
30977
|
+
}
|
|
30978
|
+
.c156wh19 .reverse {
|
|
30979
|
+
display: flex;
|
|
30980
|
+
flex-direction: row-reverse;
|
|
30981
|
+
align-items: center;
|
|
30982
|
+
}
|
|
30983
|
+
.c156wh19 .reverse .ant-switch {
|
|
30984
|
+
margin-left: 8px;
|
|
30985
|
+
}
|
|
30986
|
+
.c156wh19 .close {
|
|
30987
|
+
padding-left: 14px;
|
|
30988
|
+
margin-left: 14px;
|
|
30989
|
+
border-left: 1px solid rgba(129, 138, 153, 0.6);
|
|
30990
|
+
cursor: pointer;
|
|
30991
|
+
}
|
|
30992
|
+
|
|
30993
|
+
.m126spxy {
|
|
30994
|
+
padding-bottom: 4px;
|
|
30995
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
30996
|
+
}
|
|
30997
|
+
.m126spxy .ant-btn-link {
|
|
30998
|
+
padding: 1px 10px;
|
|
30999
|
+
color: rgba(62, 70, 82, 0.6);
|
|
31000
|
+
border-radius: 4px;
|
|
31001
|
+
}
|
|
31002
|
+
.m126spxy .ant-btn-link.active {
|
|
31003
|
+
background: rgba(0, 128, 255, 0.1);
|
|
31004
|
+
color: #0096ff;
|
|
31005
|
+
}
|
|
31006
|
+
|
|
31007
|
+
.wpbf4pq {
|
|
31008
|
+
padding: 10px 0;
|
|
31009
|
+
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31010
|
+
}
|
|
31011
|
+
.wpbf4pq .ant-input,
|
|
31012
|
+
.wpbf4pq .ant-picker {
|
|
31013
|
+
width: 80px;
|
|
31014
|
+
margin: 0 9px;
|
|
31015
|
+
text-align: center;
|
|
31016
|
+
}
|
|
31017
|
+
.wpbf4pq .options {
|
|
31018
|
+
padding: 12px 0 12px 16px;
|
|
31019
|
+
border-left: 2px solid rgba(129, 138, 153, 0.6);
|
|
31020
|
+
margin: 5px 0 5px 8px;
|
|
31021
|
+
}
|
|
31022
|
+
.wpbf4pq .week-day-option,
|
|
31023
|
+
.wpbf4pq .month-day-option {
|
|
31024
|
+
background: #f5f7fa;
|
|
31025
|
+
box-sizing: border-box;
|
|
31026
|
+
border-radius: 16px;
|
|
31027
|
+
margin-right: 8px;
|
|
31028
|
+
}
|
|
31029
|
+
.wpbf4pq .week-day-option:focus,
|
|
31030
|
+
.wpbf4pq .month-day-option:focus {
|
|
31031
|
+
color: inherit;
|
|
31032
|
+
border-color: #d9d9d9;
|
|
31033
|
+
}
|
|
31034
|
+
.wpbf4pq .week-day-option.active {
|
|
31035
|
+
background-color: #0096ff;
|
|
31036
|
+
border-color: #0096ff;
|
|
31037
|
+
color: #fff;
|
|
31038
|
+
}
|
|
31039
|
+
.wpbf4pq .week-day-option.en-text {
|
|
31040
|
+
width: 110px;
|
|
31041
|
+
margin-top: 4px;
|
|
31042
|
+
}
|
|
31043
|
+
.wpbf4pq .month-day-option {
|
|
31044
|
+
width: 32px;
|
|
31045
|
+
padding: 0;
|
|
31046
|
+
margin-bottom: 8px;
|
|
31047
|
+
}
|
|
31048
|
+
.wpbf4pq .month-day-option.active {
|
|
31049
|
+
background-color: #0096ff;
|
|
31050
|
+
border-color: #0096ff;
|
|
31051
|
+
color: #fff;
|
|
31052
|
+
}
|
|
31053
|
+
|
|
31054
|
+
.d6j0lbj {
|
|
31055
|
+
font-family: Inter;
|
|
31056
|
+
font-style: normal;
|
|
31057
|
+
font-weight: bold;
|
|
31058
|
+
font-size: 32px;
|
|
31059
|
+
line-height: 40px;
|
|
30625
31060
|
}
|
|
30626
31061
|
|
|
30627
31062
|
.d1xhvvxe {
|
|
@@ -30896,485 +31331,203 @@ input.rrg1fkn.ant-input {
|
|
|
30896
31331
|
font-family: Inter;
|
|
30897
31332
|
font-style: normal;
|
|
30898
31333
|
font-weight: bold;
|
|
30899
|
-
font-size: 13px;
|
|
30900
|
-
line-height: 20px;
|
|
30901
|
-
}
|
|
30902
|
-
|
|
30903
|
-
.l17o1ffr {
|
|
30904
|
-
font-family: Inter;
|
|
30905
|
-
font-style: normal;
|
|
30906
|
-
font-weight: normal;
|
|
30907
|
-
text-transform: uppercase;
|
|
30908
|
-
font-feature-settings: "cpsp" on;
|
|
30909
|
-
font-size: 13px;
|
|
30910
|
-
line-height: 20px;
|
|
30911
|
-
}
|
|
30912
|
-
|
|
30913
|
-
.lngllvn {
|
|
30914
|
-
font-family: Inter;
|
|
30915
|
-
font-style: normal;
|
|
30916
|
-
font-weight: bold;
|
|
30917
|
-
text-transform: uppercase;
|
|
30918
|
-
font-feature-settings: "cpsp" on;
|
|
30919
|
-
font-size: 13px;
|
|
30920
|
-
line-height: 20px;
|
|
30921
|
-
}
|
|
30922
|
-
|
|
30923
|
-
.l2i7fo9 {
|
|
30924
|
-
font-family: Inter;
|
|
30925
|
-
font-style: normal;
|
|
30926
|
-
font-weight: normal;
|
|
30927
|
-
font-size: 12px;
|
|
30928
|
-
line-height: 18px;
|
|
30929
|
-
}
|
|
30930
|
-
|
|
30931
|
-
.l1x7hscx {
|
|
30932
|
-
font-family: Inter;
|
|
30933
|
-
font-style: normal;
|
|
30934
|
-
font-weight: 500;
|
|
30935
|
-
font-size: 12px;
|
|
30936
|
-
line-height: 18px;
|
|
30937
|
-
}
|
|
30938
|
-
|
|
30939
|
-
.le1jwan {
|
|
30940
|
-
font-family: Inter;
|
|
30941
|
-
font-style: normal;
|
|
30942
|
-
font-weight: bold;
|
|
30943
|
-
font-size: 12px;
|
|
30944
|
-
line-height: 18px;
|
|
30945
|
-
}
|
|
30946
|
-
|
|
30947
|
-
.lyxynfj {
|
|
30948
|
-
font-family: Inter;
|
|
30949
|
-
font-style: normal;
|
|
30950
|
-
font-weight: normal;
|
|
30951
|
-
font-size: 12px;
|
|
30952
|
-
line-height: 18px;
|
|
30953
|
-
}
|
|
30954
|
-
|
|
30955
|
-
.lpb2nxv {
|
|
30956
|
-
font-family: Inter;
|
|
30957
|
-
font-style: normal;
|
|
30958
|
-
font-weight: 500;
|
|
30959
|
-
font-size: 12px;
|
|
30960
|
-
line-height: 18px;
|
|
30961
|
-
}
|
|
30962
|
-
|
|
30963
|
-
.l1r8o3vv {
|
|
30964
|
-
font-family: Inter;
|
|
30965
|
-
font-style: normal;
|
|
30966
|
-
font-weight: bold;
|
|
30967
|
-
font-size: 12px;
|
|
30968
|
-
line-height: 18px;
|
|
30969
|
-
}
|
|
30970
|
-
|
|
30971
|
-
.lemnjy2 {
|
|
30972
|
-
font-family: Inter;
|
|
30973
|
-
font-style: normal;
|
|
30974
|
-
font-weight: normal;
|
|
30975
|
-
text-transform: uppercase;
|
|
30976
|
-
font-feature-settings: "cpsp" on;
|
|
30977
|
-
font-size: 12px;
|
|
30978
|
-
line-height: 18px;
|
|
30979
|
-
}
|
|
30980
|
-
|
|
30981
|
-
.lrc42gb {
|
|
30982
|
-
font-family: Inter;
|
|
30983
|
-
font-style: normal;
|
|
30984
|
-
font-weight: bold;
|
|
30985
|
-
text-transform: uppercase;
|
|
30986
|
-
font-feature-settings: "cpsp" on;
|
|
30987
|
-
font-size: 12px;
|
|
30988
|
-
line-height: 18px;
|
|
30989
|
-
}
|
|
30990
|
-
|
|
30991
|
-
.fqaz4mb {
|
|
30992
|
-
font-family: Inter;
|
|
30993
|
-
font-style: normal;
|
|
30994
|
-
font-weight: normal;
|
|
30995
|
-
font-size: 13px;
|
|
30996
|
-
line-height: 20px;
|
|
30997
|
-
}
|
|
30998
|
-
|
|
30999
|
-
.f13we5o {
|
|
31000
|
-
font-family: Inter;
|
|
31001
|
-
font-style: normal;
|
|
31002
|
-
font-weight: normal;
|
|
31003
|
-
font-size: 13px;
|
|
31004
|
-
line-height: 20px;
|
|
31005
|
-
}
|
|
31006
|
-
|
|
31007
|
-
.ffmjua2 {
|
|
31008
|
-
font-family: Inter;
|
|
31009
|
-
font-style: normal;
|
|
31010
|
-
font-weight: normal;
|
|
31011
|
-
font-size: 12px;
|
|
31012
|
-
line-height: 18px;
|
|
31013
|
-
}
|
|
31014
|
-
|
|
31015
|
-
.fz2mxw0 {
|
|
31016
|
-
font-family: Inter;
|
|
31017
|
-
font-style: normal;
|
|
31018
|
-
font-weight: normal;
|
|
31019
|
-
font-size: 12px;
|
|
31020
|
-
line-height: 18px;
|
|
31334
|
+
font-size: 13px;
|
|
31335
|
+
line-height: 20px;
|
|
31021
31336
|
}
|
|
31022
31337
|
|
|
31023
|
-
.
|
|
31338
|
+
.l17o1ffr {
|
|
31024
31339
|
font-family: Inter;
|
|
31025
31340
|
font-style: normal;
|
|
31026
31341
|
font-weight: normal;
|
|
31027
|
-
|
|
31342
|
+
text-transform: uppercase;
|
|
31343
|
+
font-feature-settings: "cpsp" on;
|
|
31028
31344
|
font-size: 13px;
|
|
31029
31345
|
line-height: 20px;
|
|
31030
31346
|
}
|
|
31031
31347
|
|
|
31032
|
-
.
|
|
31348
|
+
.lngllvn {
|
|
31033
31349
|
font-family: Inter;
|
|
31034
31350
|
font-style: normal;
|
|
31035
|
-
font-weight:
|
|
31036
|
-
|
|
31351
|
+
font-weight: bold;
|
|
31352
|
+
text-transform: uppercase;
|
|
31353
|
+
font-feature-settings: "cpsp" on;
|
|
31037
31354
|
font-size: 13px;
|
|
31038
31355
|
line-height: 20px;
|
|
31039
31356
|
}
|
|
31040
31357
|
|
|
31041
|
-
.
|
|
31358
|
+
.l2i7fo9 {
|
|
31042
31359
|
font-family: Inter;
|
|
31043
31360
|
font-style: normal;
|
|
31044
31361
|
font-weight: normal;
|
|
31045
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31046
31362
|
font-size: 12px;
|
|
31047
31363
|
line-height: 18px;
|
|
31048
31364
|
}
|
|
31049
31365
|
|
|
31050
|
-
.
|
|
31366
|
+
.l1x7hscx {
|
|
31051
31367
|
font-family: Inter;
|
|
31052
31368
|
font-style: normal;
|
|
31053
31369
|
font-weight: 500;
|
|
31054
|
-
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31055
31370
|
font-size: 12px;
|
|
31056
31371
|
line-height: 18px;
|
|
31057
31372
|
}
|
|
31058
31373
|
|
|
31059
|
-
.
|
|
31374
|
+
.le1jwan {
|
|
31060
31375
|
font-family: Inter;
|
|
31061
31376
|
font-style: normal;
|
|
31062
|
-
font-weight:
|
|
31063
|
-
font-feature-settings: "zero" on;
|
|
31377
|
+
font-weight: bold;
|
|
31064
31378
|
font-size: 12px;
|
|
31065
31379
|
line-height: 18px;
|
|
31066
31380
|
}
|
|
31067
31381
|
|
|
31068
|
-
.
|
|
31382
|
+
.lyxynfj {
|
|
31069
31383
|
font-family: Inter;
|
|
31070
31384
|
font-style: normal;
|
|
31071
|
-
font-weight:
|
|
31072
|
-
font-feature-settings: "zero" on;
|
|
31385
|
+
font-weight: normal;
|
|
31073
31386
|
font-size: 12px;
|
|
31074
31387
|
line-height: 18px;
|
|
31075
31388
|
}
|
|
31076
31389
|
|
|
31077
|
-
.
|
|
31390
|
+
.lpb2nxv {
|
|
31078
31391
|
font-family: Inter;
|
|
31079
31392
|
font-style: normal;
|
|
31080
|
-
font-weight:
|
|
31081
|
-
font-
|
|
31082
|
-
|
|
31083
|
-
line-height: 24px;
|
|
31393
|
+
font-weight: 500;
|
|
31394
|
+
font-size: 12px;
|
|
31395
|
+
line-height: 18px;
|
|
31084
31396
|
}
|
|
31085
31397
|
|
|
31086
|
-
.
|
|
31398
|
+
.l1r8o3vv {
|
|
31087
31399
|
font-family: Inter;
|
|
31088
31400
|
font-style: normal;
|
|
31089
|
-
font-weight:
|
|
31090
|
-
font-size:
|
|
31091
|
-
line-height:
|
|
31092
|
-
}
|
|
31093
|
-
|
|
31094
|
-
.rxbeqvl.ant-radio-wrapper {
|
|
31095
|
-
display: inline-flex;
|
|
31096
|
-
align-items: baseline;
|
|
31097
|
-
white-space: pre-wrap;
|
|
31098
|
-
}
|
|
31099
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio {
|
|
31100
|
-
position: relative;
|
|
31101
|
-
top: 3px;
|
|
31102
|
-
}
|
|
31103
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio .ant-radio-inner {
|
|
31104
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31105
|
-
}
|
|
31106
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio:hover .ant-radio-inner {
|
|
31107
|
-
border-color: #0080ff;
|
|
31108
|
-
}
|
|
31109
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner {
|
|
31110
|
-
border-color: #0080ff;
|
|
31111
|
-
background: #0080ff;
|
|
31112
|
-
}
|
|
31113
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-checked .ant-radio-inner::after {
|
|
31114
|
-
top: 4px;
|
|
31115
|
-
left: 4px;
|
|
31116
|
-
width: 6px;
|
|
31117
|
-
height: 6px;
|
|
31118
|
-
background: #fff;
|
|
31119
|
-
}
|
|
31120
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled {
|
|
31121
|
-
opacity: 0.5;
|
|
31122
|
-
}
|
|
31123
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner {
|
|
31124
|
-
border-color: rgba(107, 128, 167, 0.6);
|
|
31125
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31126
|
-
}
|
|
31127
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled .ant-radio-inner::after {
|
|
31128
|
-
background: #00122e;
|
|
31129
|
-
}
|
|
31130
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span {
|
|
31131
|
-
color: #00122e;
|
|
31132
|
-
opacity: 0.5;
|
|
31133
|
-
}
|
|
31134
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio.ant-radio-disabled + span .radio-description {
|
|
31135
|
-
color: #00122e;
|
|
31136
|
-
}
|
|
31137
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span {
|
|
31138
|
-
display: inline-block;
|
|
31139
|
-
padding: 0;
|
|
31140
|
-
padding-left: 12px;
|
|
31141
|
-
}
|
|
31142
|
-
.rxbeqvl.ant-radio-wrapper .ant-radio + span .radio-description {
|
|
31143
|
-
margin-bottom: 0;
|
|
31144
|
-
white-space: pre-wrap;
|
|
31145
|
-
color: rgba(44, 56, 82, 0.6);
|
|
31146
|
-
}
|
|
31147
|
-
.rxbeqvl.ant-radio-wrapper.compact .ant-radio + span {
|
|
31148
|
-
padding-left: 8px;
|
|
31149
|
-
}
|
|
31150
|
-
|
|
31151
|
-
.r5ie79y .ant-radio-button-wrapper:first-child {
|
|
31152
|
-
border-radius: 5px 0 0 5px;
|
|
31153
|
-
}
|
|
31154
|
-
.r5ie79y .ant-radio-button-wrapper:last-child {
|
|
31155
|
-
border-radius: 0 5px 5px 0;
|
|
31156
|
-
}
|
|
31157
|
-
|
|
31158
|
-
.r1f0aqcc {
|
|
31159
|
-
color: #00122e;
|
|
31160
|
-
border-color: #ccd4e3;
|
|
31161
|
-
}
|
|
31162
|
-
.r1f0aqcc:first-child {
|
|
31163
|
-
border-color: #a3b4cc;
|
|
31164
|
-
}
|
|
31165
|
-
.r1f0aqcc.ant-radio-button-wrapper {
|
|
31166
|
-
padding: 0 12px;
|
|
31167
|
-
line-height: 32px;
|
|
31168
|
-
height: 32px;
|
|
31169
|
-
}
|
|
31170
|
-
.r1f0aqcc.ant-radio-button-wrapper > span + span {
|
|
31171
|
-
white-space: nowrap;
|
|
31172
|
-
}
|
|
31173
|
-
.ant-radio-group-small .r1f0aqcc.ant-radio-button-wrapper {
|
|
31174
|
-
height: 22px;
|
|
31175
|
-
padding: 0 7px;
|
|
31176
|
-
line-height: 20px;
|
|
31177
|
-
}
|
|
31178
|
-
.r1f0aqcc.ant-radio-button-wrapper:not(:first-child)::before {
|
|
31179
|
-
background: #ccd4e3;
|
|
31180
|
-
}
|
|
31181
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(:first-child)::before {
|
|
31182
|
-
background: #0080ff;
|
|
31183
|
-
}
|
|
31184
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:not(:first-child)::before {
|
|
31185
|
-
background: #ccd4e3;
|
|
31186
|
-
opacity: 0.5;
|
|
31187
|
-
}
|
|
31188
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not([class*=" ant-radio-button-wrapper-disabled"]).ant-radio-button-wrapper:first-child {
|
|
31189
|
-
border-right-color: #0080ff;
|
|
31190
|
-
}
|
|
31191
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):first-child {
|
|
31192
|
-
border-color: #0080ff;
|
|
31193
|
-
}
|
|
31194
|
-
.r1f0aqcc.ant-radio-button-wrapper-checked {
|
|
31195
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31196
|
-
}
|
|
31197
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled {
|
|
31198
|
-
background: rgba(211, 218, 235, 0.6);
|
|
31199
|
-
border-color: #ccd4e3;
|
|
31200
|
-
opacity: 0.5;
|
|
31201
|
-
}
|
|
31202
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled:hover {
|
|
31203
|
-
color: #00122e;
|
|
31204
|
-
border-color: #ccd4e3;
|
|
31205
|
-
}
|
|
31206
|
-
.r1f0aqcc.ant-radio-button-wrapper-disabled.ant-radio-button-wrapper-checked {
|
|
31207
|
-
color: #00122e;
|
|
31208
|
-
border-color: #ccd4e3;
|
|
31209
|
-
background: rgba(172, 186, 211, 0.6);
|
|
31210
|
-
}
|
|
31211
|
-
.r1f0aqcc .ant-radio-button-input {
|
|
31212
|
-
margin-right: 8px;
|
|
31213
|
-
display: inline;
|
|
31214
|
-
border: none;
|
|
31215
|
-
padding: 0;
|
|
31216
|
-
width: 36px;
|
|
31217
|
-
background: transparent;
|
|
31218
|
-
}
|
|
31219
|
-
.r1f0aqcc .ant-radio-button-input:focus {
|
|
31220
|
-
box-shadow: none;
|
|
31221
|
-
}
|
|
31222
|
-
.r1f0aqcc .ant-radio-button-input.ant-input-number {
|
|
31223
|
-
margin-right: 0;
|
|
31224
|
-
width: initial;
|
|
31225
|
-
box-shadow: none;
|
|
31226
|
-
}
|
|
31227
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-handler-wrap {
|
|
31228
|
-
display: none;
|
|
31229
|
-
}
|
|
31230
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap {
|
|
31231
|
-
display: inline;
|
|
31232
|
-
}
|
|
31233
|
-
.r1f0aqcc .ant-radio-button-input .ant-input-number-input-wrap input {
|
|
31234
|
-
display: inline;
|
|
31235
|
-
margin-right: 8px;
|
|
31236
|
-
padding: 0;
|
|
31237
|
-
width: 36px;
|
|
31238
|
-
}
|
|
31239
|
-
|
|
31240
|
-
.c1up1pdz {
|
|
31241
|
-
width: 648px;
|
|
31242
|
-
}
|
|
31243
|
-
.c1up1pdz.active {
|
|
31244
|
-
border-color: #0080ff;
|
|
31245
|
-
}
|
|
31246
|
-
.c1up1pdz.active > header {
|
|
31247
|
-
background: rgba(0, 128, 255, 0.1);
|
|
31248
|
-
}
|
|
31249
|
-
.c1up1pdz .expand {
|
|
31250
|
-
padding: 12px;
|
|
31251
|
-
}
|
|
31252
|
-
.c1up1pdz .field-item {
|
|
31253
|
-
display: flex;
|
|
31254
|
-
padding: 10px 0;
|
|
31255
|
-
border-bottom: 1px solid rgba(213, 219, 227, 0.6);
|
|
31256
|
-
}
|
|
31257
|
-
.c1up1pdz .field-item:last-child {
|
|
31258
|
-
border-bottom: none;
|
|
31259
|
-
padding-bottom: 0;
|
|
31260
|
-
}
|
|
31261
|
-
.c1up1pdz .field-item label {
|
|
31262
|
-
line-height: 32px;
|
|
31263
|
-
width: 100px;
|
|
31264
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31265
|
-
}
|
|
31266
|
-
.c1up1pdz .help {
|
|
31267
|
-
color: rgba(62, 70, 82, 0.6);
|
|
31268
|
-
margin-top: 5px;
|
|
31269
|
-
}
|
|
31270
|
-
.c1up1pdz .ant-input-affix-wrapper,
|
|
31271
|
-
.c1up1pdz .ant-picker {
|
|
31272
|
-
width: 128px;
|
|
31273
|
-
}
|
|
31274
|
-
|
|
31275
|
-
.c156wh19 {
|
|
31276
|
-
display: flex;
|
|
31277
|
-
align-items: center;
|
|
31278
|
-
justify-content: space-between;
|
|
31279
|
-
word-break: keep-all;
|
|
31280
|
-
}
|
|
31281
|
-
.c156wh19 .title {
|
|
31282
|
-
margin: 0 16px 0 8px;
|
|
31283
|
-
}
|
|
31284
|
-
.c156wh19 .retain {
|
|
31285
|
-
color: rgba(129, 138, 153, 0.6);
|
|
31286
|
-
}
|
|
31287
|
-
.c156wh19 .left {
|
|
31288
|
-
flex: 1;
|
|
31289
|
-
display: flex;
|
|
31290
|
-
overflow: hidden;
|
|
31291
|
-
align-items: center;
|
|
31292
|
-
justify-content: flex-start;
|
|
31293
|
-
white-space: nowrap;
|
|
31294
|
-
}
|
|
31295
|
-
.c156wh19 .left .title {
|
|
31296
|
-
max-width: 100%;
|
|
31297
|
-
overflow: hidden;
|
|
31298
|
-
text-overflow: ellipsis;
|
|
31299
|
-
}
|
|
31300
|
-
.c156wh19 .right {
|
|
31301
|
-
display: flex;
|
|
31302
|
-
align-items: center;
|
|
31401
|
+
font-weight: bold;
|
|
31402
|
+
font-size: 12px;
|
|
31403
|
+
line-height: 18px;
|
|
31303
31404
|
}
|
|
31304
|
-
|
|
31305
|
-
|
|
31306
|
-
|
|
31307
|
-
|
|
31405
|
+
|
|
31406
|
+
.lemnjy2 {
|
|
31407
|
+
font-family: Inter;
|
|
31408
|
+
font-style: normal;
|
|
31409
|
+
font-weight: normal;
|
|
31410
|
+
text-transform: uppercase;
|
|
31411
|
+
font-feature-settings: "cpsp" on;
|
|
31412
|
+
font-size: 12px;
|
|
31413
|
+
line-height: 18px;
|
|
31308
31414
|
}
|
|
31309
|
-
|
|
31310
|
-
|
|
31415
|
+
|
|
31416
|
+
.lrc42gb {
|
|
31417
|
+
font-family: Inter;
|
|
31418
|
+
font-style: normal;
|
|
31419
|
+
font-weight: bold;
|
|
31420
|
+
text-transform: uppercase;
|
|
31421
|
+
font-feature-settings: "cpsp" on;
|
|
31422
|
+
font-size: 12px;
|
|
31423
|
+
line-height: 18px;
|
|
31311
31424
|
}
|
|
31312
|
-
|
|
31313
|
-
|
|
31314
|
-
|
|
31315
|
-
|
|
31316
|
-
|
|
31425
|
+
|
|
31426
|
+
.fqaz4mb {
|
|
31427
|
+
font-family: Inter;
|
|
31428
|
+
font-style: normal;
|
|
31429
|
+
font-weight: normal;
|
|
31430
|
+
font-size: 13px;
|
|
31431
|
+
line-height: 20px;
|
|
31317
31432
|
}
|
|
31318
31433
|
|
|
31319
|
-
.
|
|
31320
|
-
|
|
31321
|
-
|
|
31434
|
+
.f13we5o {
|
|
31435
|
+
font-family: Inter;
|
|
31436
|
+
font-style: normal;
|
|
31437
|
+
font-weight: normal;
|
|
31438
|
+
font-size: 13px;
|
|
31439
|
+
line-height: 20px;
|
|
31322
31440
|
}
|
|
31323
|
-
|
|
31324
|
-
|
|
31325
|
-
|
|
31326
|
-
|
|
31441
|
+
|
|
31442
|
+
.ffmjua2 {
|
|
31443
|
+
font-family: Inter;
|
|
31444
|
+
font-style: normal;
|
|
31445
|
+
font-weight: normal;
|
|
31446
|
+
font-size: 12px;
|
|
31447
|
+
line-height: 18px;
|
|
31327
31448
|
}
|
|
31328
|
-
|
|
31329
|
-
|
|
31330
|
-
|
|
31449
|
+
|
|
31450
|
+
.fz2mxw0 {
|
|
31451
|
+
font-family: Inter;
|
|
31452
|
+
font-style: normal;
|
|
31453
|
+
font-weight: normal;
|
|
31454
|
+
font-size: 12px;
|
|
31455
|
+
line-height: 18px;
|
|
31331
31456
|
}
|
|
31332
31457
|
|
|
31333
|
-
.
|
|
31334
|
-
|
|
31335
|
-
|
|
31458
|
+
.t1ertzoh {
|
|
31459
|
+
font-family: Inter;
|
|
31460
|
+
font-style: normal;
|
|
31461
|
+
font-weight: normal;
|
|
31462
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31463
|
+
font-size: 13px;
|
|
31464
|
+
line-height: 20px;
|
|
31336
31465
|
}
|
|
31337
|
-
|
|
31338
|
-
.
|
|
31339
|
-
|
|
31340
|
-
|
|
31341
|
-
|
|
31466
|
+
|
|
31467
|
+
.t19bge8r {
|
|
31468
|
+
font-family: Inter;
|
|
31469
|
+
font-style: normal;
|
|
31470
|
+
font-weight: normal;
|
|
31471
|
+
font-feature-settings: "zero" on;
|
|
31472
|
+
font-size: 13px;
|
|
31473
|
+
line-height: 20px;
|
|
31342
31474
|
}
|
|
31343
|
-
|
|
31344
|
-
|
|
31345
|
-
|
|
31346
|
-
|
|
31475
|
+
|
|
31476
|
+
.tjrzfyl {
|
|
31477
|
+
font-family: Inter;
|
|
31478
|
+
font-style: normal;
|
|
31479
|
+
font-weight: normal;
|
|
31480
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31481
|
+
font-size: 12px;
|
|
31482
|
+
line-height: 18px;
|
|
31347
31483
|
}
|
|
31348
|
-
|
|
31349
|
-
.
|
|
31350
|
-
|
|
31351
|
-
|
|
31352
|
-
|
|
31353
|
-
|
|
31484
|
+
|
|
31485
|
+
.tm6s7bo {
|
|
31486
|
+
font-family: Inter;
|
|
31487
|
+
font-style: normal;
|
|
31488
|
+
font-weight: 500;
|
|
31489
|
+
font-feature-settings: "tnum" on, "lnum" on, "case" on;
|
|
31490
|
+
font-size: 12px;
|
|
31491
|
+
line-height: 18px;
|
|
31354
31492
|
}
|
|
31355
|
-
|
|
31356
|
-
.
|
|
31357
|
-
|
|
31358
|
-
|
|
31493
|
+
|
|
31494
|
+
.t19zq6ic {
|
|
31495
|
+
font-family: Inter;
|
|
31496
|
+
font-style: normal;
|
|
31497
|
+
font-weight: normal;
|
|
31498
|
+
font-feature-settings: "zero" on;
|
|
31499
|
+
font-size: 12px;
|
|
31500
|
+
line-height: 18px;
|
|
31359
31501
|
}
|
|
31360
|
-
|
|
31361
|
-
|
|
31362
|
-
|
|
31363
|
-
|
|
31502
|
+
|
|
31503
|
+
.t1gduru8 {
|
|
31504
|
+
font-family: Inter;
|
|
31505
|
+
font-style: normal;
|
|
31506
|
+
font-weight: 500;
|
|
31507
|
+
font-feature-settings: "zero" on;
|
|
31508
|
+
font-size: 12px;
|
|
31509
|
+
line-height: 18px;
|
|
31364
31510
|
}
|
|
31365
|
-
|
|
31366
|
-
|
|
31367
|
-
|
|
31511
|
+
|
|
31512
|
+
.t55raab {
|
|
31513
|
+
font-family: Inter;
|
|
31514
|
+
font-style: normal;
|
|
31515
|
+
font-weight: bold;
|
|
31516
|
+
font-feature-settings: "zero" on;
|
|
31517
|
+
font-size: 16px;
|
|
31518
|
+
line-height: 24px;
|
|
31368
31519
|
}
|
|
31369
|
-
|
|
31370
|
-
|
|
31371
|
-
|
|
31372
|
-
|
|
31520
|
+
|
|
31521
|
+
.u1w9abfe {
|
|
31522
|
+
font-family: Inter;
|
|
31523
|
+
font-style: normal;
|
|
31524
|
+
font-weight: normal;
|
|
31525
|
+
font-size: 10px;
|
|
31526
|
+
line-height: 12px;
|
|
31373
31527
|
}
|
|
31374
|
-
|
|
31375
|
-
|
|
31376
|
-
|
|
31377
|
-
color: #fff;
|
|
31528
|
+
|
|
31529
|
+
.i1e4sgug {
|
|
31530
|
+
display: inline-block;
|
|
31378
31531
|
}
|
|
31379
31532
|
|
|
31380
31533
|
.t1upn1sz {
|
|
@@ -31716,114 +31869,29 @@ input.rrg1fkn.ant-input {
|
|
|
31716
31869
|
.tta5kd2 .ant-table .ant-table-placeholder .ant-table-expanded-row-fixed {
|
|
31717
31870
|
font-weight: bold;
|
|
31718
31871
|
font-size: 20px;
|
|
31719
|
-
color: rgba(10, 37, 85, 0.6);
|
|
31720
|
-
}
|
|
31721
|
-
.tta5kd2 .ant-table td.cell__action_ {
|
|
31722
|
-
padding: 0 !important;
|
|
31723
|
-
position: relative;
|
|
31724
|
-
background: #fff;
|
|
31725
|
-
}
|
|
31726
|
-
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31727
|
-
height: 100%;
|
|
31728
|
-
display: flex;
|
|
31729
|
-
align-items: center;
|
|
31730
|
-
justify-content: flex-end;
|
|
31731
|
-
padding-right: 8px;
|
|
31732
|
-
}
|
|
31733
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31734
|
-
width: 24px;
|
|
31735
|
-
height: 24px;
|
|
31736
|
-
cursor: pointer;
|
|
31737
|
-
justify-content: center;
|
|
31738
|
-
border-radius: 4px;
|
|
31739
|
-
}
|
|
31740
|
-
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31741
|
-
background: #fff;
|
|
31742
|
-
}
|
|
31743
|
-
|
|
31744
|
-
.i1e4sgug {
|
|
31745
|
-
display: inline-block;
|
|
31746
|
-
}
|
|
31747
|
-
|
|
31748
|
-
.s1fc623g {
|
|
31749
|
-
width: 430px !important;
|
|
31750
|
-
}
|
|
31751
|
-
|
|
31752
|
-
.da3mx0o .ant-select-item-group {
|
|
31753
|
-
padding: 8px 16px;
|
|
31754
|
-
line-height: 18px;
|
|
31755
|
-
border-top: 1px solid rgba(211, 218, 235, 0.6);
|
|
31756
|
-
height: 34px;
|
|
31757
|
-
min-height: 34px;
|
|
31758
|
-
box-sizing: border-box;
|
|
31759
|
-
margin-top: 8px;
|
|
31760
|
-
}
|
|
31761
|
-
|
|
31762
|
-
.onr9gzt {
|
|
31763
|
-
display: flex;
|
|
31764
|
-
flex-direction: column;
|
|
31765
|
-
margin: 1px 8px;
|
|
31766
|
-
padding: 8px;
|
|
31767
|
-
border-radius: 4px;
|
|
31768
|
-
}
|
|
31769
|
-
.onr9gzt .selected-icon {
|
|
31770
|
-
display: none;
|
|
31771
|
-
}
|
|
31772
|
-
.onr9gzt.ant-select-item-option-grouped {
|
|
31773
|
-
padding-left: 8px;
|
|
31774
|
-
}
|
|
31775
|
-
.onr9gzt.ant-select-item-option-selected {
|
|
31776
|
-
background-color: white;
|
|
31777
|
-
}
|
|
31778
|
-
.onr9gzt.ant-select-item-option-selected .timezone-title {
|
|
31779
|
-
color: #0080ff;
|
|
31780
|
-
}
|
|
31781
|
-
.onr9gzt.ant-select-item-option-selected .selected-icon {
|
|
31782
|
-
display: block;
|
|
31783
|
-
}
|
|
31784
|
-
.onr9gzt.ant-select-item-option-active {
|
|
31785
|
-
background: rgba(0, 136, 255, 0.16);
|
|
31786
|
-
}
|
|
31787
|
-
.onr9gzt.ant-select-item-option-active .timezone-title {
|
|
31788
|
-
color: #0080ff;
|
|
31789
|
-
}
|
|
31790
|
-
.onr9gzt.ant-select-item-option-active .timezone-tag {
|
|
31791
|
-
background: rgba(0, 136, 255, 0.1);
|
|
31792
|
-
color: #0080ff;
|
|
31793
|
-
}
|
|
31794
|
-
|
|
31795
|
-
.oiy0apc {
|
|
31796
|
-
display: flex;
|
|
31797
|
-
justify-content: space-between;
|
|
31798
|
-
height: 20px;
|
|
31799
|
-
line-height: 20px;
|
|
31800
|
-
}
|
|
31801
|
-
.oiy0apc .timezone-title {
|
|
31802
|
-
color: #2d3a56;
|
|
31803
|
-
overflow: hidden;
|
|
31804
|
-
text-overflow: ellipsis;
|
|
31872
|
+
color: rgba(10, 37, 85, 0.6);
|
|
31805
31873
|
}
|
|
31806
|
-
|
|
31807
|
-
|
|
31874
|
+
.tta5kd2 .ant-table td.cell__action_ {
|
|
31875
|
+
padding: 0 !important;
|
|
31876
|
+
position: relative;
|
|
31877
|
+
background: #fff;
|
|
31878
|
+
}
|
|
31879
|
+
.tta5kd2 .ant-table td.cell__action_ > * {
|
|
31880
|
+
height: 100%;
|
|
31808
31881
|
display: flex;
|
|
31809
|
-
|
|
31810
|
-
|
|
31811
|
-
|
|
31812
|
-
line-height: 18px;
|
|
31813
|
-
margin-top: 2px;
|
|
31882
|
+
align-items: center;
|
|
31883
|
+
justify-content: flex-end;
|
|
31884
|
+
padding-right: 8px;
|
|
31814
31885
|
}
|
|
31815
|
-
|
|
31816
|
-
|
|
31817
|
-
|
|
31818
|
-
|
|
31819
|
-
|
|
31886
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button {
|
|
31887
|
+
width: 24px;
|
|
31888
|
+
height: 24px;
|
|
31889
|
+
cursor: pointer;
|
|
31890
|
+
justify-content: center;
|
|
31891
|
+
border-radius: 4px;
|
|
31820
31892
|
}
|
|
31821
|
-
|
|
31822
|
-
|
|
31823
|
-
pointer-events: none;
|
|
31824
|
-
height: 32px;
|
|
31825
|
-
width: 100%;
|
|
31826
|
-
opacity: 0;
|
|
31893
|
+
.tta5kd2 .ant-table td.cell__action_ .menu-button:hover {
|
|
31894
|
+
background: #fff;
|
|
31827
31895
|
}
|
|
31828
31896
|
|
|
31829
31897
|
.c18gxmrl {
|
|
@@ -31862,6 +31930,53 @@ input.rrg1fkn.ant-input {
|
|
|
31862
31930
|
color: #005ed1;
|
|
31863
31931
|
}
|
|
31864
31932
|
|
|
31933
|
+
.c18bcrac {
|
|
31934
|
+
display: inline-block;
|
|
31935
|
+
width: 100%;
|
|
31936
|
+
}
|
|
31937
|
+
.c18bcrac .recharts-wrapper {
|
|
31938
|
+
margin-left: 4px;
|
|
31939
|
+
}
|
|
31940
|
+
|
|
31941
|
+
.cro7kg2 {
|
|
31942
|
+
padding: 4px;
|
|
31943
|
+
}
|
|
31944
|
+
|
|
31945
|
+
.c14wcxf0 {
|
|
31946
|
+
display: flex;
|
|
31947
|
+
justify-content: space-between;
|
|
31948
|
+
align-items: center;
|
|
31949
|
+
font-size: 13px;
|
|
31950
|
+
line-height: 24px;
|
|
31951
|
+
color: #cccccc;
|
|
31952
|
+
white-space: nowrap;
|
|
31953
|
+
}
|
|
31954
|
+
.c14wcxf0 label {
|
|
31955
|
+
margin-right: 32px;
|
|
31956
|
+
}
|
|
31957
|
+
|
|
31958
|
+
.coy29mj.c14wcxf0 {
|
|
31959
|
+
font-weight: bold;
|
|
31960
|
+
color: white;
|
|
31961
|
+
}
|
|
31962
|
+
|
|
31963
|
+
.s11212zy {
|
|
31964
|
+
width: 8px;
|
|
31965
|
+
height: 8px;
|
|
31966
|
+
border-radius: 2px;
|
|
31967
|
+
display: inline-block;
|
|
31968
|
+
background: var(--s11212zy-0);
|
|
31969
|
+
border: 1px solid #fff;
|
|
31970
|
+
box-sizing: content-box;
|
|
31971
|
+
margin-right: 6px;
|
|
31972
|
+
}
|
|
31973
|
+
|
|
31974
|
+
.p1lyky6c > :first-child {
|
|
31975
|
+
font-weight: bold;
|
|
31976
|
+
color: white;
|
|
31977
|
+
margin-right: 4px;
|
|
31978
|
+
}
|
|
31979
|
+
|
|
31865
31980
|
.c1uzzomf {
|
|
31866
31981
|
margin-bottom: 16px;
|
|
31867
31982
|
}
|
|
@@ -31924,51 +32039,82 @@ input.rrg1fkn.ant-input {
|
|
|
31924
32039
|
transform: rotate(0deg);
|
|
31925
32040
|
}
|
|
31926
32041
|
|
|
31927
|
-
.
|
|
31928
|
-
|
|
31929
|
-
|
|
31930
|
-
|
|
31931
|
-
.c18bcrac .recharts-wrapper {
|
|
31932
|
-
margin-left: 4px;
|
|
31933
|
-
}
|
|
31934
|
-
|
|
31935
|
-
.cro7kg2 {
|
|
31936
|
-
padding: 4px;
|
|
32042
|
+
.c198s9j3 {
|
|
32043
|
+
color: #2d3a56;
|
|
32044
|
+
line-height: 22px;
|
|
32045
|
+
display: inline-flex;
|
|
31937
32046
|
}
|
|
31938
|
-
|
|
31939
|
-
|
|
32047
|
+
.c198s9j3 .ant-checkbox {
|
|
32048
|
+
height: 22px;
|
|
31940
32049
|
display: flex;
|
|
31941
|
-
justify-content: space-between;
|
|
31942
32050
|
align-items: center;
|
|
31943
|
-
|
|
31944
|
-
line-height: 24px;
|
|
31945
|
-
color: #cccccc;
|
|
31946
|
-
white-space: nowrap;
|
|
32051
|
+
top: 0;
|
|
31947
32052
|
}
|
|
31948
|
-
.
|
|
31949
|
-
|
|
32053
|
+
.c198s9j3 .ant-checkbox-checked::after {
|
|
32054
|
+
border: none;
|
|
31950
32055
|
}
|
|
31951
|
-
|
|
31952
|
-
.
|
|
31953
|
-
|
|
31954
|
-
color: white;
|
|
32056
|
+
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32057
|
+
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32058
|
+
border-color: #0080ff;
|
|
31955
32059
|
}
|
|
31956
|
-
|
|
31957
|
-
.
|
|
31958
|
-
|
|
31959
|
-
|
|
32060
|
+
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32061
|
+
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32062
|
+
}
|
|
32063
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32064
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32065
|
+
border: 1px solid #0080ff;
|
|
32066
|
+
}
|
|
32067
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32068
|
+
background: #0080ff;
|
|
32069
|
+
}
|
|
32070
|
+
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32071
|
+
background-color: #fff;
|
|
32072
|
+
height: 2px;
|
|
32073
|
+
width: 10px;
|
|
31960
32074
|
border-radius: 2px;
|
|
32075
|
+
}
|
|
32076
|
+
.c198s9j3.ant-checkbox-wrapper-disabled {
|
|
32077
|
+
opacity: 0.5;
|
|
32078
|
+
}
|
|
32079
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled .ant-checkbox-inner {
|
|
32080
|
+
background: rgba(211, 218, 235, 0.6);
|
|
32081
|
+
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32082
|
+
}
|
|
32083
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-checked .ant-checkbox-inner:after {
|
|
32084
|
+
border-color: #2d3a56;
|
|
32085
|
+
}
|
|
32086
|
+
.c198s9j3.ant-checkbox-wrapper-disabled .ant-checkbox-disabled.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32087
|
+
background: #2d3a56;
|
|
32088
|
+
}
|
|
32089
|
+
.c198s9j3 .ant-checkbox + span,
|
|
32090
|
+
.c198s9j3 .ant-checkbox-disabled + span {
|
|
32091
|
+
padding: 0;
|
|
32092
|
+
}
|
|
32093
|
+
.c198s9j3 .ant-checkbox + span .main,
|
|
32094
|
+
.c198s9j3 .ant-checkbox-disabled + span .main {
|
|
31961
32095
|
display: inline-block;
|
|
31962
|
-
|
|
31963
|
-
|
|
31964
|
-
|
|
31965
|
-
|
|
32096
|
+
margin-left: 12px;
|
|
32097
|
+
color: #2d3a56;
|
|
32098
|
+
}
|
|
32099
|
+
.c198s9j3 .ant-checkbox + span .sub,
|
|
32100
|
+
.c198s9j3 .ant-checkbox-disabled + span .sub {
|
|
32101
|
+
margin-left: 28px;
|
|
32102
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32103
|
+
}
|
|
32104
|
+
.c198s9j3.compact .ant-checkbox + span .main,
|
|
32105
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .main {
|
|
32106
|
+
margin-left: 8px;
|
|
32107
|
+
}
|
|
32108
|
+
.c198s9j3.compact .ant-checkbox + span .sub,
|
|
32109
|
+
.c198s9j3.compact .ant-checkbox-disabled + span .sub {
|
|
32110
|
+
margin-left: 24px;
|
|
31966
32111
|
}
|
|
31967
32112
|
|
|
31968
|
-
.
|
|
31969
|
-
|
|
31970
|
-
|
|
31971
|
-
|
|
32113
|
+
.tje3huy {
|
|
32114
|
+
width: 100%;
|
|
32115
|
+
overflow: inherit;
|
|
32116
|
+
white-space: inherit;
|
|
32117
|
+
text-overflow: ellipsis;
|
|
31972
32118
|
}
|
|
31973
32119
|
|
|
31974
32120
|
.n12mqh7z {
|
|
@@ -31990,21 +32136,6 @@ input.rrg1fkn.ant-input {
|
|
|
31990
32136
|
overflow: "auto";
|
|
31991
32137
|
}
|
|
31992
32138
|
|
|
31993
|
-
.s1iv0tp1 .enabled-switch {
|
|
31994
|
-
display: flex;
|
|
31995
|
-
align-items: center;
|
|
31996
|
-
}
|
|
31997
|
-
.s1iv0tp1 .enabled-text {
|
|
31998
|
-
margin-right: 8px;
|
|
31999
|
-
}
|
|
32000
|
-
|
|
32001
|
-
.tje3huy {
|
|
32002
|
-
width: 100%;
|
|
32003
|
-
overflow: inherit;
|
|
32004
|
-
white-space: inherit;
|
|
32005
|
-
text-overflow: ellipsis;
|
|
32006
|
-
}
|
|
32007
|
-
|
|
32008
32139
|
.wg1tsps {
|
|
32009
32140
|
display: flex;
|
|
32010
32141
|
align-items: center;
|
|
@@ -32018,98 +32149,45 @@ input.rrg1fkn.ant-input {
|
|
|
32018
32149
|
}
|
|
32019
32150
|
.b1ctd5xy .chart {
|
|
32020
32151
|
display: inline-block;
|
|
32021
|
-
width: 100%;
|
|
32022
|
-
}
|
|
32023
|
-
|
|
32024
|
-
.u1p8acpn {
|
|
32025
|
-
width: 40px;
|
|
32026
|
-
}
|
|
32027
|
-
.u1p8acpn .unit {
|
|
32028
|
-
color: #00122e !important;
|
|
32029
|
-
}
|
|
32030
|
-
|
|
32031
|
-
.m15dvk92 {
|
|
32032
|
-
display: flex;
|
|
32033
|
-
justify-content: space-between;
|
|
32034
|
-
width: 100%;
|
|
32035
|
-
}
|
|
32036
|
-
.m15dvk92 .action {
|
|
32037
|
-
margin-left: 16px;
|
|
32038
|
-
}
|
|
32039
|
-
|
|
32040
|
-
.aql8iqz .ant-alert-message {
|
|
32041
|
-
width: 100%;
|
|
32042
|
-
}
|
|
32043
|
-
|
|
32044
|
-
.c198s9j3 {
|
|
32045
|
-
color: #2d3a56;
|
|
32046
|
-
line-height: 22px;
|
|
32047
|
-
display: inline-flex;
|
|
32048
|
-
}
|
|
32049
|
-
.c198s9j3 .ant-checkbox {
|
|
32050
|
-
height: 22px;
|
|
32051
|
-
display: flex;
|
|
32052
|
-
align-items: center;
|
|
32053
|
-
top: 0;
|
|
32054
|
-
}
|
|
32055
|
-
.c198s9j3 .ant-checkbox-checked::after {
|
|
32056
|
-
border: none;
|
|
32057
|
-
}
|
|
32058
|
-
.c198s9j3.ant-checkbox-wrapper:hover .ant-checkbox-inner, .c198s9j3.ant-checkbox-wrapper.__pseudo-states-hover .ant-checkbox-inner,
|
|
32059
|
-
.c198s9j3 .ant-checkbox:hover .ant-checkbox-inner {
|
|
32060
|
-
border-color: #0080ff;
|
|
32061
|
-
}
|
|
32062
|
-
.c198s9j3 .ant-checkbox .ant-checkbox-inner {
|
|
32063
|
-
border: 1px solid rgba(107, 128, 167, 0.6);
|
|
32064
|
-
}
|
|
32065
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-checked .ant-checkbox-inner,
|
|
32066
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32067
|
-
border: 1px solid #0080ff;
|
|
32068
|
-
}
|
|
32069
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner {
|
|
32070
|
-
background: #0080ff;
|
|
32071
|
-
}
|
|
32072
|
-
.c198s9j3 .ant-checkbox.ant-checkbox-indeterminate .ant-checkbox-inner:after {
|
|
32073
|
-
background-color: #fff;
|
|
32074
|
-
height: 2px;
|
|
32075
|
-
width: 10px;
|
|
32076
|
-
border-radius: 2px;
|
|
32152
|
+
width: 100%;
|
|
32077
32153
|
}
|
|
32078
|
-
|
|
32079
|
-
|
|
32154
|
+
|
|
32155
|
+
.u1p8acpn {
|
|
32156
|
+
width: 40px;
|
|
32080
32157
|
}
|
|
32081
|
-
.
|
|
32082
|
-
|
|
32083
|
-
border-color: rgba(107, 128, 167, 0.6) !important;
|
|
32158
|
+
.u1p8acpn .unit {
|
|
32159
|
+
color: #00122e !important;
|
|
32084
32160
|
}
|
|
32085
|
-
|
|
32086
|
-
|
|
32161
|
+
|
|
32162
|
+
.m15dvk92 {
|
|
32163
|
+
display: flex;
|
|
32164
|
+
justify-content: space-between;
|
|
32165
|
+
width: 100%;
|
|
32087
32166
|
}
|
|
32088
|
-
.
|
|
32089
|
-
|
|
32167
|
+
.m15dvk92 .action {
|
|
32168
|
+
margin-left: 16px;
|
|
32090
32169
|
}
|
|
32091
|
-
|
|
32092
|
-
.
|
|
32093
|
-
|
|
32170
|
+
|
|
32171
|
+
.aql8iqz .ant-alert-message {
|
|
32172
|
+
width: 100%;
|
|
32094
32173
|
}
|
|
32095
|
-
|
|
32096
|
-
.
|
|
32097
|
-
|
|
32098
|
-
margin-left: 12px;
|
|
32099
|
-
color: #2d3a56;
|
|
32174
|
+
|
|
32175
|
+
.gmyahx3 {
|
|
32176
|
+
cursor: pointer;
|
|
32100
32177
|
}
|
|
32101
|
-
.
|
|
32102
|
-
|
|
32103
|
-
margin-left: 28px;
|
|
32104
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32178
|
+
.gmyahx3 .link-text {
|
|
32179
|
+
color: rgba(0, 21, 64, 0.3);
|
|
32105
32180
|
}
|
|
32106
|
-
.
|
|
32107
|
-
|
|
32108
|
-
margin-left: 8px;
|
|
32181
|
+
.gmyahx3:hover .link-text {
|
|
32182
|
+
color: #0080ff;
|
|
32109
32183
|
}
|
|
32110
|
-
|
|
32111
|
-
.
|
|
32112
|
-
|
|
32184
|
+
|
|
32185
|
+
.s1iv0tp1 .enabled-switch {
|
|
32186
|
+
display: flex;
|
|
32187
|
+
align-items: center;
|
|
32188
|
+
}
|
|
32189
|
+
.s1iv0tp1 .enabled-text {
|
|
32190
|
+
margin-right: 8px;
|
|
32113
32191
|
}
|
|
32114
32192
|
|
|
32115
32193
|
.c10crapj {
|
|
@@ -32211,96 +32289,111 @@ input.rrg1fkn.ant-input {
|
|
|
32211
32289
|
transform: rotate(180deg);
|
|
32212
32290
|
}
|
|
32213
32291
|
|
|
32214
|
-
.
|
|
32215
|
-
|
|
32216
|
-
|
|
32217
|
-
|
|
32218
|
-
}
|
|
32219
|
-
|
|
32220
|
-
.c1riexje {
|
|
32221
|
-
color: rgba(44, 56, 82, 0.6);
|
|
32222
|
-
}
|
|
32223
|
-
|
|
32224
|
-
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32225
|
-
display: flex;
|
|
32226
|
-
}
|
|
32227
|
-
|
|
32228
|
-
.s14dk8r1 {
|
|
32229
|
-
margin: 0;
|
|
32230
|
-
border-radius: 20px;
|
|
32231
|
-
padding: 2px 10px;
|
|
32232
|
-
height: 22px;
|
|
32292
|
+
.clm1wy1 {
|
|
32293
|
+
width: 192px;
|
|
32294
|
+
height: 246px;
|
|
32295
|
+
border-radius: 4px;
|
|
32233
32296
|
}
|
|
32234
|
-
.
|
|
32235
|
-
|
|
32297
|
+
.clm1wy1 > .ant-picker-calendar,
|
|
32298
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel {
|
|
32299
|
+
width: 100%;
|
|
32300
|
+
background-color: rgba(245, 247, 250, 0.6);
|
|
32301
|
+
border-top: none;
|
|
32236
32302
|
}
|
|
32237
|
-
.
|
|
32238
|
-
|
|
32303
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-body,
|
|
32304
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-body {
|
|
32305
|
+
padding: 0 16px;
|
|
32239
32306
|
}
|
|
32240
|
-
.
|
|
32241
|
-
|
|
32307
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content,
|
|
32308
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content {
|
|
32309
|
+
width: 100%;
|
|
32310
|
+
height: 180px;
|
|
32311
|
+
border-spacing: 0;
|
|
32242
32312
|
}
|
|
32243
|
-
.
|
|
32244
|
-
|
|
32313
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content thead,
|
|
32314
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content thead {
|
|
32315
|
+
margin-bottom: 8px;
|
|
32245
32316
|
}
|
|
32246
|
-
.
|
|
32247
|
-
|
|
32317
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content th,
|
|
32318
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content th {
|
|
32319
|
+
width: 22px;
|
|
32248
32320
|
}
|
|
32249
|
-
.
|
|
32250
|
-
|
|
32321
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-content td,
|
|
32322
|
+
.clm1wy1 > .ant-picker-calendar .ant-picker-panel .ant-picker-content td {
|
|
32323
|
+
padding: 0;
|
|
32251
32324
|
}
|
|
32252
|
-
.
|
|
32253
|
-
|
|
32325
|
+
.clm1wy1 .ant-picker-cell {
|
|
32326
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32327
|
+
opacity: 0.4;
|
|
32254
32328
|
}
|
|
32255
|
-
.
|
|
32256
|
-
|
|
32329
|
+
.clm1wy1 .ant-picker-cell-in-view {
|
|
32330
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32331
|
+
opacity: 1;
|
|
32257
32332
|
}
|
|
32258
|
-
.
|
|
32259
|
-
|
|
32333
|
+
.clm1wy1 .ant-picker-cell-in-view > .active {
|
|
32334
|
+
color: #3e4652;
|
|
32260
32335
|
}
|
|
32261
|
-
.
|
|
32262
|
-
|
|
32336
|
+
.clm1wy1 .ant-picker-cell::before {
|
|
32337
|
+
pointer-events: none;
|
|
32263
32338
|
}
|
|
32264
|
-
|
|
32265
|
-
|
|
32339
|
+
|
|
32340
|
+
.t1tsm00v {
|
|
32341
|
+
color: rgba(129, 138, 153, 0.6);
|
|
32342
|
+
box-shadow: inset 0px -1px 0px rgba(213, 219, 227, 0.6);
|
|
32343
|
+
backdrop-filter: blur(10px);
|
|
32344
|
+
padding: 7px 10px;
|
|
32266
32345
|
}
|
|
32267
|
-
|
|
32268
|
-
|
|
32346
|
+
|
|
32347
|
+
.c167wnad {
|
|
32348
|
+
color: rgba(62, 70, 82, 0.6);
|
|
32349
|
+
display: flex;
|
|
32350
|
+
justify-content: space-between;
|
|
32351
|
+
align-items: center;
|
|
32352
|
+
padding: 8px 16px;
|
|
32269
32353
|
}
|
|
32270
|
-
.
|
|
32271
|
-
|
|
32354
|
+
.c167wnad .anticon {
|
|
32355
|
+
cursor: pointer;
|
|
32272
32356
|
}
|
|
32273
|
-
.
|
|
32274
|
-
|
|
32357
|
+
.c167wnad .anticon:hover {
|
|
32358
|
+
color: #0096ff;
|
|
32275
32359
|
}
|
|
32276
|
-
|
|
32277
|
-
|
|
32360
|
+
|
|
32361
|
+
.cxhf7dh {
|
|
32362
|
+
text-align: center;
|
|
32278
32363
|
}
|
|
32279
|
-
.
|
|
32280
|
-
|
|
32364
|
+
.cxhf7dh .dots {
|
|
32365
|
+
display: flex;
|
|
32366
|
+
justify-content: center;
|
|
32281
32367
|
}
|
|
32282
|
-
.
|
|
32283
|
-
|
|
32368
|
+
.cxhf7dh .dot {
|
|
32369
|
+
display: inline-block;
|
|
32370
|
+
width: 2px;
|
|
32371
|
+
height: 2px;
|
|
32372
|
+
border-radius: 1px;
|
|
32373
|
+
background: #0096ff;
|
|
32284
32374
|
}
|
|
32285
|
-
.
|
|
32286
|
-
|
|
32375
|
+
.cxhf7dh .dot:not(:last-child) {
|
|
32376
|
+
margin-right: 2px;
|
|
32287
32377
|
}
|
|
32288
|
-
.
|
|
32289
|
-
|
|
32378
|
+
.cxhf7dh .bar {
|
|
32379
|
+
width: 9px;
|
|
32380
|
+
height: 2px;
|
|
32381
|
+
background: #0096ff;
|
|
32382
|
+
border-radius: 2px;
|
|
32290
32383
|
}
|
|
32291
|
-
|
|
32292
|
-
|
|
32384
|
+
|
|
32385
|
+
.igz4le8 {
|
|
32386
|
+
height: 24px;
|
|
32387
|
+
width: 56px !important;
|
|
32388
|
+
margin-right: 4px;
|
|
32293
32389
|
}
|
|
32294
32390
|
|
|
32295
|
-
.
|
|
32296
|
-
|
|
32297
|
-
height: 8px;
|
|
32298
|
-
border-radius: 50%;
|
|
32299
|
-
display: inline-block;
|
|
32391
|
+
.c1riexje {
|
|
32392
|
+
color: rgba(44, 56, 82, 0.6);
|
|
32300
32393
|
}
|
|
32301
32394
|
|
|
32302
|
-
.
|
|
32303
|
-
|
|
32395
|
+
.iiqau4c.ant-input-group.ant-input-group-compact {
|
|
32396
|
+
display: flex;
|
|
32304
32397
|
}
|
|
32305
32398
|
|
|
32306
32399
|
.s1uupxds {
|
|
@@ -32369,20 +32462,147 @@ input.rrg1fkn.ant-input {
|
|
|
32369
32462
|
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-red {
|
|
32370
32463
|
background-color: #f0483e;
|
|
32371
32464
|
}
|
|
32372
|
-
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32373
|
-
background-color: #fea008;
|
|
32465
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-yellow {
|
|
32466
|
+
background-color: #fea008;
|
|
32467
|
+
}
|
|
32468
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-green {
|
|
32469
|
+
background-color: #00ba5d;
|
|
32470
|
+
}
|
|
32471
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-blue {
|
|
32472
|
+
background-color: #0080ff;
|
|
32473
|
+
}
|
|
32474
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-gray {
|
|
32475
|
+
background-color: #6b7d99;
|
|
32476
|
+
}
|
|
32477
|
+
.t1lzavmu.ant-tag.ui-kit-token:not(.ant-tag-hidden).ui-kit-token-checked.ant-tag-purple {
|
|
32478
|
+
background-color: #7E41FF;
|
|
32479
|
+
}
|
|
32480
|
+
|
|
32481
|
+
.s14dk8r1 {
|
|
32482
|
+
margin: 0;
|
|
32483
|
+
border-radius: 20px;
|
|
32484
|
+
padding: 2px 10px;
|
|
32485
|
+
height: 22px;
|
|
32486
|
+
}
|
|
32487
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white {
|
|
32488
|
+
background-color: rgba(237, 241, 250, 0.6) !important;
|
|
32489
|
+
}
|
|
32490
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.off-white.__pseudo-states-hover {
|
|
32491
|
+
background-color: rgba(225, 230, 241, 0.6) !important;
|
|
32492
|
+
}
|
|
32493
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule {
|
|
32494
|
+
color: #00122e;
|
|
32495
|
+
}
|
|
32496
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-icon {
|
|
32497
|
+
margin-right: 6px;
|
|
32498
|
+
}
|
|
32499
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule .ui-kit-status-capsule-number {
|
|
32500
|
+
margin-left: 4px;
|
|
32501
|
+
}
|
|
32502
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue {
|
|
32503
|
+
background-color: rgba(0, 136, 255, 0.1);
|
|
32504
|
+
}
|
|
32505
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue .ui-kit-status-capsule-icon {
|
|
32506
|
+
background-color: #0080ff;
|
|
32507
|
+
}
|
|
32508
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-blue.__pseudo-states-hover {
|
|
32509
|
+
background-color: rgba(0, 136, 255, 0.16);
|
|
32510
|
+
}
|
|
32511
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red {
|
|
32512
|
+
background-color: rgba(255, 74, 74, 0.1);
|
|
32513
|
+
}
|
|
32514
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red .ui-kit-status-capsule-icon {
|
|
32515
|
+
background-color: #f0483e;
|
|
32516
|
+
}
|
|
32517
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-red.__pseudo-states-hover {
|
|
32518
|
+
background-color: rgba(255, 74, 74, 0.16);
|
|
32519
|
+
}
|
|
32520
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow {
|
|
32521
|
+
background-color: rgba(254, 160, 8, 0.1);
|
|
32522
|
+
}
|
|
32523
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow .ui-kit-status-capsule-icon {
|
|
32524
|
+
background-color: #fea008;
|
|
32525
|
+
}
|
|
32526
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-yellow.__pseudo-states-hover {
|
|
32527
|
+
background-color: rgba(255, 187, 0, 0.16);
|
|
32528
|
+
}
|
|
32529
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green {
|
|
32530
|
+
background-color: rgba(30, 201, 127, 0.1);
|
|
32531
|
+
}
|
|
32532
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green .ui-kit-status-capsule-icon {
|
|
32533
|
+
background-color: #00ba5d;
|
|
32534
|
+
}
|
|
32535
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-green.__pseudo-states-hover {
|
|
32536
|
+
background-color: rgba(30, 201, 127, 0.16);
|
|
32537
|
+
}
|
|
32538
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray {
|
|
32539
|
+
background-color: rgba(225, 230, 241, 0.6);
|
|
32540
|
+
}
|
|
32541
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray .ui-kit-status-capsule-icon:not(.ui-kit-status-capsule-icon-loading) {
|
|
32542
|
+
background-color: #6b7d99;
|
|
32543
|
+
}
|
|
32544
|
+
.s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.tag-hover:hover, .s14dk8r1.ant-tag.ui-kit-status-capsule.ant-tag-gray.__pseudo-states-hover {
|
|
32545
|
+
background-color: rgba(211, 218, 235, 0.6);
|
|
32546
|
+
}
|
|
32547
|
+
|
|
32548
|
+
.s1uupoto {
|
|
32549
|
+
width: 8px;
|
|
32550
|
+
height: 8px;
|
|
32551
|
+
border-radius: 50%;
|
|
32552
|
+
display: inline-block;
|
|
32553
|
+
}
|
|
32554
|
+
|
|
32555
|
+
.t19ustft .date {
|
|
32556
|
+
margin-right: 4px;
|
|
32374
32557
|
}
|
|
32375
|
-
|
|
32376
|
-
|
|
32558
|
+
|
|
32559
|
+
.l4bld33 {
|
|
32560
|
+
width: 64px;
|
|
32561
|
+
height: 64px;
|
|
32562
|
+
display: flex;
|
|
32563
|
+
align-items: center;
|
|
32564
|
+
justify-content: center;
|
|
32565
|
+
position: relative;
|
|
32566
|
+
opacity: 0.2;
|
|
32377
32567
|
}
|
|
32378
|
-
|
|
32379
|
-
|
|
32568
|
+
|
|
32569
|
+
.lgitjoj {
|
|
32570
|
+
position: absolute;
|
|
32571
|
+
width: 5px;
|
|
32572
|
+
height: 48px;
|
|
32573
|
+
left: 9.33px;
|
|
32574
|
+
top: 40.5px;
|
|
32575
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32576
|
+
border-radius: 5px;
|
|
32577
|
+
transform: rotate(-128deg);
|
|
32578
|
+
transform-origin: top left;
|
|
32579
|
+
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32380
32580
|
}
|
|
32381
|
-
|
|
32382
|
-
|
|
32581
|
+
|
|
32582
|
+
.l13g0exg {
|
|
32583
|
+
position: absolute;
|
|
32584
|
+
width: 5px;
|
|
32585
|
+
height: 48px;
|
|
32586
|
+
left: 40.8px;
|
|
32587
|
+
top: 8.4px;
|
|
32588
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32589
|
+
border-radius: 5px;
|
|
32590
|
+
transform: rotate(-8deg);
|
|
32591
|
+
transform-origin: top left;
|
|
32592
|
+
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32383
32593
|
}
|
|
32384
|
-
|
|
32385
|
-
|
|
32594
|
+
|
|
32595
|
+
.l1exo3h6 {
|
|
32596
|
+
position: absolute;
|
|
32597
|
+
width: 5px;
|
|
32598
|
+
height: 48px;
|
|
32599
|
+
left: 52.9px;
|
|
32600
|
+
top: 51.8px;
|
|
32601
|
+
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32602
|
+
border-radius: 5px;
|
|
32603
|
+
transform: rotate(112deg);
|
|
32604
|
+
transform-origin: top left;
|
|
32605
|
+
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32386
32606
|
}
|
|
32387
32607
|
|
|
32388
32608
|
.m1thnes4 {
|
|
@@ -32546,85 +32766,6 @@ input.rrg1fkn.ant-input {
|
|
|
32546
32766
|
margin-left: 8px;
|
|
32547
32767
|
}
|
|
32548
32768
|
|
|
32549
|
-
.l4bld33 {
|
|
32550
|
-
width: 64px;
|
|
32551
|
-
height: 64px;
|
|
32552
|
-
display: flex;
|
|
32553
|
-
align-items: center;
|
|
32554
|
-
justify-content: center;
|
|
32555
|
-
position: relative;
|
|
32556
|
-
opacity: 0.2;
|
|
32557
|
-
}
|
|
32558
|
-
|
|
32559
|
-
.lgitjoj {
|
|
32560
|
-
position: absolute;
|
|
32561
|
-
width: 5px;
|
|
32562
|
-
height: 48px;
|
|
32563
|
-
left: 9.33px;
|
|
32564
|
-
top: 40.5px;
|
|
32565
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32566
|
-
border-radius: 5px;
|
|
32567
|
-
transform: rotate(-128deg);
|
|
32568
|
-
transform-origin: top left;
|
|
32569
|
-
animation: loading-indicator1 1100ms ease-out infinite;
|
|
32570
|
-
}
|
|
32571
|
-
|
|
32572
|
-
.l13g0exg {
|
|
32573
|
-
position: absolute;
|
|
32574
|
-
width: 5px;
|
|
32575
|
-
height: 48px;
|
|
32576
|
-
left: 40.8px;
|
|
32577
|
-
top: 8.4px;
|
|
32578
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32579
|
-
border-radius: 5px;
|
|
32580
|
-
transform: rotate(-8deg);
|
|
32581
|
-
transform-origin: top left;
|
|
32582
|
-
animation: loading-indicator2 1100ms ease-out infinite;
|
|
32583
|
-
}
|
|
32584
|
-
|
|
32585
|
-
.l1exo3h6 {
|
|
32586
|
-
position: absolute;
|
|
32587
|
-
width: 5px;
|
|
32588
|
-
height: 48px;
|
|
32589
|
-
left: 52.9px;
|
|
32590
|
-
top: 51.8px;
|
|
32591
|
-
background: linear-gradient(180deg, #0080ff 0%, rgba(0, 128, 255, 0.16) 100%);
|
|
32592
|
-
border-radius: 5px;
|
|
32593
|
-
transform: rotate(112deg);
|
|
32594
|
-
transform-origin: top left;
|
|
32595
|
-
animation: loading-indicator3 1100ms ease-out infinite;
|
|
32596
|
-
}
|
|
32597
|
-
|
|
32598
|
-
.t1gz6wqf {
|
|
32599
|
-
height: 100%;
|
|
32600
|
-
}
|
|
32601
|
-
.t1gz6wqf .table-loading-item {
|
|
32602
|
-
padding: 12px 4px;
|
|
32603
|
-
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32604
|
-
display: flex;
|
|
32605
|
-
}
|
|
32606
|
-
.t1gz6wqf .table-loading-item > * {
|
|
32607
|
-
height: 16px;
|
|
32608
|
-
margin: 4px;
|
|
32609
|
-
background: rgba(204, 212, 227, 0.18);
|
|
32610
|
-
border-radius: 2px;
|
|
32611
|
-
}
|
|
32612
|
-
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32613
|
-
width: 16px;
|
|
32614
|
-
}
|
|
32615
|
-
.t1gz6wqf .table-loading-item .td-loading {
|
|
32616
|
-
flex: 1;
|
|
32617
|
-
}
|
|
32618
|
-
.t1gz6wqf :nth-child(1) {
|
|
32619
|
-
padding: 8px 4px;
|
|
32620
|
-
}
|
|
32621
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32622
|
-
background: rgba(107, 125, 153, 0.18);
|
|
32623
|
-
}
|
|
32624
|
-
.t1gz6wqf :nth-child(1) > * {
|
|
32625
|
-
background: rgba(163, 180, 204, 0.18);
|
|
32626
|
-
}
|
|
32627
|
-
|
|
32628
32769
|
.sq6vos1 {
|
|
32629
32770
|
--item-min-width: 60px;
|
|
32630
32771
|
}
|
|
@@ -32810,6 +32951,36 @@ input.rrg1fkn.ant-input {
|
|
|
32810
32951
|
justify-content: center;
|
|
32811
32952
|
}
|
|
32812
32953
|
|
|
32954
|
+
.t1gz6wqf {
|
|
32955
|
+
height: 100%;
|
|
32956
|
+
}
|
|
32957
|
+
.t1gz6wqf .table-loading-item {
|
|
32958
|
+
padding: 12px 4px;
|
|
32959
|
+
border-bottom: 1px solid rgba(204, 212, 227, 0.18);
|
|
32960
|
+
display: flex;
|
|
32961
|
+
}
|
|
32962
|
+
.t1gz6wqf .table-loading-item > * {
|
|
32963
|
+
height: 16px;
|
|
32964
|
+
margin: 4px;
|
|
32965
|
+
background: rgba(204, 212, 227, 0.18);
|
|
32966
|
+
border-radius: 2px;
|
|
32967
|
+
}
|
|
32968
|
+
.t1gz6wqf .table-loading-item .checkbox-loading {
|
|
32969
|
+
width: 16px;
|
|
32970
|
+
}
|
|
32971
|
+
.t1gz6wqf .table-loading-item .td-loading {
|
|
32972
|
+
flex: 1;
|
|
32973
|
+
}
|
|
32974
|
+
.t1gz6wqf :nth-child(1) {
|
|
32975
|
+
padding: 8px 4px;
|
|
32976
|
+
}
|
|
32977
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32978
|
+
background: rgba(107, 125, 153, 0.18);
|
|
32979
|
+
}
|
|
32980
|
+
.t1gz6wqf :nth-child(1) > * {
|
|
32981
|
+
background: rgba(163, 180, 204, 0.18);
|
|
32982
|
+
}
|
|
32983
|
+
|
|
32813
32984
|
.c1k4vanq {
|
|
32814
32985
|
padding: 0 12px 14px 12px;
|
|
32815
32986
|
}
|
|
@@ -32854,19 +33025,6 @@ input.rrg1fkn.ant-input {
|
|
|
32854
33025
|
margin-right: 2px;
|
|
32855
33026
|
}
|
|
32856
33027
|
|
|
32857
|
-
.skwah65 {
|
|
32858
|
-
height: 8px;
|
|
32859
|
-
box-sizing: border-box;
|
|
32860
|
-
border-radius: 2px;
|
|
32861
|
-
background: #f5f7fa;
|
|
32862
|
-
display: flex;
|
|
32863
|
-
width: 100%;
|
|
32864
|
-
overflow: hidden;
|
|
32865
|
-
}
|
|
32866
|
-
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
32867
|
-
margin-left: 1px;
|
|
32868
|
-
}
|
|
32869
|
-
|
|
32870
33028
|
.bab9xum {
|
|
32871
33029
|
box-shadow: 0px 0.119595px 0.438513px rgba(129, 138, 153, 0.14), 0px 0.271728px 0.996336px rgba(129, 138, 153, 0.106447), 0px 0.472931px 1.73408px rgba(129, 138, 153, 0.0912224), 0px 0.751293px 2.75474px rgba(129, 138, 153, 0.0799253), 0px 1.15919px 4.25036px rgba(129, 138, 153, 0.07), 0px 1.80882px 6.63236px rgba(129, 138, 153, 0.0600747), 0px 3.00293px 11.0107px rgba(129, 138, 153, 0.0487776), 0px 6px 22px rgba(129, 138, 153, 0.0335534);
|
|
32872
33030
|
}
|
|
@@ -33093,6 +33251,19 @@ input.rrg1fkn.ant-input {
|
|
|
33093
33251
|
margin-right: 8px;
|
|
33094
33252
|
}
|
|
33095
33253
|
|
|
33254
|
+
.skwah65 {
|
|
33255
|
+
height: 8px;
|
|
33256
|
+
box-sizing: border-box;
|
|
33257
|
+
border-radius: 2px;
|
|
33258
|
+
background: #f5f7fa;
|
|
33259
|
+
display: flex;
|
|
33260
|
+
width: 100%;
|
|
33261
|
+
overflow: hidden;
|
|
33262
|
+
}
|
|
33263
|
+
.skwah65 .stack-bar-item + .stack-bar-item {
|
|
33264
|
+
margin-left: 1px;
|
|
33265
|
+
}
|
|
33266
|
+
|
|
33096
33267
|
.f1p9ti6d {
|
|
33097
33268
|
width: 100%;
|
|
33098
33269
|
margin-bottom: 0 !important;
|
|
@@ -33124,6 +33295,11 @@ input.rrg1fkn.ant-input {
|
|
|
33124
33295
|
min-height: 0px;
|
|
33125
33296
|
}
|
|
33126
33297
|
|
|
33298
|
+
.iwsze0q {
|
|
33299
|
+
margin-right: 4px;
|
|
33300
|
+
height: 16px;
|
|
33301
|
+
}
|
|
33302
|
+
|
|
33127
33303
|
.w1xcixj5.outside-tag {
|
|
33128
33304
|
padding-left: 0;
|
|
33129
33305
|
}
|
|
@@ -33133,6 +33309,32 @@ input.rrg1fkn.ant-input {
|
|
|
33133
33309
|
margin-right: 4px;
|
|
33134
33310
|
}
|
|
33135
33311
|
|
|
33312
|
+
.sut42l0 {
|
|
33313
|
+
padding: 0 8px;
|
|
33314
|
+
height: 18px;
|
|
33315
|
+
}
|
|
33316
|
+
|
|
33317
|
+
.mfsz1jz {
|
|
33318
|
+
padding: 2px 8px;
|
|
33319
|
+
height: 24px;
|
|
33320
|
+
}
|
|
33321
|
+
|
|
33322
|
+
.tnd6h4m {
|
|
33323
|
+
margin: 0;
|
|
33324
|
+
}
|
|
33325
|
+
|
|
33326
|
+
.i1qw4clm {
|
|
33327
|
+
margin-right: 4px;
|
|
33328
|
+
height: 16px;
|
|
33329
|
+
}
|
|
33330
|
+
|
|
33331
|
+
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33332
|
+
font-weight: 700;
|
|
33333
|
+
color: #00122e;
|
|
33334
|
+
background-color: rgba(237, 241, 250, 0.6);
|
|
33335
|
+
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33336
|
+
}
|
|
33337
|
+
|
|
33136
33338
|
.at4ovwe .ant-input-number-handler-wrap {
|
|
33137
33339
|
display: var(--at4ovwe-0);
|
|
33138
33340
|
}
|
|
@@ -33183,37 +33385,6 @@ input.rrg1fkn.ant-input {
|
|
|
33183
33385
|
font-size: inherit;
|
|
33184
33386
|
}
|
|
33185
33387
|
|
|
33186
|
-
.sut42l0 {
|
|
33187
|
-
padding: 0 8px;
|
|
33188
|
-
height: 18px;
|
|
33189
|
-
}
|
|
33190
|
-
|
|
33191
|
-
.mfsz1jz {
|
|
33192
|
-
padding: 2px 8px;
|
|
33193
|
-
height: 24px;
|
|
33194
|
-
}
|
|
33195
|
-
|
|
33196
|
-
.tnd6h4m {
|
|
33197
|
-
margin: 0;
|
|
33198
|
-
}
|
|
33199
|
-
|
|
33200
|
-
.i1qw4clm {
|
|
33201
|
-
margin-right: 4px;
|
|
33202
|
-
height: 16px;
|
|
33203
|
-
}
|
|
33204
|
-
|
|
33205
|
-
.n1r5ku5l.ant-tag.ant-tag-gray {
|
|
33206
|
-
font-weight: 700;
|
|
33207
|
-
color: #00122e;
|
|
33208
|
-
background-color: rgba(237, 241, 250, 0.6);
|
|
33209
|
-
border: 1px solid rgba(211, 218, 235, 0.6);
|
|
33210
|
-
}
|
|
33211
|
-
|
|
33212
|
-
.iwsze0q {
|
|
33213
|
-
margin-right: 4px;
|
|
33214
|
-
height: 16px;
|
|
33215
|
-
}
|
|
33216
|
-
|
|
33217
33388
|
.feau332.ant-form-item {
|
|
33218
33389
|
margin-bottom: 0;
|
|
33219
33390
|
}
|