@tuya-sat/sdf-main-sdk 6.2.27 → 6.2.28
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.4be2760f.chunk.js → 364.12427268.chunk.js} +1 -1
- package/dist/{364.4be2760f.chunk.js.map → 364.12427268.chunk.js.map} +1 -1
- package/dist/en.json +1 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +0 -3
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/zh.json +1 -0
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1127,11 +1127,9 @@ body.dark .desc__ov6Pg {
|
|
|
1127
1127
|
flex-direction: column;
|
|
1128
1128
|
max-height: -moz-max-content;
|
|
1129
1129
|
max-height: max-content;
|
|
1130
|
-
background: #fff;
|
|
1131
1130
|
}
|
|
1132
1131
|
/* 固定标题栏 */
|
|
1133
1132
|
.header__IFnZp {
|
|
1134
|
-
background: #fff;
|
|
1135
1133
|
flex-shrink: 0;
|
|
1136
1134
|
}
|
|
1137
1135
|
.titleSection__VBIZt {
|
|
@@ -1153,7 +1151,6 @@ body.dark .desc__ov6Pg {
|
|
|
1153
1151
|
.content__IUYSX {
|
|
1154
1152
|
flex: 1;
|
|
1155
1153
|
overflow-y: auto;
|
|
1156
|
-
background: #fff;
|
|
1157
1154
|
overflow-x: hidden;
|
|
1158
1155
|
max-height: -moz-max-content;
|
|
1159
1156
|
max-height: max-content;
|