@tuya-sat/sdf-main-sdk 0.0.41 → 0.0.42
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.51b9bc9c.chunk.js} +1 -1
- package/dist/{131.09fe0dce.chunk.js.map → 131.51b9bc9c.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 +3 -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
|
@@ -33109,6 +33109,9 @@ html {
|
|
|
33109
33109
|
.main-menu-submenu:hover .main-menu-submenu-arrow {
|
|
33110
33110
|
color: var(--main-app-menu-text-actived) !important;
|
|
33111
33111
|
}
|
|
33112
|
+
.main-layout-header {
|
|
33113
|
+
padding: 0 !important;
|
|
33114
|
+
}
|
|
33112
33115
|
|
|
33113
33116
|
.kYwID71BH4o5ywcq2PkT {
|
|
33114
33117
|
position: relative;
|