@tuya-sat/sdf-main-sdk 6.2.23 → 6.2.25

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/main.css CHANGED
@@ -787,6 +787,13 @@ body.light .uploadModal__r50Ae .img-crop-control {
787
787
  .smartHomeNotice__yonNd .selected-right__k83Rd button {
788
788
  margin-left: 8px;
789
789
  }
790
+ .notice__qISTJ .scrollArea__os1wi,
791
+ .smartHomeNotice__yonNd .scrollArea__os1wi {
792
+ flex: 1;
793
+ min-height: 0;
794
+ padding: 0 28px 20px;
795
+ overflow-y: auto;
796
+ }
790
797
  .notice__qISTJ .filterSection__ShfFs,
791
798
  .smartHomeNotice__yonNd .filterSection__ShfFs {
792
799
  display: flex;
@@ -795,7 +802,6 @@ body.light .uploadModal__r50Ae .img-crop-control {
795
802
  width: 100%;
796
803
  flex-wrap: wrap;
797
804
  padding-top: 24px;
798
- border-top: 1px solid var(--main-app-color-border-secondary);
799
805
  }
800
806
  .notice__qISTJ .tools__Vbi86 .noChecked__sut5m,
801
807
  .smartHomeNotice__yonNd .tools__Vbi86 .noChecked__sut5m {
@@ -875,7 +881,9 @@ body.light .uploadModal__r50Ae .img-crop-control {
875
881
  width: auto;
876
882
  margin: 20px;
877
883
  padding: 16px;
878
- overflow-y: auto;
884
+ overflow: hidden;
885
+ display: flex;
886
+ flex-direction: column;
879
887
  margin-top: 8px;
880
888
  padding-top: 0;
881
889
  }
@@ -908,14 +916,17 @@ body.light .uploadModal__r50Ae .img-crop-control {
908
916
  background: var(--main-app-color-bg-small);
909
917
  }
910
918
  .smartHomeNotice__yonNd {
911
- margin: 28px;
919
+ overflow: hidden;
920
+ display: flex;
921
+ flex-direction: column;
912
922
  }
913
923
  .smartHomeNotice__yonNd .smartHomeHeader__RqNL_ {
914
924
  display: flex;
915
925
  line-height: 32px;
916
926
  align-items: center;
917
927
  justify-content: space-between;
918
- margin-bottom: 20px;
928
+ padding: 28px 28px 20px;
929
+ border-bottom: 1px solid var(--main-app-color-border-secondary);
919
930
  }
920
931
  .smartHomeNotice__yonNd .smartHomeHeader__RqNL_ h3 {
921
932
  margin-left: 10px;
@@ -1978,6 +1989,45 @@ body.light .circle__l8iGG .main-badge-count {
1978
1989
  color: var(--main-primary-color);
1979
1990
  }
1980
1991
 
1992
+ .theme-menu__l_FNv {
1993
+ min-width: 160px;
1994
+ padding: 4px 0;
1995
+ }
1996
+ .theme-menu-item__Q5mH4 {
1997
+ display: flex;
1998
+ align-items: center;
1999
+ height: 36px;
2000
+ padding: 0 12px;
2001
+ cursor: pointer;
2002
+ -webkit-user-select: none;
2003
+ -moz-user-select: none;
2004
+ user-select: none;
2005
+ border-radius: 4px;
2006
+ transition: background-color 0.2s;
2007
+ }
2008
+ .theme-menu-item__Q5mH4:hover {
2009
+ background-color: rgba(0, 0, 0, 0.04);
2010
+ }
2011
+ .theme-menu-icon__EYXe5 {
2012
+ display: inline-flex;
2013
+ align-items: center;
2014
+ justify-content: center;
2015
+ width: 20px;
2016
+ margin-right: 8px;
2017
+ }
2018
+ .theme-menu-label__ikPCC {
2019
+ flex: 1;
2020
+ font-size: 14px;
2021
+ }
2022
+ .theme-menu-check__cg388 {
2023
+ display: inline-flex;
2024
+ align-items: center;
2025
+ justify-content: center;
2026
+ width: 16px;
2027
+ margin-left: 8px;
2028
+ color: var(--main-primary-color, #165dff);
2029
+ }
2030
+
1981
2031
  .appDownload__db5uD .main-popover-inner {
1982
2032
  padding: 12px;
1983
2033
  }