iv-npm 1.1.27 → 1.1.28
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/package.json
CHANGED
|
@@ -1855,7 +1855,7 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
|
|
|
1855
1855
|
required: __props.isRequired,
|
|
1856
1856
|
message: '请选择所属条线'
|
|
1857
1857
|
}],
|
|
1858
|
-
|
|
1858
|
+
style: vue.normalizeStyle(__props.formItemStyle)
|
|
1859
1859
|
}, {
|
|
1860
1860
|
label: vue.withCtx(function () {
|
|
1861
1861
|
return [_hoisted_1$4];
|
|
@@ -1889,7 +1889,7 @@ var script$4 = /*#__PURE__*/vue.defineComponent({
|
|
|
1889
1889
|
|
|
1890
1890
|
}, 8
|
|
1891
1891
|
/* PROPS */
|
|
1892
|
-
, ["rules", "
|
|
1892
|
+
, ["rules", "style"]);
|
|
1893
1893
|
};
|
|
1894
1894
|
}
|
|
1895
1895
|
});
|
|
@@ -1851,7 +1851,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
1851
1851
|
required: __props.isRequired,
|
|
1852
1852
|
message: '请选择所属条线'
|
|
1853
1853
|
}],
|
|
1854
|
-
|
|
1854
|
+
style: normalizeStyle(__props.formItemStyle)
|
|
1855
1855
|
}, {
|
|
1856
1856
|
label: withCtx(function () {
|
|
1857
1857
|
return [_hoisted_1$4];
|
|
@@ -1885,7 +1885,7 @@ var script$4 = /*#__PURE__*/defineComponent({
|
|
|
1885
1885
|
|
|
1886
1886
|
}, 8
|
|
1887
1887
|
/* PROPS */
|
|
1888
|
-
, ["rules", "
|
|
1888
|
+
, ["rules", "style"]);
|
|
1889
1889
|
};
|
|
1890
1890
|
}
|
|
1891
1891
|
});
|
|
@@ -1855,7 +1855,7 @@
|
|
|
1855
1855
|
required: __props.isRequired,
|
|
1856
1856
|
message: '请选择所属条线'
|
|
1857
1857
|
}],
|
|
1858
|
-
|
|
1858
|
+
style: vue.normalizeStyle(__props.formItemStyle)
|
|
1859
1859
|
}, {
|
|
1860
1860
|
label: vue.withCtx(function () {
|
|
1861
1861
|
return [_hoisted_1$4];
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
|
|
1890
1890
|
}, 8
|
|
1891
1891
|
/* PROPS */
|
|
1892
|
-
, ["rules", "
|
|
1892
|
+
, ["rules", "style"]);
|
|
1893
1893
|
};
|
|
1894
1894
|
}
|
|
1895
1895
|
});
|