@tuya-sat/sdf-main-sdk 6.2.46 → 6.2.47
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/{364.a7fdb359.chunk.js → 364.7ee6d102.chunk.js} +1 -1
- package/dist/{364.a7fdb359.chunk.js.map → 364.7ee6d102.chunk.js.map} +1 -1
- package/dist/components/Layout/antd/components/UserAccount/TempUnitIcon.d.ts +8 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +10 -0
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/zh.json +1 -1
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -690,6 +690,16 @@ body.light .uploadModal__r50Ae .img-crop-control {
|
|
|
690
690
|
.featureList__i3LhM .main-app-nav-item:hover {
|
|
691
691
|
background: var(--main-app-color-bg-spotlight);
|
|
692
692
|
}
|
|
693
|
+
.tempUnitRow__s5yte {
|
|
694
|
+
display: flex;
|
|
695
|
+
align-items: center;
|
|
696
|
+
justify-content: space-between;
|
|
697
|
+
width: 100%;
|
|
698
|
+
gap: 8px;
|
|
699
|
+
}
|
|
700
|
+
.tempUnitValue__of5uI {
|
|
701
|
+
color: var(--main-app-color-text-tertiary);
|
|
702
|
+
}
|
|
693
703
|
.setting__EZbI3 {
|
|
694
704
|
padding: 4px 8px;
|
|
695
705
|
border-top: 1px solid var(--main-app-color-fill-secondary);
|