3h1-ui 1.4.1 → 1.5.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/es/index.js +3 -0
- package/lib/index.js +3 -0
- package/package.json +1 -1
package/es/index.js
CHANGED
|
@@ -7795,6 +7795,9 @@ const _sfc_main$K = /* @__PURE__ */ defineComponent({
|
|
|
7795
7795
|
...baseColProps,
|
|
7796
7796
|
...colProps
|
|
7797
7797
|
};
|
|
7798
|
+
if (/Mobi|Android|iPhone/i.test(navigator.userAgent)) {
|
|
7799
|
+
realColProps.span = (realColProps == null ? void 0 : realColProps.padSpan) || 24;
|
|
7800
|
+
}
|
|
7798
7801
|
const {
|
|
7799
7802
|
isIfShow,
|
|
7800
7803
|
isShow
|
package/lib/index.js
CHANGED
|
@@ -7797,6 +7797,9 @@ const _sfc_main$K = /* @__PURE__ */ vue.defineComponent({
|
|
|
7797
7797
|
...baseColProps,
|
|
7798
7798
|
...colProps
|
|
7799
7799
|
};
|
|
7800
|
+
if (/Mobi|Android|iPhone/i.test(navigator.userAgent)) {
|
|
7801
|
+
realColProps.span = (realColProps == null ? void 0 : realColProps.padSpan) || 24;
|
|
7802
|
+
}
|
|
7800
7803
|
const {
|
|
7801
7804
|
isIfShow,
|
|
7802
7805
|
isShow
|