@tuya-sat/sdf-main-sdk 6.2.24 → 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/{364.8b3c3045.chunk.js → 364.7f50b3a9.chunk.js} +1 -1
- package/dist/{364.8b3c3045.chunk.js.map → 364.7f50b3a9.chunk.js.map} +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +15 -4
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/package.json +1 -1
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
|
|
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
|
-
|
|
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
|
-
|
|
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;
|