@tuya-miniapp/ark-extension-virtual-device 1.4.5-beta-2 → 1.5.0-beta-1

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.
@@ -26556,6 +26556,13 @@ html {
26556
26556
  /* stylelint-disable */
26557
26557
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
26558
26558
 
26559
+ .container {
26560
+ width: 100%;
26561
+ height: 100%;
26562
+ border: 0;
26563
+ border-bottom: 1px solid #ececec;
26564
+ }
26565
+
26559
26566
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
26560
26567
  /* stylelint-disable no-duplicate-selectors */
26561
26568
  /* stylelint-disable */
@@ -42543,76 +42550,7 @@ template {
42543
42550
  /* stylelint-disable no-duplicate-selectors */
42544
42551
  /* stylelint-disable */
42545
42552
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
42546
- .ant-result {
42547
- padding: 48px 32px;
42548
- }
42549
- .ant-result-success .ant-result-icon > .anticon {
42550
- color: #52c41a;
42551
- }
42552
- .ant-result-error .ant-result-icon > .anticon {
42553
- color: #ff4d4f;
42554
- }
42555
- .ant-result-info .ant-result-icon > .anticon {
42556
- color: #1890ff;
42557
- }
42558
- .ant-result-warning .ant-result-icon > .anticon {
42559
- color: #faad14;
42560
- }
42561
- .ant-result-image {
42562
- width: 250px;
42563
- height: 295px;
42564
- margin: auto;
42565
- }
42566
- .ant-result-icon {
42567
- margin-bottom: 24px;
42568
- text-align: center;
42569
- }
42570
- .ant-result-icon > .anticon {
42571
- font-size: 72px;
42572
- }
42573
- .ant-result-title {
42574
- color: rgba(0, 0, 0, 0.85);
42575
- font-size: 24px;
42576
- line-height: 1.8;
42577
- text-align: center;
42578
- }
42579
- .ant-result-subtitle {
42580
- color: rgba(0, 0, 0, 0.45);
42581
- font-size: 14px;
42582
- line-height: 1.6;
42583
- text-align: center;
42584
- }
42585
- .ant-result-extra {
42586
- margin: 24px 0 0 0;
42587
- text-align: center;
42588
- }
42589
- .ant-result-extra > * {
42590
- margin-right: 8px;
42591
- }
42592
- .ant-result-extra > *:last-child {
42593
- margin-right: 0;
42594
- }
42595
- .ant-result-content {
42596
- margin-top: 24px;
42597
- padding: 24px 40px;
42598
- background-color: #fafafa;
42599
- }
42600
- .ant-result-rtl {
42601
- direction: rtl;
42602
- }
42603
- .ant-result-rtl .ant-result-extra > * {
42604
- margin-right: 0;
42605
- margin-left: 8px;
42606
- }
42607
- .ant-result-rtl .ant-result-extra > *:last-child {
42608
- margin-left: 0;
42609
- }
42610
-
42611
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
42612
- /* stylelint-disable no-duplicate-selectors */
42613
- /* stylelint-disable */
42614
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
42615
- .ant-select-auto-complete {
42553
+ .ant-modal {
42616
42554
  box-sizing: border-box;
42617
42555
  margin: 0;
42618
42556
  padding: 0;
@@ -42622,118 +42560,744 @@ template {
42622
42560
  line-height: 1.5715;
42623
42561
  list-style: none;
42624
42562
  font-feature-settings: 'tnum';
42563
+ pointer-events: none;
42564
+ position: relative;
42565
+ top: 100px;
42566
+ width: auto;
42567
+ max-width: calc(100vw - 32px);
42568
+ margin: 0 auto;
42569
+ padding-bottom: 24px;
42625
42570
  }
42626
- .ant-select-auto-complete .ant-select-clear {
42627
- right: 13px;
42628
- }
42629
-
42630
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
42631
- /* stylelint-disable no-duplicate-selectors */
42632
- /* stylelint-disable */
42633
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
42634
- .ant-picker-status-error.ant-picker,
42635
- .ant-picker-status-error.ant-picker:not([disabled]):hover {
42636
- background-color: #fff;
42637
- border-color: #ff4d4f;
42638
- }
42639
- .ant-picker-status-error.ant-picker-focused,
42640
- .ant-picker-status-error.ant-picker:focus {
42641
- border-color: #ff7875;
42642
- box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
42643
- border-right-width: 1px;
42644
- outline: 0;
42571
+ .ant-modal.ant-zoom-enter,
42572
+ .ant-modal.ant-zoom-appear {
42573
+ transform: none;
42574
+ opacity: 0;
42575
+ animation-duration: 0.3s;
42576
+ user-select: none;
42645
42577
  }
42646
- .ant-picker-status-error.ant-picker .ant-picker-active-bar {
42647
- background: #ff7875;
42578
+ .ant-modal-mask {
42579
+ position: fixed;
42580
+ top: 0;
42581
+ right: 0;
42582
+ bottom: 0;
42583
+ left: 0;
42584
+ z-index: 1000;
42585
+ height: 100%;
42586
+ background-color: rgba(0, 0, 0, 0.45);
42648
42587
  }
42649
- .ant-picker-status-warning.ant-picker,
42650
- .ant-picker-status-warning.ant-picker:not([disabled]):hover {
42651
- background-color: #fff;
42652
- border-color: #faad14;
42588
+ .ant-modal-mask-hidden {
42589
+ display: none;
42653
42590
  }
42654
- .ant-picker-status-warning.ant-picker-focused,
42655
- .ant-picker-status-warning.ant-picker:focus {
42656
- border-color: #ffc53d;
42657
- box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
42658
- border-right-width: 1px;
42591
+ .ant-modal-wrap {
42592
+ position: fixed;
42593
+ top: 0;
42594
+ right: 0;
42595
+ bottom: 0;
42596
+ left: 0;
42597
+ overflow: auto;
42659
42598
  outline: 0;
42660
42599
  }
42661
- .ant-picker-status-warning.ant-picker .ant-picker-active-bar {
42662
- background: #ffc53d;
42600
+ .ant-modal-wrap {
42601
+ z-index: 1000;
42663
42602
  }
42664
- .ant-picker {
42665
- box-sizing: border-box;
42603
+ .ant-modal-title {
42666
42604
  margin: 0;
42667
- padding: 0;
42668
42605
  color: rgba(0, 0, 0, 0.85);
42669
- font-size: 14px;
42670
- font-variant: tabular-nums;
42671
- line-height: 1.5715;
42672
- list-style: none;
42673
- font-feature-settings: 'tnum';
42674
- padding: 4px 11px 4px;
42606
+ font-weight: 500;
42607
+ font-size: 16px;
42608
+ line-height: 22px;
42609
+ word-wrap: break-word;
42610
+ }
42611
+ .ant-modal-content {
42675
42612
  position: relative;
42676
- display: inline-flex;
42677
- align-items: center;
42678
- background: #fff;
42679
- border: 1px solid #d9d9d9;
42613
+ background-color: #fff;
42614
+ background-clip: padding-box;
42615
+ border: 0;
42680
42616
  border-radius: 2px;
42681
- transition: border 0.3s, box-shadow 0.3s;
42682
- }
42683
- .ant-picker:hover,
42684
- .ant-picker-focused {
42685
- border-color: #40a9ff;
42686
- border-right-width: 1px;
42617
+ box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
42618
+ pointer-events: auto;
42687
42619
  }
42688
- .ant-picker-focused {
42689
- border-color: #40a9ff;
42690
- box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
42691
- border-right-width: 1px;
42620
+ .ant-modal-close {
42621
+ position: absolute;
42622
+ top: 0;
42623
+ right: 0;
42624
+ z-index: 10;
42625
+ padding: 0;
42626
+ color: rgba(0, 0, 0, 0.45);
42627
+ font-weight: 700;
42628
+ line-height: 1;
42629
+ text-decoration: none;
42630
+ background: transparent;
42631
+ border: 0;
42692
42632
  outline: 0;
42633
+ cursor: pointer;
42634
+ transition: color 0.3s;
42693
42635
  }
42694
- .ant-picker.ant-picker-disabled {
42695
- background: #f5f5f5;
42696
- border-color: #d9d9d9;
42697
- cursor: not-allowed;
42698
- }
42699
- .ant-picker.ant-picker-disabled .ant-picker-suffix {
42700
- color: rgba(0, 0, 0, 0.25);
42701
- }
42702
- .ant-picker.ant-picker-borderless {
42703
- background-color: transparent !important;
42704
- border-color: transparent !important;
42705
- box-shadow: none !important;
42636
+ .ant-modal-close-x {
42637
+ display: block;
42638
+ width: 54px;
42639
+ height: 54px;
42640
+ font-size: 16px;
42641
+ font-style: normal;
42642
+ line-height: 54px;
42643
+ text-align: center;
42644
+ text-transform: none;
42645
+ text-rendering: auto;
42706
42646
  }
42707
- .ant-picker-input {
42708
- position: relative;
42709
- display: inline-flex;
42710
- align-items: center;
42711
- width: 100%;
42647
+ .ant-modal-close:focus,
42648
+ .ant-modal-close:hover {
42649
+ color: rgba(0, 0, 0, 0.75);
42650
+ text-decoration: none;
42712
42651
  }
42713
- .ant-picker-input > input {
42714
- position: relative;
42715
- display: inline-block;
42716
- width: 100%;
42717
- min-width: 0;
42718
- padding: 4px 11px;
42652
+ .ant-modal-header {
42653
+ padding: 16px 24px;
42719
42654
  color: rgba(0, 0, 0, 0.85);
42655
+ background: #fff;
42656
+ border-bottom: 1px solid #f0f0f0;
42657
+ border-radius: 2px 2px 0 0;
42658
+ }
42659
+ .ant-modal-body {
42660
+ padding: 24px;
42720
42661
  font-size: 14px;
42721
42662
  line-height: 1.5715;
42722
- background-color: #fff;
42723
- background-image: none;
42724
- border: 1px solid #d9d9d9;
42725
- border-radius: 2px;
42726
- transition: all 0.3s;
42727
- flex: auto;
42728
- min-width: 1px;
42729
- height: auto;
42730
- padding: 0;
42663
+ word-wrap: break-word;
42664
+ }
42665
+ .ant-modal-footer {
42666
+ padding: 10px 16px;
42667
+ text-align: right;
42731
42668
  background: transparent;
42732
- border: 0;
42669
+ border-top: 1px solid #f0f0f0;
42670
+ border-radius: 0 0 2px 2px;
42733
42671
  }
42734
- .ant-picker-input > input::placeholder {
42735
- color: #bfbfbf;
42736
- user-select: none;
42672
+ .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
42673
+ margin-bottom: 0;
42674
+ margin-left: 8px;
42675
+ }
42676
+ .ant-modal-open {
42677
+ overflow: hidden;
42678
+ }
42679
+ .ant-modal-centered {
42680
+ text-align: center;
42681
+ }
42682
+ .ant-modal-centered::before {
42683
+ display: inline-block;
42684
+ width: 0;
42685
+ height: 100%;
42686
+ vertical-align: middle;
42687
+ content: '';
42688
+ }
42689
+ .ant-modal-centered .ant-modal {
42690
+ top: 0;
42691
+ display: inline-block;
42692
+ padding-bottom: 0;
42693
+ text-align: left;
42694
+ vertical-align: middle;
42695
+ }
42696
+ @media (max-width: 767px) {
42697
+ .ant-modal {
42698
+ max-width: calc(100vw - 16px);
42699
+ margin: 8px auto;
42700
+ }
42701
+ .ant-modal-centered .ant-modal {
42702
+ flex: 1;
42703
+ }
42704
+ }
42705
+ .ant-modal-confirm .ant-modal-header {
42706
+ display: none;
42707
+ }
42708
+ .ant-modal-confirm .ant-modal-body {
42709
+ padding: 32px 32px 24px;
42710
+ }
42711
+ .ant-modal-confirm-body-wrapper::before {
42712
+ display: table;
42713
+ content: '';
42714
+ }
42715
+ .ant-modal-confirm-body-wrapper::after {
42716
+ display: table;
42717
+ clear: both;
42718
+ content: '';
42719
+ }
42720
+ .ant-modal-confirm-body .ant-modal-confirm-title {
42721
+ display: block;
42722
+ overflow: hidden;
42723
+ color: rgba(0, 0, 0, 0.85);
42724
+ font-weight: 500;
42725
+ font-size: 16px;
42726
+ line-height: 1.4;
42727
+ }
42728
+ .ant-modal-confirm-body .ant-modal-confirm-content {
42729
+ margin-top: 8px;
42730
+ color: rgba(0, 0, 0, 0.85);
42731
+ font-size: 14px;
42732
+ }
42733
+ .ant-modal-confirm-body > .anticon {
42734
+ float: left;
42735
+ margin-right: 16px;
42736
+ font-size: 22px;
42737
+ }
42738
+ .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
42739
+ margin-left: 38px;
42740
+ }
42741
+ .ant-modal-confirm .ant-modal-confirm-btns {
42742
+ margin-top: 24px;
42743
+ text-align: right;
42744
+ }
42745
+ .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
42746
+ margin-bottom: 0;
42747
+ margin-left: 8px;
42748
+ }
42749
+ .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
42750
+ color: #ff4d4f;
42751
+ }
42752
+ .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
42753
+ .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
42754
+ color: #faad14;
42755
+ }
42756
+ .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
42757
+ color: #1890ff;
42758
+ }
42759
+ .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
42760
+ color: #52c41a;
42761
+ }
42762
+ .ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
42763
+ pointer-events: none;
42764
+ }
42765
+ .ant-modal-wrap-rtl {
42766
+ direction: rtl;
42767
+ }
42768
+ .ant-modal-wrap-rtl .ant-modal-close {
42769
+ right: initial;
42770
+ left: 0;
42771
+ }
42772
+ .ant-modal-wrap-rtl .ant-modal-footer {
42773
+ text-align: left;
42774
+ }
42775
+ .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
42776
+ margin-right: 8px;
42777
+ margin-left: 0;
42778
+ }
42779
+ .ant-modal-wrap-rtl .ant-modal-confirm-body {
42780
+ direction: rtl;
42781
+ }
42782
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
42783
+ float: right;
42784
+ margin-right: 0;
42785
+ margin-left: 16px;
42786
+ }
42787
+ .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
42788
+ margin-right: 38px;
42789
+ margin-left: 0;
42790
+ }
42791
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns {
42792
+ text-align: left;
42793
+ }
42794
+ .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
42795
+ margin-right: 8px;
42796
+ margin-left: 0;
42797
+ }
42798
+ .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
42799
+ text-align: right;
42800
+ }
42801
+
42802
+ .dev-item-wrapper {
42803
+ width: 331px;
42804
+ position: relative;
42805
+ border-radius: 4px;
42806
+ background-color: #fff;
42807
+ padding: 9px 8px;
42808
+ display: flex;
42809
+ flex-direction: row;
42810
+ align-items: flex-start;
42811
+ justify-content: space-between;
42812
+ }
42813
+ .dev-item-wrapper .icon {
42814
+ width: 64px;
42815
+ height: 64px;
42816
+ }
42817
+ .dev-item-wrapper .name-tags {
42818
+ display: flex;
42819
+ flex-direction: column;
42820
+ flex: 1;
42821
+ margin-left: 8px;
42822
+ }
42823
+ .dev-item-wrapper .name-tags .name-status {
42824
+ display: flex;
42825
+ justify-content: space-between;
42826
+ width: 243px;
42827
+ margin-top: 5px;
42828
+ }
42829
+ .dev-item-wrapper .name-tags .name-status .name {
42830
+ font-family: PingFang SC;
42831
+ font-size: 14px;
42832
+ font-weight: 500;
42833
+ line-height: normal;
42834
+ letter-spacing: 0px;
42835
+ color: #3d3d3d;
42836
+ overflow: hidden;
42837
+ text-overflow: ellipsis;
42838
+ white-space: nowrap;
42839
+ max-width: 77%;
42840
+ }
42841
+ .dev-item-wrapper .name-tags .name-status .online {
42842
+ width: 6px;
42843
+ height: 6px;
42844
+ background-color: #34c759;
42845
+ border-radius: 3px;
42846
+ margin-right: 4px;
42847
+ }
42848
+ .dev-item-wrapper .name-tags .name-status .offline {
42849
+ width: 6px;
42850
+ height: 6px;
42851
+ background-color: #666666;
42852
+ border-radius: 3px;
42853
+ margin-right: 4px;
42854
+ }
42855
+ .dev-item-wrapper .name-tags .name-status .status {
42856
+ font-family: PingFang SC;
42857
+ font-size: 12px;
42858
+ font-weight: normal;
42859
+ line-height: 14px;
42860
+ letter-spacing: 0px;
42861
+ color: #3d3d3d;
42862
+ display: flex;
42863
+ flex-direction: row;
42864
+ align-items: center;
42865
+ justify-content: center;
42866
+ margin-right: 8px;
42867
+ }
42868
+ .dev-item-wrapper .tags {
42869
+ display: flex;
42870
+ flex-direction: row;
42871
+ align-items: center;
42872
+ justify-content: flex-end;
42873
+ margin-top: 12px;
42874
+ font-family: PingFang SC;
42875
+ font-size: 12px;
42876
+ font-weight: normal;
42877
+ line-height: 14px;
42878
+ letter-spacing: 0px;
42879
+ color: #3d3d3d;
42880
+ }
42881
+ .dev-item-wrapper .tags .dev-type {
42882
+ height: 22px;
42883
+ padding: 4px 8px;
42884
+ background: #f5f0e6;
42885
+ border: 1px solid #e0cea8;
42886
+ display: flex;
42887
+ align-items: center;
42888
+ justify-content: center;
42889
+ margin-right: 8px;
42890
+ }
42891
+ .dev-item-wrapper .tags .group {
42892
+ height: 22px;
42893
+ padding: 4px 8px;
42894
+ background: #e6eef7;
42895
+ border: 1px solid #c5dffc;
42896
+ display: flex;
42897
+ align-items: center;
42898
+ justify-content: center;
42899
+ margin-right: 8px;
42900
+ }
42901
+ .dev-item-wrapper .tags .shared {
42902
+ height: 22px;
42903
+ padding: 4px 8px;
42904
+ background: #f0fae8;
42905
+ border: 1px solid #34c759;
42906
+ display: flex;
42907
+ align-items: center;
42908
+ justify-content: center;
42909
+ }
42910
+ .dev-item-wrapper .room-status {
42911
+ color: rgba(0, 0, 0, 0.5);
42912
+ font-family: SF Pro Display;
42913
+ font-size: 13px;
42914
+ font-style: normal;
42915
+ font-weight: 400;
42916
+ line-height: 18px;
42917
+ /* 138.462% */
42918
+ }
42919
+ .dev-item-wrapper .room-status .room-name::after {
42920
+ content: ' | ';
42921
+ }
42922
+ .dev-item-wrapper .offline {
42923
+ color: #ffa000;
42924
+ }
42925
+ .checkedItem {
42926
+ border-width: 2px;
42927
+ border-color: #096dd9;
42928
+ }
42929
+ .checked-wrapper {
42930
+ background: linear-gradient(0deg, #e6eef7, #e6eef7), #ffffff;
42931
+ border: 1px solid #2f65ca;
42932
+ }
42933
+
42934
+ .top-status-bar {
42935
+ width: 100vw;
42936
+ height: 28px;
42937
+ opacity: 1;
42938
+ display: flex;
42939
+ flex-direction: row;
42940
+ justify-content: space-between;
42941
+ align-items: center;
42942
+ padding: 0px 12px;
42943
+ align-self: stretch;
42944
+ background: #2b2b2b;
42945
+ z-index: 2;
42946
+ }
42947
+ .top-status-bar .home-icon {
42948
+ display: flex;
42949
+ flex-direction: row;
42950
+ align-items: center;
42951
+ }
42952
+ .top-status-bar .home-icon span {
42953
+ margin-left: 4px;
42954
+ font-family: PingFang SC;
42955
+ font-size: 12px;
42956
+ font-weight: normal;
42957
+ line-height: 16px;
42958
+ letter-spacing: 0px;
42959
+ /* 文字/标准色 */
42960
+ color: #bbbbbb;
42961
+ }
42962
+ .top-status-bar .dev-name {
42963
+ flex: 1;
42964
+ display: flex;
42965
+ flex-direction: row;
42966
+ align-items: center;
42967
+ justify-content: flex-start;
42968
+ padding: 0 20px;
42969
+ font-family: PingFang SC;
42970
+ font-size: 12px;
42971
+ font-weight: normal;
42972
+ line-height: 16px;
42973
+ letter-spacing: 0px;
42974
+ /* 文字/标准色 */
42975
+ color: #bbbbbb;
42976
+ }
42977
+ .top-status-bar .extensions {
42978
+ z-index: 99;
42979
+ font-family: PingFang SC;
42980
+ font-size: 12px;
42981
+ font-weight: normal;
42982
+ line-height: 16px;
42983
+ letter-spacing: 0px;
42984
+ color: #bbbbbb;
42985
+ margin-right: 20px;
42986
+ }
42987
+ .top-status-bar .version-tag {
42988
+ z-index: 99;
42989
+ font-family: PingFang SC;
42990
+ font-size: 12px;
42991
+ font-weight: normal;
42992
+ line-height: 16px;
42993
+ letter-spacing: 0px;
42994
+ color: #bbbbbb;
42995
+ }
42996
+ .top-status-bar .version-tag div {
42997
+ display: flex;
42998
+ flex-direction: row;
42999
+ align-items: center;
43000
+ }
43001
+
43002
+ .top-bar-wrapper {
43003
+ width: 100vw;
43004
+ display: flex;
43005
+ position: relative;
43006
+ flex-direction: column;
43007
+ align-items: flex-start;
43008
+ justify-content: center;
43009
+ background-color: #f3f3f3;
43010
+ }
43011
+ .top-bar-wrapper .home-wrapper {
43012
+ width: 100%;
43013
+ padding: 8px;
43014
+ display: flex;
43015
+ flex-direction: row;
43016
+ align-items: center;
43017
+ justify-content: flex-start;
43018
+ background-color: #f3f3f3;
43019
+ position: relative;
43020
+ }
43021
+ .top-bar-wrapper .home-wrapper .select-wrapper {
43022
+ overflow: hidden;
43023
+ display: flex;
43024
+ justify-content: space-around;
43025
+ align-items: center;
43026
+ }
43027
+ .top-bar-wrapper .home-wrapper .select-wrapper .select {
43028
+ min-width: 150px;
43029
+ background-color: #f3f3f3;
43030
+ font-family: PingFang SC;
43031
+ font-size: 13px;
43032
+ font-weight: 500;
43033
+ line-height: 16px;
43034
+ letter-spacing: 0px;
43035
+ color: #00000080;
43036
+ white-space: wrap;
43037
+ }
43038
+ .top-bar-wrapper .home-wrapper .select-wrapper .select .ant-select-selector {
43039
+ background-color: #f3f3f3;
43040
+ border-width: 1px;
43041
+ }
43042
+ .top-bar-wrapper .home-wrapper .space {
43043
+ flex: 1;
43044
+ height: 100%;
43045
+ }
43046
+ .top-bar-wrapper .home-wrapper .rooms {
43047
+ background-color: #f3f3f3;
43048
+ margin-left: 9px;
43049
+ border-radius: 3px;
43050
+ overflow: hidden;
43051
+ }
43052
+ .add-button {
43053
+ font-family: PingFang SC;
43054
+ font-size: 13px;
43055
+ font-weight: 500;
43056
+ line-height: 16px;
43057
+ text-align: center;
43058
+ letter-spacing: 0px;
43059
+ color: #ffffff;
43060
+ }
43061
+ .ant-btn.ant-btn-primary {
43062
+ border-radius: 3px;
43063
+ overflow: hidden;
43064
+ }
43065
+ .ant-btn.ant-btn-primary span {
43066
+ margin-left: 4px;
43067
+ }
43068
+ .ant-btn.ant-btn-background-ghost[disabled] {
43069
+ color: #000000;
43070
+ background: #d5d5d5;
43071
+ border-color: #d5d5d5;
43072
+ }
43073
+ .ant-btn.ant-btn-background-ghost {
43074
+ color: #000000;
43075
+ border-color: #d5d5d5;
43076
+ border-radius: 3px;
43077
+ }
43078
+
43079
+ .container {
43080
+ display: flex;
43081
+ flex-direction: column;
43082
+ height: 100vh;
43083
+ width: 100vw;
43084
+ background-color: #f3f3f3;
43085
+ }
43086
+ .container .scroll {
43087
+ margin-top: 10px;
43088
+ }
43089
+ .container .scroll .device-list {
43090
+ display: grid;
43091
+ grid-template-columns: repeat(auto-fill, 331px);
43092
+ row-gap: 10px;
43093
+ column-gap: 10px;
43094
+ padding: 16px;
43095
+ }
43096
+ .cat-title {
43097
+ font-family: PingFang SC;
43098
+ font-size: 13px;
43099
+ font-weight: 500;
43100
+ line-height: normal;
43101
+ letter-spacing: 0px;
43102
+ color: #000000;
43103
+ padding: 0 16px;
43104
+ }
43105
+
43106
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43107
+ /* stylelint-disable no-duplicate-selectors */
43108
+ /* stylelint-disable */
43109
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43110
+ .ant-result {
43111
+ padding: 48px 32px;
43112
+ }
43113
+ .ant-result-success .ant-result-icon > .anticon {
43114
+ color: #52c41a;
43115
+ }
43116
+ .ant-result-error .ant-result-icon > .anticon {
43117
+ color: #ff4d4f;
43118
+ }
43119
+ .ant-result-info .ant-result-icon > .anticon {
43120
+ color: #1890ff;
43121
+ }
43122
+ .ant-result-warning .ant-result-icon > .anticon {
43123
+ color: #faad14;
43124
+ }
43125
+ .ant-result-image {
43126
+ width: 250px;
43127
+ height: 295px;
43128
+ margin: auto;
43129
+ }
43130
+ .ant-result-icon {
43131
+ margin-bottom: 24px;
43132
+ text-align: center;
43133
+ }
43134
+ .ant-result-icon > .anticon {
43135
+ font-size: 72px;
43136
+ }
43137
+ .ant-result-title {
43138
+ color: rgba(0, 0, 0, 0.85);
43139
+ font-size: 24px;
43140
+ line-height: 1.8;
43141
+ text-align: center;
43142
+ }
43143
+ .ant-result-subtitle {
43144
+ color: rgba(0, 0, 0, 0.45);
43145
+ font-size: 14px;
43146
+ line-height: 1.6;
43147
+ text-align: center;
43148
+ }
43149
+ .ant-result-extra {
43150
+ margin: 24px 0 0 0;
43151
+ text-align: center;
43152
+ }
43153
+ .ant-result-extra > * {
43154
+ margin-right: 8px;
43155
+ }
43156
+ .ant-result-extra > *:last-child {
43157
+ margin-right: 0;
43158
+ }
43159
+ .ant-result-content {
43160
+ margin-top: 24px;
43161
+ padding: 24px 40px;
43162
+ background-color: #fafafa;
43163
+ }
43164
+ .ant-result-rtl {
43165
+ direction: rtl;
43166
+ }
43167
+ .ant-result-rtl .ant-result-extra > * {
43168
+ margin-right: 0;
43169
+ margin-left: 8px;
43170
+ }
43171
+ .ant-result-rtl .ant-result-extra > *:last-child {
43172
+ margin-left: 0;
43173
+ }
43174
+
43175
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43176
+ /* stylelint-disable no-duplicate-selectors */
43177
+ /* stylelint-disable */
43178
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43179
+ .ant-select-auto-complete {
43180
+ box-sizing: border-box;
43181
+ margin: 0;
43182
+ padding: 0;
43183
+ color: rgba(0, 0, 0, 0.85);
43184
+ font-size: 14px;
43185
+ font-variant: tabular-nums;
43186
+ line-height: 1.5715;
43187
+ list-style: none;
43188
+ font-feature-settings: 'tnum';
43189
+ }
43190
+ .ant-select-auto-complete .ant-select-clear {
43191
+ right: 13px;
43192
+ }
43193
+
43194
+ /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43195
+ /* stylelint-disable no-duplicate-selectors */
43196
+ /* stylelint-disable */
43197
+ /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43198
+ .ant-picker-status-error.ant-picker,
43199
+ .ant-picker-status-error.ant-picker:not([disabled]):hover {
43200
+ background-color: #fff;
43201
+ border-color: #ff4d4f;
43202
+ }
43203
+ .ant-picker-status-error.ant-picker-focused,
43204
+ .ant-picker-status-error.ant-picker:focus {
43205
+ border-color: #ff7875;
43206
+ box-shadow: 0 0 0 2px rgba(255, 77, 79, 0.2);
43207
+ border-right-width: 1px;
43208
+ outline: 0;
43209
+ }
43210
+ .ant-picker-status-error.ant-picker .ant-picker-active-bar {
43211
+ background: #ff7875;
43212
+ }
43213
+ .ant-picker-status-warning.ant-picker,
43214
+ .ant-picker-status-warning.ant-picker:not([disabled]):hover {
43215
+ background-color: #fff;
43216
+ border-color: #faad14;
43217
+ }
43218
+ .ant-picker-status-warning.ant-picker-focused,
43219
+ .ant-picker-status-warning.ant-picker:focus {
43220
+ border-color: #ffc53d;
43221
+ box-shadow: 0 0 0 2px rgba(250, 173, 20, 0.2);
43222
+ border-right-width: 1px;
43223
+ outline: 0;
43224
+ }
43225
+ .ant-picker-status-warning.ant-picker .ant-picker-active-bar {
43226
+ background: #ffc53d;
43227
+ }
43228
+ .ant-picker {
43229
+ box-sizing: border-box;
43230
+ margin: 0;
43231
+ padding: 0;
43232
+ color: rgba(0, 0, 0, 0.85);
43233
+ font-size: 14px;
43234
+ font-variant: tabular-nums;
43235
+ line-height: 1.5715;
43236
+ list-style: none;
43237
+ font-feature-settings: 'tnum';
43238
+ padding: 4px 11px 4px;
43239
+ position: relative;
43240
+ display: inline-flex;
43241
+ align-items: center;
43242
+ background: #fff;
43243
+ border: 1px solid #d9d9d9;
43244
+ border-radius: 2px;
43245
+ transition: border 0.3s, box-shadow 0.3s;
43246
+ }
43247
+ .ant-picker:hover,
43248
+ .ant-picker-focused {
43249
+ border-color: #40a9ff;
43250
+ border-right-width: 1px;
43251
+ }
43252
+ .ant-picker-focused {
43253
+ border-color: #40a9ff;
43254
+ box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
43255
+ border-right-width: 1px;
43256
+ outline: 0;
43257
+ }
43258
+ .ant-picker.ant-picker-disabled {
43259
+ background: #f5f5f5;
43260
+ border-color: #d9d9d9;
43261
+ cursor: not-allowed;
43262
+ }
43263
+ .ant-picker.ant-picker-disabled .ant-picker-suffix {
43264
+ color: rgba(0, 0, 0, 0.25);
43265
+ }
43266
+ .ant-picker.ant-picker-borderless {
43267
+ background-color: transparent !important;
43268
+ border-color: transparent !important;
43269
+ box-shadow: none !important;
43270
+ }
43271
+ .ant-picker-input {
43272
+ position: relative;
43273
+ display: inline-flex;
43274
+ align-items: center;
43275
+ width: 100%;
43276
+ }
43277
+ .ant-picker-input > input {
43278
+ position: relative;
43279
+ display: inline-block;
43280
+ width: 100%;
43281
+ min-width: 0;
43282
+ padding: 4px 11px;
43283
+ color: rgba(0, 0, 0, 0.85);
43284
+ font-size: 14px;
43285
+ line-height: 1.5715;
43286
+ background-color: #fff;
43287
+ background-image: none;
43288
+ border: 1px solid #d9d9d9;
43289
+ border-radius: 2px;
43290
+ transition: all 0.3s;
43291
+ flex: auto;
43292
+ min-width: 1px;
43293
+ height: auto;
43294
+ padding: 0;
43295
+ background: transparent;
43296
+ border: 0;
43297
+ }
43298
+ .ant-picker-input > input::placeholder {
43299
+ color: #bfbfbf;
43300
+ user-select: none;
42737
43301
  }
42738
43302
  .ant-picker-input > input:placeholder-shown {
42739
43303
  text-overflow: ellipsis;
@@ -43651,312 +44215,64 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
43651
44215
  }
43652
44216
  .ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-start::after {
43653
44217
  right: 0;
43654
- left: 50%;
43655
- }
43656
- .ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
43657
- right: 50%;
43658
- left: 0;
43659
- }
43660
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
43661
- border-radius: 0 2px 2px 0;
43662
- }
43663
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
43664
- border-radius: 2px 0 0 2px;
43665
- }
43666
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
43667
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
43668
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
43669
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
43670
- right: 6px;
43671
- left: 0;
43672
- border-right: 1px dashed #7ec1ff;
43673
- border-left: none;
43674
- border-radius: 0 2px 2px 0;
43675
- }
43676
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
43677
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
43678
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
43679
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
43680
- right: 0;
43681
- left: 6px;
43682
- border-right: none;
43683
- border-left: 1px dashed #7ec1ff;
43684
- border-radius: 2px 0 0 2px;
43685
- }
43686
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
43687
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
43688
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
43689
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
43690
- .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
43691
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
43692
- .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
43693
- right: 6px;
43694
- left: 6px;
43695
- border-right: 1px dashed #7ec1ff;
43696
- border-left: 1px dashed #7ec1ff;
43697
- border-radius: 2px;
43698
- }
43699
- .ant-picker-dropdown-rtl .ant-picker-footer-extra {
43700
- direction: rtl;
43701
- text-align: right;
43702
- }
43703
- .ant-picker-panel-rtl .ant-picker-time-panel {
43704
- direction: ltr;
43705
- }
43706
-
43707
- /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43708
- /* stylelint-disable no-duplicate-selectors */
43709
- /* stylelint-disable */
43710
- /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43711
- .ant-tag {
43712
- box-sizing: border-box;
43713
- margin: 0;
43714
- padding: 0;
43715
- color: rgba(0, 0, 0, 0.85);
43716
- font-size: 14px;
43717
- font-variant: tabular-nums;
43718
- line-height: 1.5715;
43719
- list-style: none;
43720
- font-feature-settings: 'tnum';
43721
- display: inline-block;
43722
- height: auto;
43723
- margin-right: 8px;
43724
- padding: 0 7px;
43725
- font-size: 12px;
43726
- line-height: 20px;
43727
- white-space: nowrap;
43728
- background: #fafafa;
43729
- border: 1px solid #d9d9d9;
43730
- border-radius: 2px;
43731
- opacity: 1;
43732
- transition: all 0.3s;
43733
- }
43734
- .ant-tag,
43735
- .ant-tag a,
43736
- .ant-tag a:hover {
43737
- color: rgba(0, 0, 0, 0.85);
43738
- }
43739
- .ant-tag > a:first-child:last-child {
43740
- display: inline-block;
43741
- margin: 0 -8px;
43742
- padding: 0 8px;
43743
- }
43744
- .ant-tag-close-icon {
43745
- margin-left: 3px;
43746
- color: rgba(0, 0, 0, 0.45);
43747
- font-size: 10px;
43748
- cursor: pointer;
43749
- transition: all 0.3s;
43750
- }
43751
- .ant-tag-close-icon:hover {
43752
- color: rgba(0, 0, 0, 0.85);
43753
- }
43754
- .ant-tag-has-color {
43755
- border-color: transparent;
43756
- }
43757
- .ant-tag-has-color,
43758
- .ant-tag-has-color a,
43759
- .ant-tag-has-color a:hover,
43760
- .ant-tag-has-color .anticon-close,
43761
- .ant-tag-has-color .anticon-close:hover {
43762
- color: #fff;
43763
- }
43764
- .ant-tag-checkable {
43765
- background-color: transparent;
43766
- border-color: transparent;
43767
- cursor: pointer;
43768
- }
43769
- .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
43770
- color: #1890ff;
43771
- }
43772
- .ant-tag-checkable:active,
43773
- .ant-tag-checkable-checked {
43774
- color: #fff;
43775
- }
43776
- .ant-tag-checkable-checked {
43777
- background-color: #1890ff;
43778
- }
43779
- .ant-tag-checkable:active {
43780
- background-color: #096dd9;
43781
- }
43782
- .ant-tag-hidden {
43783
- display: none;
43784
- }
43785
- .ant-tag-pink {
43786
- color: #c41d7f;
43787
- background: #fff0f6;
43788
- border-color: #ffadd2;
43789
- }
43790
- .ant-tag-pink-inverse {
43791
- color: #fff;
43792
- background: #eb2f96;
43793
- border-color: #eb2f96;
43794
- }
43795
- .ant-tag-magenta {
43796
- color: #c41d7f;
43797
- background: #fff0f6;
43798
- border-color: #ffadd2;
43799
- }
43800
- .ant-tag-magenta-inverse {
43801
- color: #fff;
43802
- background: #eb2f96;
43803
- border-color: #eb2f96;
43804
- }
43805
- .ant-tag-red {
43806
- color: #cf1322;
43807
- background: #fff1f0;
43808
- border-color: #ffa39e;
43809
- }
43810
- .ant-tag-red-inverse {
43811
- color: #fff;
43812
- background: #f5222d;
43813
- border-color: #f5222d;
43814
- }
43815
- .ant-tag-volcano {
43816
- color: #d4380d;
43817
- background: #fff2e8;
43818
- border-color: #ffbb96;
43819
- }
43820
- .ant-tag-volcano-inverse {
43821
- color: #fff;
43822
- background: #fa541c;
43823
- border-color: #fa541c;
43824
- }
43825
- .ant-tag-orange {
43826
- color: #d46b08;
43827
- background: #fff7e6;
43828
- border-color: #ffd591;
43829
- }
43830
- .ant-tag-orange-inverse {
43831
- color: #fff;
43832
- background: #fa8c16;
43833
- border-color: #fa8c16;
43834
- }
43835
- .ant-tag-yellow {
43836
- color: #d4b106;
43837
- background: #feffe6;
43838
- border-color: #fffb8f;
43839
- }
43840
- .ant-tag-yellow-inverse {
43841
- color: #fff;
43842
- background: #fadb14;
43843
- border-color: #fadb14;
43844
- }
43845
- .ant-tag-gold {
43846
- color: #d48806;
43847
- background: #fffbe6;
43848
- border-color: #ffe58f;
43849
- }
43850
- .ant-tag-gold-inverse {
43851
- color: #fff;
43852
- background: #faad14;
43853
- border-color: #faad14;
43854
- }
43855
- .ant-tag-cyan {
43856
- color: #08979c;
43857
- background: #e6fffb;
43858
- border-color: #87e8de;
43859
- }
43860
- .ant-tag-cyan-inverse {
43861
- color: #fff;
43862
- background: #13c2c2;
43863
- border-color: #13c2c2;
43864
- }
43865
- .ant-tag-lime {
43866
- color: #7cb305;
43867
- background: #fcffe6;
43868
- border-color: #eaff8f;
43869
- }
43870
- .ant-tag-lime-inverse {
43871
- color: #fff;
43872
- background: #a0d911;
43873
- border-color: #a0d911;
43874
- }
43875
- .ant-tag-green {
43876
- color: #389e0d;
43877
- background: #f6ffed;
43878
- border-color: #b7eb8f;
43879
- }
43880
- .ant-tag-green-inverse {
43881
- color: #fff;
43882
- background: #52c41a;
43883
- border-color: #52c41a;
43884
- }
43885
- .ant-tag-blue {
43886
- color: #096dd9;
43887
- background: #e6f7ff;
43888
- border-color: #91d5ff;
43889
- }
43890
- .ant-tag-blue-inverse {
43891
- color: #fff;
43892
- background: #1890ff;
43893
- border-color: #1890ff;
43894
- }
43895
- .ant-tag-geekblue {
43896
- color: #1d39c4;
43897
- background: #f0f5ff;
43898
- border-color: #adc6ff;
43899
- }
43900
- .ant-tag-geekblue-inverse {
43901
- color: #fff;
43902
- background: #2f54eb;
43903
- border-color: #2f54eb;
43904
- }
43905
- .ant-tag-purple {
43906
- color: #531dab;
43907
- background: #f9f0ff;
43908
- border-color: #d3adf7;
44218
+ left: 50%;
43909
44219
  }
