@tuya-sat/sdf-main-sdk 0.4.2 → 0.4.3
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/{131.7ff26c81.chunk.js → 131.3d276c62.chunk.js} +1 -1
- package/dist/{131.7ff26c81.chunk.js.map → 131.3d276c62.chunk.js.map} +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +7 -0
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1188,6 +1188,9 @@ code {
|
|
|
1188
1188
|
min-width: 200px;
|
|
1189
1189
|
text-align: center;
|
|
1190
1190
|
}
|
|
1191
|
+
.ZVs6dvdkgO00B_x5ENsm .main-app-qrTitle {
|
|
1192
|
+
margin-bottom: 12px;
|
|
1193
|
+
}
|
|
1191
1194
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_LEFT,
|
|
1192
1195
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_RIGHT {
|
|
1193
1196
|
flex-direction: row;
|
|
@@ -1201,6 +1204,10 @@ code {
|
|
|
1201
1204
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1202
1205
|
order: 2;
|
|
1203
1206
|
}
|
|
1207
|
+
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_BOTTOM .main-app-qrTitle {
|
|
1208
|
+
margin-top: 12px;
|
|
1209
|
+
margin-bottom: 0;
|
|
1210
|
+
}
|
|
1204
1211
|
.uTfTCH5kanMfsfYhdEPk {
|
|
1205
1212
|
position: relative;
|
|
1206
1213
|
flex: 1;
|