@tuya-sat/sdf-main-sdk 6.2.3 → 6.2.4-authDisabled.0
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.dcdb9c12.chunk.js → 364.1c48403a.chunk.js} +1 -1
- package/dist/{364.dcdb9c12.chunk.js.map → 364.1c48403a.chunk.js.map} +1 -1
- package/dist/en.json +2 -0
- package/dist/main.bundle.js +1 -1
- package/dist/main.bundle.js.map +1 -1
- package/dist/main.css +2 -2
- package/dist/main.css.map +1 -1
- package/dist/manifest.json +2 -2
- package/dist/utils/common.d.ts +8 -0
- package/dist/zh.json +2 -0
- package/package.json +1 -1
package/dist/main.css
CHANGED
|
@@ -2640,7 +2640,6 @@ body.dark .desc__wvzro {
|
|
|
2640
2640
|
top: -15px;
|
|
2641
2641
|
position: absolute;
|
|
2642
2642
|
backdrop-filter: blur(8px);
|
|
2643
|
-
cursor: pointer;
|
|
2644
2643
|
display: flex;
|
|
2645
2644
|
flex-direction: column;
|
|
2646
2645
|
justify-content: center;
|
|
@@ -2654,10 +2653,11 @@ body.dark .desc__wvzro {
|
|
|
2654
2653
|
background: rgba(255, 255, 255, 0.8);
|
|
2655
2654
|
}
|
|
2656
2655
|
.qrcodeContent__w8BGl .qrcodeExpiredText__m8PBM {
|
|
2656
|
+
line-height: 1.5;
|
|
2657
2657
|
font-size: 14px;
|
|
2658
2658
|
color: var(--main-app-color-text);
|
|
2659
2659
|
font-weight: 500;
|
|
2660
|
-
margin: 8px
|
|
2660
|
+
margin: 8px;
|
|
2661
2661
|
}
|
|
2662
2662
|
.qrcodeContent__w8BGl .qrcodeRefresh__PxCmT {
|
|
2663
2663
|
font-size: 14px;
|