@tuya-miniapp/ark-extension-virtual-device 1.1.20 → 1.1.21-beta-2
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/view/app.min.css +12 -0
- package/dist/view/app.min.js +2 -2
- package/dist/worker/index.js +157198 -156584
- package/package.json +4 -2
package/dist/view/app.min.css
CHANGED
|
@@ -43744,6 +43744,18 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
43744
43744
|
text-align: right;
|
|
43745
43745
|
}
|
|
43746
43746
|
|
|
43747
|
+
.ark-select {
|
|
43748
|
+
color: rgba(255, 255, 255, 0.6);
|
|
43749
|
+
font-size: 12px;
|
|
43750
|
+
}
|
|
43751
|
+
.ark-select .ant-select-selector {
|
|
43752
|
+
background-color: #292A2D !important;
|
|
43753
|
+
border: 1px solid #292A2D !important;
|
|
43754
|
+
}
|
|
43755
|
+
.ark-select .ant-select-arrow {
|
|
43756
|
+
color: rgba(255, 255, 255, 0.6) !important;
|
|
43757
|
+
}
|
|
43758
|
+
|
|
43747
43759
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
43748
43760
|
/* stylelint-disable no-duplicate-selectors */
|
|
43749
43761
|
/* stylelint-disable */
|