@tuya-sat/sdf-main-sdk 0.0.41 → 0.0.43
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.09fe0dce.chunk.js → 131.059e0451.chunk.js} +1 -1
- package/dist/{131.09fe0dce.chunk.js.map → 131.059e0451.chunk.js.map} +1 -1
- package/dist/en.json +176 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +4 -0
- package/dist/main.css.map +1 -1
- package/dist/zh.json +178 -0
- package/package.json +1 -1
- package/webpack.config.js +50 -38
package/dist/main.css
CHANGED
|
@@ -1472,6 +1472,7 @@ code {
|
|
|
1472
1472
|
cursor: pointer;
|
|
1473
1473
|
min-width: -moz-fit-content;
|
|
1474
1474
|
min-width: fit-content;
|
|
1475
|
+
margin-left: 10px;
|
|
1475
1476
|
}
|
|
1476
1477
|
.IMcphrQ5pDLQDwJIT3Vf .HWSr_uCRgBHP_hH4ap0Q h1 {
|
|
1477
1478
|
font-size: 18px;
|
|
@@ -33109,6 +33110,9 @@ html {
|
|
|
33109
33110
|
.main-menu-submenu:hover .main-menu-submenu-arrow {
|
|
33110
33111
|
color: var(--main-app-menu-text-actived) !important;
|
|
33111
33112
|
}
|
|
33113
|
+
.main-layout-header {
|
|
33114
|
+
padding: 0 !important;
|
|
33115
|
+
}
|
|
33112
33116
|
|
|
33113
33117
|
.kYwID71BH4o5ywcq2PkT {
|
|
33114
33118
|
position: relative;
|