@tuya-sat/sdf-main-sdk 0.0.32 → 0.0.34
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/dark-variable.less +1 -1
- package/dist/{131.33fd03e3.chunk.js → 131.5628cc25.chunk.js} +1 -1
- package/dist/{131.33fd03e3.chunk.js.map → 131.5628cc25.chunk.js.map} +1 -1
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +2 -3
- package/dist/main.css.map +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -1160,7 +1160,6 @@ code {
|
|
|
1160
1160
|
margin-right: 16px;
|
|
1161
1161
|
display: flex;
|
|
1162
1162
|
justify-content: flex-end;
|
|
1163
|
-
height: 48px;
|
|
1164
1163
|
align-items: center;
|
|
1165
1164
|
flex: 1;
|
|
1166
1165
|
overflow: hidden;
|
|
@@ -1463,7 +1462,6 @@ code {
|
|
|
1463
1462
|
display: flex;
|
|
1464
1463
|
justify-content: space-between;
|
|
1465
1464
|
align-items: center;
|
|
1466
|
-
padding: 0 16px;
|
|
1467
1465
|
width: 100%;
|
|
1468
1466
|
}
|
|
1469
1467
|
.IMcphrQ5pDLQDwJIT3Vf .HWSr_uCRgBHP_hH4ap0Q {
|
|
@@ -1607,7 +1605,7 @@ code {
|
|
|
1607
1605
|
.OavmHuEKo9iMHkbybn4Q {
|
|
1608
1606
|
padding: 0px 32px 24px;
|
|
1609
1607
|
width: 1000px;
|
|
1610
|
-
height: calc(100% -
|
|
1608
|
+
height: calc(100% - 48px);
|
|
1611
1609
|
margin: 32px auto;
|
|
1612
1610
|
overflow-y: auto;
|
|
1613
1611
|
}
|
|
@@ -33037,6 +33035,7 @@ html {
|
|
|
33037
33035
|
color: var(--main-app-navigate-text) !important;
|
|
33038
33036
|
background-color: var(--main-app-navigate-bg) !important;
|
|
33039
33037
|
border-bottom: 1px solid var(--main-app-navigate-boundary) !important;
|
|
33038
|
+
height: 48px !important;
|
|
33040
33039
|
}
|
|
33041
33040
|
.main-app-custom-nav-navItem {
|
|
33042
33041
|
color: var(--main-app-navigate-text) !important;
|