@tuya-sat/sdf-main-sdk 6.2.27 → 6.2.29

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
@@ -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;
@@ -1183,7 +1180,6 @@ body.dark .desc__ov6Pg {
1183
1180
  .imageWrapper__oev2g {
1184
1181
  transition: transform 0.2s ease;
1185
1182
  border-radius: 9px;
1186
- background: #F2F3F5;
1187
1183
  }
1188
1184
  .imageWrapper__oev2g:hover {
1189
1185
  transform: scale(1.02);