@zscreate/zhxy-app-component 1.0.181 → 1.0.182
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.
|
@@ -1887,11 +1887,10 @@ checkbox-group label {
|
|
|
1887
1887
|
display: inline-block;
|
|
1888
1888
|
}
|
|
1889
1889
|
|
|
1890
|
-
::v-deep .u-numberbox {
|
|
1890
|
+
::v-deep .u-numberbox , ::v-deep .u-number-box{
|
|
1891
1891
|
width: 100%;
|
|
1892
|
-
|
|
1893
|
-
|
|
1894
|
-
width: calc(100% - 80px) !important;
|
|
1892
|
+
.u-number-input, .u-number-box__input {
|
|
1893
|
+
width: calc(100% - 90px) !important;
|
|
1895
1894
|
}
|
|
1896
1895
|
}
|
|
1897
1896
|
::v-deep .wx-picker-container .wx-picker-action.wx-picker-action-confirm {
|