@tuya-miniapp/ark-extension-virtual-device 1.1.24 → 1.1.25-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 -12
- package/dist/view/app.min.js +2 -2
- package/dist/worker/index.js +68395 -4734
- package/package.json +8 -3
package/dist/view/app.min.css
CHANGED
|
@@ -41868,6 +41868,18 @@ template {
|
|
|
41868
41868
|
direction: rtl;
|
|
41869
41869
|
}
|
|
41870
41870
|
|
|
41871
|
+
.ark-select {
|
|
41872
|
+
color: rgba(255, 255, 255, 0.6);
|
|
41873
|
+
font-size: 12px;
|
|
41874
|
+
}
|
|
41875
|
+
.ark-select .ant-select-selector {
|
|
41876
|
+
background-color: #292A2D !important;
|
|
41877
|
+
border: 1px solid #292A2D !important;
|
|
41878
|
+
}
|
|
41879
|
+
.ark-select .ant-select-arrow {
|
|
41880
|
+
color: rgba(255, 255, 255, 0.6) !important;
|
|
41881
|
+
}
|
|
41882
|
+
|
|
41871
41883
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
41872
41884
|
/* stylelint-disable no-duplicate-selectors */
|
|
41873
41885
|
/* stylelint-disable */
|
|
@@ -43760,18 +43772,6 @@ _:-ms-fullscreen .ant-picker-range-wrapper .ant-picker-year-panel .ant-picker-ce
|
|
|
43760
43772
|
text-align: right;
|
|
43761
43773
|
}
|
|
43762
43774
|
|
|
43763
|
-
.ark-select {
|
|
43764
|
-
color: rgba(255, 255, 255, 0.6);
|
|
43765
|
-
font-size: 12px;
|
|
43766
|
-
}
|
|
43767
|
-
.ark-select .ant-select-selector {
|
|
43768
|
-
background-color: #292A2D !important;
|
|
43769
|
-
border: 1px solid #292A2D !important;
|
|
43770
|
-
}
|
|
43771
|
-
.ark-select .ant-select-arrow {
|
|
43772
|
-
color: rgba(255, 255, 255, 0.6) !important;
|
|
43773
|
-
}
|
|
43774
|
-
|
|
43775
43775
|
/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
|
|
43776
43776
|
/* stylelint-disable no-duplicate-selectors */
|
|
43777
43777
|
/* stylelint-disable */
|