@v2coding/ui 1.1.4 → 1.1.5
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/dist/v2coding-ui.esm.js +9 -8
- package/dist/v2coding-ui.min.js +1 -1
- package/dist/v2coding-ui.ssr.js +13 -12
- package/package.json +1 -1
package/dist/v2coding-ui.ssr.js
CHANGED
|
@@ -5640,16 +5640,17 @@ var __vue_render__$n = function __vue_render__() {
|
|
|
5640
5640
|
return _c('div', {
|
|
5641
5641
|
staticClass: "ui-image-upload-field"
|
|
5642
5642
|
}, [_vm._l(_vm.pickerValue, function (url, index) {
|
|
5643
|
-
return _vm._ssrNode("<div class=\"item\" data-v-
|
|
5643
|
+
return _vm._ssrNode("<div class=\"item\" data-v-1f25de03>", "</div>", [_c('el-image', {
|
|
5644
5644
|
staticStyle: {
|
|
5645
5645
|
"width": "100%",
|
|
5646
5646
|
"height": "100%"
|
|
5647
5647
|
},
|
|
5648
5648
|
attrs: {
|
|
5649
5649
|
"src": url,
|
|
5650
|
-
"preview-src-list": _vm.previewBtn ? _vm.pickerValue : []
|
|
5650
|
+
"preview-src-list": _vm.previewBtn ? _vm.pickerValue : [],
|
|
5651
|
+
"fit": "contain"
|
|
5651
5652
|
}
|
|
5652
|
-
}), _vm._ssrNode(" " + (_vm.hasDeleteBtn ? "<div class=\"remove\" data-v-
|
|
5653
|
+
}), _vm._ssrNode(" " + (_vm.hasDeleteBtn ? "<div class=\"remove\" data-v-1f25de03><i class=\"el-icon-close\" data-v-1f25de03></i></div>" : "<!---->"))], 2);
|
|
5653
5654
|
}), _vm._ssrNode(" "), !_vm.preview ? _c('el-upload', {
|
|
5654
5655
|
staticClass: "uploader",
|
|
5655
5656
|
class: {
|
|
@@ -5679,8 +5680,8 @@ var __vue_staticRenderFns__$n = [];
|
|
|
5679
5680
|
|
|
5680
5681
|
var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
5681
5682
|
if (!inject) return;
|
|
5682
|
-
inject("data-v-
|
|
5683
|
-
source: ".ui-image-upload-field[data-v-
|
|
5683
|
+
inject("data-v-1f25de03_0", {
|
|
5684
|
+
source: ".ui-image-upload-field[data-v-1f25de03]{width:100%;display:flex;flex-direction:row;flex-wrap:wrap}.ui-image-upload-field .uploader.disabled[data-v-1f25de03] .el-upload{cursor:not-allowed;pointer-events:none}.ui-image-upload-field .uploader.disabled[data-v-1f25de03] .el-upload .upload-btn{background:#edeef0;color:#888c94}.ui-image-upload-field .item[data-v-1f25de03]{position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden;width:140px;height:140px;margin-bottom:10px;margin-right:10px;border:1px dashed #d0d2d7;padding:8px;border-radius:2px;box-sizing:border-box}.ui-image-upload-field .item .remove[data-v-1f25de03]{position:absolute;top:0;right:0;width:24px;height:24px;background-color:rgba(0,0,0,.7);border-radius:0 0 0 22px;cursor:pointer}.ui-image-upload-field .item .remove .el-icon-close[data-v-1f25de03]{position:absolute;top:4px;right:4px;color:#fff;font-size:14px}.ui-image-upload-field .item.upload-btn[data-v-1f25de03]{background:#f7f8f9;display:flex;flex-direction:column;align-items:center;justify-content:center;border:none;color:#409eff}.ui-image-upload-field .item.upload-btn>.el-icon-plus[data-v-1f25de03]{font-size:1.6em}.ui-image-upload-field .item.upload-btn>span[data-v-1f25de03]{font-size:16px;line-height:1.2;margin-top:5px}.ui-image-upload-field .item:hover .modal[data-v-1f25de03]{visibility:visible}.ui-image-upload-field[data-v-1f25de03] .preview{display:inline-block;width:auto;max-width:60%;left:50%;transform:translateX(-50%)}",
|
|
5684
5685
|
map: undefined,
|
|
5685
5686
|
media: undefined
|
|
5686
5687
|
});
|
|
@@ -5688,10 +5689,10 @@ var __vue_inject_styles__$n = function __vue_inject_styles__(inject) {
|
|
|
5688
5689
|
/* scoped */
|
|
5689
5690
|
|
|
5690
5691
|
|
|
5691
|
-
var __vue_scope_id__$n = "data-v-
|
|
5692
|
+
var __vue_scope_id__$n = "data-v-1f25de03";
|
|
5692
5693
|
/* module identifier */
|
|
5693
5694
|
|
|
5694
|
-
var __vue_module_identifier__$n = "data-v-
|
|
5695
|
+
var __vue_module_identifier__$n = "data-v-1f25de03";
|
|
5695
5696
|
/* functional template */
|
|
5696
5697
|
|
|
5697
5698
|
var __vue_is_functional_template__$n = false;
|
|
@@ -8004,7 +8005,7 @@ var script$f = {
|
|
|
8004
8005
|
disabled: Boolean,
|
|
8005
8006
|
labelWidth: {
|
|
8006
8007
|
type: String,
|
|
8007
|
-
default: '
|
|
8008
|
+
default: '90px'
|
|
8008
8009
|
},
|
|
8009
8010
|
fields: Array,
|
|
8010
8011
|
url: String,
|
|
@@ -8428,8 +8429,8 @@ var __vue_staticRenderFns__$f = [];
|
|
|
8428
8429
|
|
|
8429
8430
|
var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
8430
8431
|
if (!inject) return;
|
|
8431
|
-
inject("data-v-
|
|
8432
|
-
source: ".el-form--inline[data-v-
|
|
8432
|
+
inject("data-v-c7f3c100_0", {
|
|
8433
|
+
source: ".el-form--inline[data-v-c7f3c100] .el-form-item{display:inline-flex}",
|
|
8433
8434
|
map: undefined,
|
|
8434
8435
|
media: undefined
|
|
8435
8436
|
});
|
|
@@ -8437,10 +8438,10 @@ var __vue_inject_styles__$f = function __vue_inject_styles__(inject) {
|
|
|
8437
8438
|
/* scoped */
|
|
8438
8439
|
|
|
8439
8440
|
|
|
8440
|
-
var __vue_scope_id__$f = "data-v-
|
|
8441
|
+
var __vue_scope_id__$f = "data-v-c7f3c100";
|
|
8441
8442
|
/* module identifier */
|
|
8442
8443
|
|
|
8443
|
-
var __vue_module_identifier__$f = "data-v-
|
|
8444
|
+
var __vue_module_identifier__$f = "data-v-c7f3c100";
|
|
8444
8445
|
/* functional template */
|
|
8445
8446
|
|
|
8446
8447
|
var __vue_is_functional_template__$f = false;
|