@tuya-sat/sdf-main-sdk 0.4.1 → 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.0c9f8e7a.chunk.js → 131.3d276c62.chunk.js} +1 -1
- package/dist/{131.0c9f8e7a.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 +9 -3
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1185,14 +1185,16 @@ code {
|
|
|
1185
1185
|
align-items: center;
|
|
1186
1186
|
justify-content: center;
|
|
1187
1187
|
flex-direction: column;
|
|
1188
|
-
min-width:
|
|
1189
|
-
padding: 12px 16px;
|
|
1188
|
+
min-width: 200px;
|
|
1190
1189
|
text-align: center;
|
|
1191
1190
|
}
|
|
1191
|
+
.ZVs6dvdkgO00B_x5ENsm .main-app-qrTitle {
|
|
1192
|
+
margin-bottom: 12px;
|
|
1193
|
+
}
|
|
1192
1194
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_LEFT,
|
|
1193
1195
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_RIGHT {
|
|
1194
1196
|
flex-direction: row;
|
|
1195
|
-
width: 360px;
|
|
1197
|
+
max-width: 360px;
|
|
1196
1198
|
}
|
|
1197
1199
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_LEFT .main-app-qrTitle,
|
|
1198
1200
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
@@ -1202,6 +1204,10 @@ code {
|
|
|
1202
1204
|
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_RIGHT .main-app-qrTitle {
|
|
1203
1205
|
order: 2;
|
|
1204
1206
|
}
|
|
1207
|
+
.ZVs6dvdkgO00B_x5ENsm.TEXT_ON_BOTTOM .main-app-qrTitle {
|
|
1208
|
+
margin-top: 12px;
|
|
1209
|
+
margin-bottom: 0;
|
|
1210
|
+
}
|
|
1205
1211
|
.uTfTCH5kanMfsfYhdEPk {
|
|
1206
1212
|
position: relative;
|
|
1207
1213
|
flex: 1;
|