iov-pro-components 0.0.95 → 0.0.97
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.
|
@@ -10961,23 +10961,6 @@ __vue_component__$l.install = function (Vue) {
|
|
|
10961
10961
|
//
|
|
10962
10962
|
//
|
|
10963
10963
|
//
|
|
10964
|
-
//
|
|
10965
|
-
//
|
|
10966
|
-
//
|
|
10967
|
-
//
|
|
10968
|
-
//
|
|
10969
|
-
//
|
|
10970
|
-
//
|
|
10971
|
-
//
|
|
10972
|
-
//
|
|
10973
|
-
//
|
|
10974
|
-
//
|
|
10975
|
-
//
|
|
10976
|
-
//
|
|
10977
|
-
//
|
|
10978
|
-
//
|
|
10979
|
-
//
|
|
10980
|
-
//
|
|
10981
10964
|
|
|
10982
10965
|
|
|
10983
10966
|
// 当前icon
|
|
@@ -11093,14 +11076,16 @@ var __vue_render__$8 = function __vue_render__() {
|
|
|
11093
11076
|
class: {
|
|
11094
11077
|
"overflow-ellipsis": _vm.help && _vm.help.length > 0
|
|
11095
11078
|
}
|
|
11096
|
-
}, [_vm._v(_vm._s(_vm.name))]), _vm.statusText ? _c("el-tag", {
|
|
11079
|
+
}, [_vm._v(_vm._s(_vm.name))]), _vm._v(" "), _vm.statusText ? _c("el-tag", {
|
|
11097
11080
|
attrs: {
|
|
11098
11081
|
type: _vm.statusType,
|
|
11099
11082
|
effect: _vm.statusEffect,
|
|
11100
11083
|
hit: _vm.statusHit,
|
|
11101
11084
|
size: "mini"
|
|
11102
11085
|
}
|
|
11103
|
-
}, [_vm._v(_vm._s(_vm.statusText))]) : _vm._e()], 1), _vm._v(" "), _vm.desc
|
|
11086
|
+
}, [_vm._v(_vm._s(_vm.statusText))]) : _vm._e()], 1), _vm._v(" "), _vm.$slots.desc ? _c("div", {
|
|
11087
|
+
staticClass: "iov-pro-page-detail__desc"
|
|
11088
|
+
}, [_vm._t("desc")], 2) : _vm.desc && _vm.descList.length > 0 ? _c("div", {
|
|
11104
11089
|
staticClass: "iov-pro-page-detail__desc"
|
|
11105
11090
|
}, _vm._l(_vm.descList, function (item, index) {
|
|
11106
11091
|
return _c("span", {
|
|
@@ -20806,7 +20791,7 @@ var script$8 = {
|
|
|
20806
20791
|
this.normalizedFormConfig = _objectSpread2({
|
|
20807
20792
|
grid: true,
|
|
20808
20793
|
span: 6,
|
|
20809
|
-
gutter: simple ? 8 :
|
|
20794
|
+
gutter: simple ? 8 : 12,
|
|
20810
20795
|
collapse: this.formItems.length > 0,
|
|
20811
20796
|
maxLine: 2,
|
|
20812
20797
|
space: 16
|
|
@@ -21279,7 +21264,7 @@ var script$7 = {
|
|
|
21279
21264
|
return _objectSpread2({
|
|
21280
21265
|
grid: true,
|
|
21281
21266
|
span: 6,
|
|
21282
|
-
gutter:
|
|
21267
|
+
gutter: 12,
|
|
21283
21268
|
collapse: true,
|
|
21284
21269
|
maxLine: 2
|
|
21285
21270
|
}, this.config.form);
|
|
@@ -23120,7 +23105,7 @@ var install = function install(Vue, componentConfig) {
|
|
|
23120
23105
|
};
|
|
23121
23106
|
var index = {
|
|
23122
23107
|
install: install,
|
|
23123
|
-
version: '0.0.
|
|
23108
|
+
version: '0.0.97',
|
|
23124
23109
|
ColumnTooltip: __vue_component__$y,
|
|
23125
23110
|
Description: __vue_component__$v,
|
|
23126
23111
|
DialogItemsSelect: __vue_component__$u,
|