@tuya-sat/sdf-main-sdk 0.3.5 → 0.3.7-cube3.0
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.ea20a749.chunk.js → 131.c31a9dcc.chunk.js} +1 -1
- package/dist/{131.ea20a749.chunk.js.map → 131.c31a9dcc.chunk.js.map} +1 -1
- package/dist/components/BLayout/components/Header/index.d.ts +5 -3
- package/dist/en.json +2 -1
- package/dist/index.d.ts +13 -4
- package/dist/lang/index.d.ts +5 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +3 -2
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -4
- package/dist/pages/login.d.ts +2 -0
- package/dist/qiankun/utils/index.d.ts +2 -0
- package/dist/utils/common.d.ts +1 -0
- package/dist/zh.json +1 -0
- package/package.json +1 -1
- package/webpack.config.js +0 -6
- package/dist/static/img/1a627bbd762619cb553e.png +0 -0
- package/dist/static/img/cd53a77fb81c7c568c93.png +0 -0
package/dist/main.css
CHANGED
|
@@ -1165,7 +1165,6 @@ code {
|
|
|
1165
1165
|
justify-content: flex-end;
|
|
1166
1166
|
align-items: center;
|
|
1167
1167
|
flex: 1;
|
|
1168
|
-
overflow: hidden;
|
|
1169
1168
|
}
|
|
1170
1169
|
.isdmcx111H3RQQGgfO_O .XLOfNl_Y98JZRJDxpdDl {
|
|
1171
1170
|
margin-left: 24px;
|
|
@@ -1187,7 +1186,7 @@ code {
|
|
|
1187
1186
|
text-align: center;
|
|
1188
1187
|
}
|
|
1189
1188
|
.ief3gtMZ9vzmsORXzXpv {
|
|
1190
|
-
|
|
1189
|
+
max-width: 300px;
|
|
1191
1190
|
margin-left: -10px;
|
|
1192
1191
|
background-repeat: no-repeat;
|
|
1193
1192
|
background-size: contain;
|
|
@@ -1339,6 +1338,7 @@ code {
|
|
|
1339
1338
|
height: 100%;
|
|
1340
1339
|
display: flex;
|
|
1341
1340
|
flex-direction: row;
|
|
1341
|
+
align-items: center;
|
|
1342
1342
|
overflow-x: overlay;
|
|
1343
1343
|
overflow-y: hidden;
|
|
1344
1344
|
}
|
|
@@ -1473,6 +1473,7 @@ code {
|
|
|
1473
1473
|
min-width: -moz-fit-content;
|
|
1474
1474
|
min-width: fit-content;
|
|
1475
1475
|
margin-left: 10px;
|
|
1476
|
+
white-space: nowrap;
|
|
1476
1477
|
}
|
|
1477
1478
|
.IMcphrQ5pDLQDwJIT3Vf .HWSr_uCRgBHP_hH4ap0Q h1 {
|
|
1478
1479
|
font-size: 18px;
|