43910
- .ant-tag-purple-inverse {
43911
- color: #fff;
43912
- background: #722ed1;
43913
- border-color: #722ed1;
44220
+ .ant-picker-panel-rtl .ant-picker-cell-range-hover.ant-picker-cell-range-end::after {
44221
+ right: 50%;
44222
+ left: 0;
43914
44223
  }
43915
- .ant-tag-success {
43916
- color: #52c41a;
43917
- background: #f6ffed;
43918
- border-color: #b7eb8f;
44224
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-start:not(.ant-picker-cell-range-start-single):not(.ant-picker-cell-range-end) .ant-picker-cell-inner {
44225
+ border-radius: 0 2px 2px 0;
43919
44226
  }
43920
- .ant-tag-processing {
43921
- color: #1890ff;
43922
- background: #e6f7ff;
43923
- border-color: #91d5ff;
44227
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-end:not(.ant-picker-cell-range-end-single):not(.ant-picker-cell-range-start) .ant-picker-cell-inner {
44228
+ border-radius: 2px 0 0 2px;
43924
44229
  }
43925
- .ant-tag-error {
43926
- color: #ff4d4f;
43927
- background: #fff2f0;
43928
- border-color: #ffccc7;
44230
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):first-child::after,
44231
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start.ant-picker-cell-range-hover-edge-start-near-range::after,
44232
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover-edge-start-near-range)::after,
44233
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-start::after {
44234
+ right: 6px;
44235
+ left: 0;
44236
+ border-right: 1px dashed #7ec1ff;
44237
+ border-left: none;
44238
+ border-radius: 0 2px 2px 0;
43929
44239
  }
43930
- .ant-tag-warning {
43931
- color: #faad14;
43932
- background: #fffbe6;
43933
- border-color: #ffe58f;
44240
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover:not(.ant-picker-cell-selected):last-child::after,
44241
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-edge-end.ant-picker-cell-range-hover-edge-end-near-range::after,
44242
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover-edge-end-near-range)::after,
44243
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-range-hover-end::after {
44244
+ right: 0;
44245
+ left: 6px;
44246
+ border-right: none;
44247
+ border-left: 1px dashed #7ec1ff;
44248
+ border-radius: 2px 0 0 2px;
43934
44249
  }
43935
- .ant-tag > .anticon + span,
43936
- .ant-tag > span + .anticon {
43937
- margin-left: 7px;
44250
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-start:last-child::after,
44251
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-range-hover-end:first-child::after,
44252
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
44253
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover-end.ant-picker-cell-range-hover-edge-start:not(.ant-picker-cell-range-hover)::after,
44254
+ .ant-picker-panel-rtl .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover-start.ant-picker-cell-range-hover-edge-end:not(.ant-picker-cell-range-hover)::after,
44255
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-start.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-start:last-child::after,
44256
+ .ant-picker-panel-rtl tr > .ant-picker-cell-in-view.ant-picker-cell-end.ant-picker-cell-range-hover.ant-picker-cell-range-hover-edge-end:first-child::after {
44257
+ right: 6px;
44258
+ left: 6px;
44259
+ border-right: 1px dashed #7ec1ff;
44260
+ border-left: 1px dashed #7ec1ff;
44261
+ border-radius: 2px;
43938
44262
  }
43939
- .ant-tag.ant-tag-rtl {
43940
- margin-right: 0;
43941
- margin-left: 8px;
44263
+ .ant-picker-dropdown-rtl .ant-picker-footer-extra {
43942
44264
  direction: rtl;
43943
44265
  text-align: right;
43944
44266
  }
43945
- .ant-tag-rtl .ant-tag-close-icon {
43946
- margin-right: 3px;
43947
- margin-left: 0;
43948
- }
43949
- .ant-tag-rtl.ant-tag > .anticon + span,
43950
- .ant-tag-rtl.ant-tag > span + .anticon {
43951
- margin-right: 7px;
43952
- margin-left: 0;
44267
+ .ant-picker-panel-rtl .ant-picker-time-panel {
44268
+ direction: ltr;
43953
44269
  }
43954
44270
 
43955
44271
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
43956
44272
  /* stylelint-disable no-duplicate-selectors */
43957
44273
  /* stylelint-disable */
43958
44274
  /* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
43959
- .ant-modal {
44275
+ .ant-tag {
43960
44276
  box-sizing: border-box;
43961
44277
  margin: 0;
43962
44278
  padding: 0;
@@ -43966,244 +44282,239 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
43966
44282
  line-height: 1.5715;
43967
44283
  list-style: none;
43968
44284
  font-feature-settings: 'tnum';
43969
- pointer-events: none;
43970
- position: relative;
43971
- top: 100px;
43972
- width: auto;
43973
- max-width: calc(100vw - 32px);
43974
- margin: 0 auto;
43975
- padding-bottom: 24px;
43976
- }
43977
- .ant-modal.ant-zoom-enter,
43978
- .ant-modal.ant-zoom-appear {
43979
- transform: none;
43980
- opacity: 0;
43981
- animation-duration: 0.3s;
43982
- user-select: none;
43983
- }
43984
- .ant-modal-mask {
43985
- position: fixed;
43986
- top: 0;
43987
- right: 0;
43988
- bottom: 0;
43989
- left: 0;
43990
- z-index: 1000;
43991
- height: 100%;
43992
- background-color: rgba(0, 0, 0, 0.45);
44285
+ display: inline-block;
44286
+ height: auto;
44287
+ margin-right: 8px;
44288
+ padding: 0 7px;
44289
+ font-size: 12px;
44290
+ line-height: 20px;
44291
+ white-space: nowrap;
44292
+ background: #fafafa;
44293
+ border: 1px solid #d9d9d9;
44294
+ border-radius: 2px;
44295
+ opacity: 1;
44296
+ transition: all 0.3s;
43993
44297
  }
43994
- .ant-modal-mask-hidden {
43995
- display: none;
44298
+ .ant-tag,
44299
+ .ant-tag a,
44300
+ .ant-tag a:hover {
44301
+ color: rgba(0, 0, 0, 0.85);
43996
44302
  }
43997
- .ant-modal-wrap {
43998
- position: fixed;
43999
- top: 0;
44000
- right: 0;
44001
- bottom: 0;
44002
- left: 0;
44003
- overflow: auto;
44004
- outline: 0;
44303
+ .ant-tag > a:first-child:last-child {
44304
+ display: inline-block;
44305
+ margin: 0 -8px;
44306
+ padding: 0 8px;
44005
44307
  }
44006
- .ant-modal-wrap {
44007
- z-index: 1000;
44308
+ .ant-tag-close-icon {
44309
+ margin-left: 3px;
44310
+ color: rgba(0, 0, 0, 0.45);
44311
+ font-size: 10px;
44312
+ cursor: pointer;
44313
+ transition: all 0.3s;
44008
44314
  }
44009
- .ant-modal-title {
44010
- margin: 0;
44315
+ .ant-tag-close-icon:hover {
44011
44316
  color: rgba(0, 0, 0, 0.85);
44012
- font-weight: 500;
44013
- font-size: 16px;
44014
- line-height: 22px;
44015
- word-wrap: break-word;
44016
44317
  }
44017
- .ant-modal-content {
44018
- position: relative;
44019
- background-color: #fff;
44020
- background-clip: padding-box;
44021
- border: 0;
44022
- border-radius: 2px;
44023
- box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12), 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
44024
- pointer-events: auto;
44318
+ .ant-tag-has-color {
44319
+ border-color: transparent;
44025
44320
  }
44026
- .ant-modal-close {
44027
- position: absolute;
44028
- top: 0;
44029
- right: 0;
44030
- z-index: 10;
44031
- padding: 0;
44032
- color: rgba(0, 0, 0, 0.45);
44033
- font-weight: 700;
44034
- line-height: 1;
44035
- text-decoration: none;
44036
- background: transparent;
44037
- border: 0;
44038
- outline: 0;
44321
+ .ant-tag-has-color,
44322
+ .ant-tag-has-color a,
44323
+ .ant-tag-has-color a:hover,
44324
+ .ant-tag-has-color .anticon-close,
44325
+ .ant-tag-has-color .anticon-close:hover {
44326
+ color: #fff;
44327
+ }
44328
+ .ant-tag-checkable {
44329
+ background-color: transparent;
44330
+ border-color: transparent;
44039
44331
  cursor: pointer;
44040
- transition: color 0.3s;
44041
44332
  }
44042
- .ant-modal-close-x {
44043
- display: block;
44044
- width: 54px;
44045
- height: 54px;
44046
- font-size: 16px;
44047
- font-style: normal;
44048
- line-height: 54px;
44049
- text-align: center;
44050
- text-transform: none;
44051
- text-rendering: auto;
44333
+ .ant-tag-checkable:not(.ant-tag-checkable-checked):hover {
44334
+ color: #1890ff;
44052
44335
  }
44053
- .ant-modal-close:focus,
44054
- .ant-modal-close:hover {
44055
- color: rgba(0, 0, 0, 0.75);
44056
- text-decoration: none;
44336
+ .ant-tag-checkable:active,
44337
+ .ant-tag-checkable-checked {
44338
+ color: #fff;
44057
44339
  }
44058
- .ant-modal-header {
44059
- padding: 16px 24px;
44060
- color: rgba(0, 0, 0, 0.85);
44061
- background: #fff;
44062
- border-bottom: 1px solid #f0f0f0;
44063
- border-radius: 2px 2px 0 0;
44340
+ .ant-tag-checkable-checked {
44341
+ background-color: #1890ff;
44064
44342
  }
44065
- .ant-modal-body {
44066
- padding: 24px;
44067
- font-size: 14px;
44068
- line-height: 1.5715;
44069
- word-wrap: break-word;
44343
+ .ant-tag-checkable:active {
44344
+ background-color: #096dd9;
44070
44345
  }
44071
- .ant-modal-footer {
44072
- padding: 10px 16px;
44073
- text-align: right;
44074
- background: transparent;
44075
- border-top: 1px solid #f0f0f0;
44076
- border-radius: 0 0 2px 2px;
44346
+ .ant-tag-hidden {
44347
+ display: none;
44077
44348
  }
44078
- .ant-modal-footer .ant-btn + .ant-btn:not(.ant-dropdown-trigger) {
44079
- margin-bottom: 0;
44080
- margin-left: 8px;
44349
+ .ant-tag-pink {
44350
+ color: #c41d7f;
44351
+ background: #fff0f6;
44352
+ border-color: #ffadd2;
44081
44353
  }
44082
- .ant-modal-open {
44083
- overflow: hidden;
44354
+ .ant-tag-pink-inverse {
44355
+ color: #fff;
44356
+ background: #eb2f96;
44357
+ border-color: #eb2f96;
44358
+ }
44359
+ .ant-tag-magenta {
44360
+ color: #c41d7f;
44361
+ background: #fff0f6;
44362
+ border-color: #ffadd2;
44363
+ }
44364
+ .ant-tag-magenta-inverse {
44365
+ color: #fff;
44366
+ background: #eb2f96;
44367
+ border-color: #eb2f96;
44368
+ }
44369
+ .ant-tag-red {
44370
+ color: #cf1322;
44371
+ background: #fff1f0;
44372
+ border-color: #ffa39e;
44373
+ }
44374
+ .ant-tag-red-inverse {
44375
+ color: #fff;
44376
+ background: #f5222d;
44377
+ border-color: #f5222d;
44378
+ }
44379
+ .ant-tag-volcano {
44380
+ color: #d4380d;
44381
+ background: #fff2e8;
44382
+ border-color: #ffbb96;
44084
44383
  }
44085
- .ant-modal-centered {
44086
- text-align: center;
44384
+ .ant-tag-volcano-inverse {
44385
+ color: #fff;
44386
+ background: #fa541c;
44387
+ border-color: #fa541c;
44087
44388
  }
44088
- .ant-modal-centered::before {
44089
- display: inline-block;
44090
- width: 0;
44091
- height: 100%;
44092
- vertical-align: middle;
44093
- content: '';
44389
+ .ant-tag-orange {
44390
+ color: #d46b08;
44391
+ background: #fff7e6;
44392
+ border-color: #ffd591;
44094
44393
  }
44095
- .ant-modal-centered .ant-modal {
44096
- top: 0;
44097
- display: inline-block;
44098
- padding-bottom: 0;
44099
- text-align: left;
44100
- vertical-align: middle;
44394
+ .ant-tag-orange-inverse {
44395
+ color: #fff;
44396
+ background: #fa8c16;
44397
+ border-color: #fa8c16;
44101
44398
  }
44102
- @media (max-width: 767px) {
44103
- .ant-modal {
44104
- max-width: calc(100vw - 16px);
44105
- margin: 8px auto;
44106
- }
44107
- .ant-modal-centered .ant-modal {
44108
- flex: 1;
44109
- }
44399
+ .ant-tag-yellow {
44400
+ color: #d4b106;
44401
+ background: #feffe6;
44402
+ border-color: #fffb8f;
44110
44403
  }
44111
- .ant-modal-confirm .ant-modal-header {
44112
- display: none;
44404
+ .ant-tag-yellow-inverse {
44405
+ color: #fff;
44406
+ background: #fadb14;
44407
+ border-color: #fadb14;
44113
44408
  }
44114
- .ant-modal-confirm .ant-modal-body {
44115
- padding: 32px 32px 24px;
44409
+ .ant-tag-gold {
44410
+ color: #d48806;
44411
+ background: #fffbe6;
44412
+ border-color: #ffe58f;
44116
44413
  }
44117
- .ant-modal-confirm-body-wrapper::before {
44118
- display: table;
44119
- content: '';
44414
+ .ant-tag-gold-inverse {
44415
+ color: #fff;
44416
+ background: #faad14;
44417
+ border-color: #faad14;
44120
44418
  }
44121
- .ant-modal-confirm-body-wrapper::after {
44122
- display: table;
44123
- clear: both;
44124
- content: '';
44419
+ .ant-tag-cyan {
44420
+ color: #08979c;
44421
+ background: #e6fffb;
44422
+ border-color: #87e8de;
44125
44423
  }
44126
- .ant-modal-confirm-body .ant-modal-confirm-title {
44127
- display: block;
44128
- overflow: hidden;
44129
- color: rgba(0, 0, 0, 0.85);
44130
- font-weight: 500;
44131
- font-size: 16px;
44132
- line-height: 1.4;
44424
+ .ant-tag-cyan-inverse {
44425
+ color: #fff;
44426
+ background: #13c2c2;
44427
+ border-color: #13c2c2;
44133
44428
  }
44134
- .ant-modal-confirm-body .ant-modal-confirm-content {
44135
- margin-top: 8px;
44136
- color: rgba(0, 0, 0, 0.85);
44137
- font-size: 14px;
44429
+ .ant-tag-lime {
44430
+ color: #7cb305;
44431
+ background: #fcffe6;
44432
+ border-color: #eaff8f;
44138
44433
  }
44139
- .ant-modal-confirm-body > .anticon {
44140
- float: left;
44141
- margin-right: 16px;
44142
- font-size: 22px;
44434
+ .ant-tag-lime-inverse {
44435
+ color: #fff;
44436
+ background: #a0d911;
44437
+ border-color: #a0d911;
44143
44438
  }
44144
- .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
44145
- margin-left: 38px;
44439
+ .ant-tag-green {
44440
+ color: #389e0d;
44441
+ background: #f6ffed;
44442
+ border-color: #b7eb8f;
44146
44443
  }
44147
- .ant-modal-confirm .ant-modal-confirm-btns {
44148
- margin-top: 24px;
44149
- text-align: right;
44444
+ .ant-tag-green-inverse {
44445
+ color: #fff;
44446
+ background: #52c41a;
44447
+ border-color: #52c41a;
44150
44448
  }
44151
- .ant-modal-confirm .ant-modal-confirm-btns .ant-btn + .ant-btn {
44152
- margin-bottom: 0;
44153
- margin-left: 8px;
44449
+ .ant-tag-blue {
44450
+ color: #096dd9;
44451
+ background: #e6f7ff;
44452
+ border-color: #91d5ff;
44154
44453
  }
44155
- .ant-modal-confirm-error .ant-modal-confirm-body > .anticon {
44156
- color: #ff4d4f;
44454
+ .ant-tag-blue-inverse {
44455
+ color: #fff;
44456
+ background: #1890ff;
44457
+ border-color: #1890ff;
44157
44458
  }
44158
- .ant-modal-confirm-warning .ant-modal-confirm-body > .anticon,
44159
- .ant-modal-confirm-confirm .ant-modal-confirm-body > .anticon {
44160
- color: #faad14;
44459
+ .ant-tag-geekblue {
44460
+ color: #1d39c4;
44461
+ background: #f0f5ff;
44462
+ border-color: #adc6ff;
44161
44463
  }
44162
- .ant-modal-confirm-info .ant-modal-confirm-body > .anticon {
44163
- color: #1890ff;
44464
+ .ant-tag-geekblue-inverse {
44465
+ color: #fff;
44466
+ background: #2f54eb;
44467
+ border-color: #2f54eb;
44164
44468
  }
44165
- .ant-modal-confirm-success .ant-modal-confirm-body > .anticon {
44166
- color: #52c41a;
44469
+ .ant-tag-purple {
44470
+ color: #531dab;
44471
+ background: #f9f0ff;
44472
+ border-color: #d3adf7;
44167
44473
  }
44168
- .ant-modal-confirm .ant-zoom-leave .ant-modal-confirm-btns {
44169
- pointer-events: none;
44474
+ .ant-tag-purple-inverse {
44475
+ color: #fff;
44476
+ background: #722ed1;
44477
+ border-color: #722ed1;
44170
44478
  }
44171
- .ant-modal-wrap-rtl {
44172
- direction: rtl;
44479
+ .ant-tag-success {
44480
+ color: #52c41a;
44481
+ background: #f6ffed;
44482
+ border-color: #b7eb8f;
44173
44483
  }
44174
- .ant-modal-wrap-rtl .ant-modal-close {
44175
- right: initial;
44176
- left: 0;
44484
+ .ant-tag-processing {
44485
+ color: #1890ff;
44486
+ background: #e6f7ff;
44487
+ border-color: #91d5ff;
44177
44488
  }
44178
- .ant-modal-wrap-rtl .ant-modal-footer {
44179
- text-align: left;
44489
+ .ant-tag-error {
44490
+ color: #ff4d4f;
44491
+ background: #fff2f0;
44492
+ border-color: #ffccc7;
44180
44493
  }
44181
- .ant-modal-wrap-rtl .ant-modal-footer .ant-btn + .ant-btn {
44182
- margin-right: 8px;
44183
- margin-left: 0;
44494
+ .ant-tag-warning {
44495
+ color: #faad14;
44496
+ background: #fffbe6;
44497
+ border-color: #ffe58f;
44184
44498
  }
44185
- .ant-modal-wrap-rtl .ant-modal-confirm-body {
44186
- direction: rtl;
44499
+ .ant-tag > .anticon + span,
44500
+ .ant-tag > span + .anticon {
44501
+ margin-left: 7px;
44187
44502
  }
44188
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon {
44189
- float: right;
44503
+ .ant-tag.ant-tag-rtl {
44190
44504
  margin-right: 0;
44191
- margin-left: 16px;
44505
+ margin-left: 8px;
44506
+ direction: rtl;
44507
+ text-align: right;
44192
44508
  }
44193
- .ant-modal-wrap-rtl .ant-modal-confirm-body > .anticon + .ant-modal-confirm-title + .ant-modal-confirm-content {
44194
- margin-right: 38px;
44509
+ .ant-tag-rtl .ant-tag-close-icon {
44510
+ margin-right: 3px;
44195
44511
  margin-left: 0;
44196
44512
  }
44197
- .ant-modal-wrap-rtl .ant-modal-confirm-btns {
44198
- text-align: left;
44199
- }
44200
- .ant-modal-wrap-rtl .ant-modal-confirm-btns .ant-btn + .ant-btn {
44201
- margin-right: 8px;
44513
+ .ant-tag-rtl.ant-tag > .anticon + span,
44514
+ .ant-tag-rtl.ant-tag > span + .anticon {
44515
+ margin-right: 7px;
44202
44516
  margin-left: 0;
44203
44517
  }
44204
- .ant-modal-wrap-rtl.ant-modal-centered .ant-modal {
44205
- text-align: right;
44206
- }
44207
44518
 
44208
44519
  .PageI18nCheck {
44209
44520
  scrollbar-width: none;
@@ -44456,76 +44767,18 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
44456
44767
  .ant-progress-rtl.ant-progress-show-info .ant-progress-outer {
44457
44768
  margin-right: 0;
44458
44769
  margin-left: calc(-2em - 8px);
44459
- padding-right: 0;
44460
- padding-left: calc(2em + 8px);
44461
- }
44462
- .ant-progress-rtl .ant-progress-success-bg {
44463
- right: 0;
44464
- left: auto;
44465
- }
44466
- .ant-progress-rtl.ant-progress-line .ant-progress-text,
44467
- .ant-progress-rtl.ant-progress-steps .ant-progress-text {
44468
- margin-right: 8px;
44469
- margin-left: 0;
44470
- text-align: right;
44471
- }
44472
-
44473
- .top-status-bar {
44474
- width: 100vw;
44475
- height: 28px;
44476
- opacity: 1;
44477
- display: flex;
44478
- flex-direction: row;
44479
- justify-content: space-between;
44480
- align-items: center;
44481
- padding: 0px 12px;
44482
- align-self: stretch;
44483
- background: #2b2b2b;
44484
- z-index: 2;
44485
- }
44486
- .top-status-bar .home-icon {
44487
- display: flex;
44488
- flex-direction: row;
44489
- align-items: center;
44490
- }
44491
- .top-status-bar .home-icon span {
44492
- margin-left: 4px;
44493
- font-family: PingFang SC;
44494
- font-size: 12px;
44495
- font-weight: normal;
44496
- line-height: 16px;
44497
- letter-spacing: 0px;
44498
- /* 文字/标准色 */
44499
- color: #bbbbbb;
44500
- }
44501
- .top-status-bar .dev-name {
44502
- flex: 1;
44503
- display: flex;
44504
- flex-direction: row;
44505
- align-items: center;
44506
- justify-content: flex-start;
44507
- padding: 0 20px;
44508
- font-family: PingFang SC;
44509
- font-size: 12px;
44510
- font-weight: normal;
44511
- line-height: 16px;
44512
- letter-spacing: 0px;
44513
- /* 文字/标准色 */
44514
- color: #bbbbbb;
44770
+ padding-right: 0;
44771
+ padding-left: calc(2em + 8px);
44515
44772
  }
44516
- .top-status-bar .version-tag {
44517
- z-index: 99;
44518
- font-family: PingFang SC;
44519
- font-size: 12px;
44520
- font-weight: normal;
44521
- line-height: 16px;
44522
- letter-spacing: 0px;
44523
- color: #bbbbbb;
44773
+ .ant-progress-rtl .ant-progress-success-bg {
44774
+ right: 0;
44775
+ left: auto;
44524
44776
  }
44525
- .top-status-bar .version-tag div {
44526
- display: flex;
44527
- flex-direction: row;
44528
- align-items: center;
44777
+ .ant-progress-rtl.ant-progress-line .ant-progress-text,
44778
+ .ant-progress-rtl.ant-progress-steps .ant-progress-text {
44779
+ margin-right: 8px;
44780
+ margin-left: 0;
44781
+ text-align: right;
44529
44782
  }
44530
44783
 
44531
44784
  /* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
@@ -44986,239 +45239,78 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
44986
45239
  padding-left: 0;
44987
45240
  }
44988
45241
 
44989
- .dev-item-wrapper {
44990
- width: 331px;
44991
- position: relative;
44992
- border-radius: 4px;
44993
- background-color: #fff;
44994
- padding: 9px 8px;
44995
- display: flex;
44996
- flex-direction: row;
44997
- align-items: flex-start;
44998
- justify-content: space-between;
44999
- }
45000
- .dev-item-wrapper .icon {
45001
- width: 64px;
45002
- height: 64px;
45003
- }
45004
- .dev-item-wrapper .name-tags {
45242
+ .extension-container {
45005
45243
  display: flex;
45006
45244
  flex-direction: column;
45007
- flex: 1;
45008
- margin-left: 8px;
45009
- }
45010
- .dev-item-wrapper .name-tags .name-status {
45011
- display: flex;
45012
- justify-content: space-between;
45013
- width: 243px;
45014
- margin-top: 5px;
45015
- }
45016
- .dev-item-wrapper .name-tags .name-status .name {
45017
- font-family: PingFang SC;
45018
- font-size: 14px;
45019
- font-weight: 500;
45020
- line-height: normal;
45021
- letter-spacing: 0px;
45022
- color: #3d3d3d;
45023
- overflow: hidden;
45024
- text-overflow: ellipsis;
45025
- white-space: nowrap;
45026
- max-width: 77%;
45027
- }
45028
- .dev-item-wrapper .name-tags .name-status .online {
45029
- width: 6px;
45030
- height: 6px;
45031
- background-color: #34c759;
45032
- border-radius: 3px;
45033
- margin-right: 4px;
45034
- }
45035
- .dev-item-wrapper .name-tags .name-status .offline {
45036
- width: 6px;
45037
- height: 6px;
45038
- background-color: #666666;
45039
- border-radius: 3px;
45040
- margin-right: 4px;
45041
- }
45042
- .dev-item-wrapper .name-tags .name-status .status {
45043
- font-family: PingFang SC;
45044
- font-size: 12px;
45045
- font-weight: normal;
45046
- line-height: 14px;
45047
- letter-spacing: 0px;
45048
- color: #3d3d3d;
45049
- display: flex;
45050
- flex-direction: row;
45051
- align-items: center;
45052
- justify-content: center;
45053
- margin-right: 8px;
45245
+ width: 100vw;
45246
+ height: 100vh;
45247
+ background-color: #f3f3f3;
45054
45248
  }
45055
- .dev-item-wrapper .tags {
45056
- display: flex;
45057
- flex-direction: row;
45058
- align-items: center;
45059
- justify-content: flex-end;
45060
- margin-top: 12px;
45061
- font-family: PingFang SC;
45062
- font-size: 12px;
45063
- font-weight: normal;
45064
- line-height: 14px;
45065
- letter-spacing: 0px;
45066
- color: #3d3d3d;
45249
+ .extension-container .content {
45250
+ margin: 16px;
45067
45251
  }
45068
- .dev-item-wrapper .tags .dev-type {
45069
- height: 22px;
45070
- padding: 4px 8px;
45071
- background: #f5f0e6;
45072
- border: 1px solid #e0cea8;
45252
+ .extension-container .head {
45253
+ padding: 16px;
45254
+ width: calc(100vw - 32px);
45255
+ height: 80px;
45073
45256
  display: flex;
45074
45257
  align-items: center;
45075
45258
  justify-content: center;
45076
- margin-right: 8px;
45077
45259
  }
45078
- .dev-item-wrapper .tags .group {
45079
- height: 22px;
45080
- padding: 4px 8px;
45081
- background: #e6eef7;
45082
- border: 1px solid #c5dffc;
45083
- display: flex;
45084
- align-items: center;
45085
- justify-content: center;
45086
- margin-right: 8px;
45260
+ .extension-container .list {
45261
+ display: grid;
45262
+ grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
45263
+ row-gap: 30px;
45264
+ column-gap: 30px;
45265
+ padding: 16px;
45266
+ height: calc(100vh - 144px);
45267
+ overflow: scroll;
45087
45268
  }
45088
- .dev-item-wrapper .tags .shared {
45089
- height: 22px;
45090
- padding: 4px 8px;
45091
- background: #f0fae8;
45092
- border: 1px solid #34c759;
45269
+ .extension-container .list .loading {
45270
+ width: 100vw;
45271
+ height: calc(100vh - 144px);
45093
45272
  display: flex;
45094
45273
  align-items: center;
45095
45274
  justify-content: center;
45096
45275
  }
45097
- .dev-item-wrapper .room-status {
45098
- color: rgba(0, 0, 0, 0.5);
45099
- font-family: SF Pro Display;
45100
- font-size: 13px;
45101
- font-style: normal;
45102
- font-weight: 400;
45103
- line-height: 18px;
45104
- /* 138.462% */
45105
- }
45106
- .dev-item-wrapper .room-status .room-name::after {
45107
- content: ' | ';
45108
- }
45109
- .dev-item-wrapper .offline {
45110
- color: #ffa000;
45111
- }
45112
- .checkedItem {
45113
- border-width: 2px;
45114
- border-color: #096dd9;
45115
- }
45116
- .checked-wrapper {
45117
- background: linear-gradient(0deg, #e6eef7, #e6eef7), #ffffff;
45118
- border: 1px solid #2f65ca;
45119
- }
45120
45276
 
45121
- .top-bar-wrapper {
45122
- width: 100vw;
45123
- display: flex;
45124
- position: relative;
45125
- flex-direction: column;
45126
- align-items: flex-start;
45127
- justify-content: center;
45128
- background-color: #f3f3f3;
45129
- }
45130
- .top-bar-wrapper .home-wrapper {
45277
+ .ext-item {
45278
+ min-width: 400px;
45131
45279
  width: 100%;
45132
- padding: 8px;
45133
- display: flex;
45134
- flex-direction: row;
45135
- align-items: center;
45136
- justify-content: flex-start;
45137
- background-color: #f3f3f3;
45138
- position: relative;
45139
- }
45140
- .top-bar-wrapper .home-wrapper .select-wrapper {
45141
- overflow: hidden;
45280
+ background-color: #fff;
45142
45281
  display: flex;
45143
- justify-content: space-around;
45144
45282
  align-items: center;
45283
+ justify-content: space-between;
45284
+ padding: 16px;
45285
+ border-radius: 16px;
45286
+ height: 230px;
45145
45287
  }
45146
- .top-bar-wrapper .home-wrapper .select-wrapper .select {
45147
- min-width: 150px;
45148
- background-color: #f3f3f3;
45149
- font-family: PingFang SC;
45150
- font-size: 13px;
45151
- font-weight: 500;
45152
- line-height: 16px;
45153
- letter-spacing: 0px;
45154
- color: #00000080;
45155
- white-space: wrap;
45156
- }
45157
- .top-bar-wrapper .home-wrapper .select-wrapper .select .ant-select-selector {
45158
- background-color: #f3f3f3;
45159
- border-width: 1px;
45160
- }
45161
- .top-bar-wrapper .home-wrapper .space {
45162
- flex: 1;
45163
- height: 100%;
45164
- }
45165
- .top-bar-wrapper .home-wrapper .rooms {
45166
- background-color: #f3f3f3;
45167
- margin-left: 9px;
45168
- border-radius: 3px;
45169
- overflow: hidden;
45170
- }
45171
- .add-button {
45172
- font-family: PingFang SC;
45173
- font-size: 13px;
45174
- font-weight: 500;
45175
- line-height: 16px;
45176
- text-align: center;
45177
- letter-spacing: 0px;
45178
- color: #ffffff;
45179
- }
45180
- .ant-btn.ant-btn-primary {
45181
- border-radius: 3px;
45182
- overflow: hidden;
45183
- }
45184
- .ant-btn.ant-btn-primary span {
45185
- margin-left: 4px;
45186
- }
45187
- .ant-btn.ant-btn-background-ghost[disabled] {
45188
- color: #000000;
45189
- background: #d5d5d5;
45190
- border-color: #d5d5d5;
45191
- }
45192
- .ant-btn.ant-btn-background-ghost {
45193
- color: #000000;
45194
- border-color: #d5d5d5;
45195
- border-radius: 3px;
45288
+ .ext-item .icon {
45289
+ width: 80px;
45290
+ height: 80px;
45196
45291
  }
45197
-
45198
- .container {
45292
+ .ext-item .info {
45199
45293
  display: flex;
45200
45294
  flex-direction: column;
45201
- height: 100vh;
45202
- width: 100vw;
45203
- background-color: #f3f3f3;
45295
+ flex: 1;
45296
+ margin-left: 16px;
45297
+ justify-content: space-between;
45204
45298
  }
45205
- .container .scroll {
45206
- margin-top: 10px;
45299
+ .ext-item .info .info-item {
45300
+ font-size: 15px;
45301
+ color: #666;
45302
+ font-weight: normal;
45303
+ margin-bottom: 6px;
45207
45304
  }
45208
- .container .scroll .device-list {
45209
- display: grid;
45210
- grid-template-columns: repeat(auto-fill, 331px);
45211
- row-gap: 10px;
45212
- column-gap: 10px;
45213
- padding: 16px;
45305
+ .ext-item .info .info-item .title {
45306
+ font-size: 16px;
45307
+ color: #333;
45308
+ font-weight: 600;
45214
45309
  }
45215
- .cat-title {
45216
- font-family: PingFang SC;
45217
- font-size: 13px;
45218
- font-weight: 500;
45219
- line-height: normal;
45220
- letter-spacing: 0px;
45221
- color: #000000;
45222
- padding: 0 16px;
45310
+ .ext-item .info .install-container {
45311
+ display: flex;
45312
+ align-items: center;
45313
+ justify-content: flex-end;
45314
+ margin-top: 4px;
45223
45315
  }
45224
45316