@epie/bi-crud 2.0.29 → 2.0.30
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/lib/bi-crud.esm.js +1 -10
- package/lib/bi-crud.umd.js +1 -10
- package/package.json +1 -1
package/lib/bi-crud.esm.js
CHANGED
|
@@ -13646,16 +13646,7 @@ function useRender$1(ctx) {
|
|
|
13646
13646
|
|
|
13647
13647
|
}) : null;
|
|
13648
13648
|
return createVNode(resolveComponent("el-col"), mergeProps({
|
|
13649
|
-
"span": 6
|
|
13650
|
-
"xs": {
|
|
13651
|
-
span: 12
|
|
13652
|
-
},
|
|
13653
|
-
"sm": {
|
|
13654
|
-
span: 8
|
|
13655
|
-
},
|
|
13656
|
-
"lg": {
|
|
13657
|
-
span: 6
|
|
13658
|
-
}
|
|
13649
|
+
"span": 6
|
|
13659
13650
|
}, e), _isSlot$2(FormItem) ? FormItem : {
|
|
13660
13651
|
default: () => [FormItem]
|
|
13661
13652
|
});
|
package/lib/bi-crud.umd.js
CHANGED
|
@@ -13649,16 +13649,7 @@
|
|
|
13649
13649
|
|
|
13650
13650
|
}) : null;
|
|
13651
13651
|
return vue.createVNode(vue.resolveComponent("el-col"), vue.mergeProps({
|
|
13652
|
-
"span": 6
|
|
13653
|
-
"xs": {
|
|
13654
|
-
span: 12
|
|
13655
|
-
},
|
|
13656
|
-
"sm": {
|
|
13657
|
-
span: 8
|
|
13658
|
-
},
|
|
13659
|
-
"lg": {
|
|
13660
|
-
span: 6
|
|
13661
|
-
}
|
|
13652
|
+
"span": 6
|
|
13662
13653
|
}, e), _isSlot$2(FormItem) ? FormItem : {
|
|
13663
13654
|
default: () => [FormItem]
|
|
13664
13655
|
});
|