@tuya-sat/sdf-main-sdk 0.2.3 → 0.2.4-cube2.1
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.6434b1ea.chunk.js → 131.6cafe1d8.chunk.js} +1 -1
- package/dist/{131.6434b1ea.chunk.js.map → 131.6cafe1d8.chunk.js.map} +1 -1
- package/dist/components/BLayout/components/Header/index.d.ts +0 -1
- package/dist/en.json +1 -2
- package/dist/index.d.ts +2 -9
- package/dist/lang/index.d.ts +0 -5
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +2 -0
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/pages/login.d.ts +0 -2
- package/dist/qiankun/utils/index.d.ts +0 -2
- package/dist/utils/common.d.ts +0 -1
- package/dist/zh.json +0 -1
- package/package.json +1 -1
- package/webpack.config.js +6 -0
package/dist/main.css
CHANGED
|
@@ -1165,6 +1165,7 @@ code {
|
|
|
1165
1165
|
justify-content: flex-end;
|
|
1166
1166
|
align-items: center;
|
|
1167
1167
|
flex: 1;
|
|
1168
|
+
overflow: hidden;
|
|
1168
1169
|
}
|
|
1169
1170
|
.isdmcx111H3RQQGgfO_O .XLOfNl_Y98JZRJDxpdDl {
|
|
1170
1171
|
margin-left: 24px;
|
|
@@ -1472,6 +1473,7 @@ code {
|
|
|
1472
1473
|
min-width: -moz-fit-content;
|
|
1473
1474
|
min-width: fit-content;
|
|
1474
1475
|
margin-left: 10px;
|
|
1476
|
+
white-space: nowrap;
|
|
1475
1477
|
}
|
|
1476
1478
|
.IMcphrQ5pDLQDwJIT3Vf .HWSr_uCRgBHP_hH4ap0Q h1 {
|
|
1477
1479
|
font-size: 18px;
|