@yoooloo42/joker 1.0.117 → 1.0.119
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/index.cjs.js +6 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -42756,7 +42756,7 @@ return (_ctx, _cache) => {
|
|
|
42756
42756
|
"close-on-press-escape": true,
|
|
42757
42757
|
"append-to-body": "",
|
|
42758
42758
|
title: "邮寄地址",
|
|
42759
|
-
width: "
|
|
42759
|
+
width: "1240px",
|
|
42760
42760
|
"destroy-on-close": true
|
|
42761
42761
|
}, {
|
|
42762
42762
|
default: vue.withCtx(() => [
|
|
@@ -43403,7 +43403,7 @@ return (_ctx, _cache) => {
|
|
|
43403
43403
|
"close-on-press-escape": true,
|
|
43404
43404
|
"append-to-body": "",
|
|
43405
43405
|
title: "商品规格",
|
|
43406
|
-
width: "
|
|
43406
|
+
width: "1024px",
|
|
43407
43407
|
"destroy-on-close": true
|
|
43408
43408
|
}, {
|
|
43409
43409
|
default: vue.withCtx(() => [
|
|
@@ -43419,17 +43419,17 @@ return (_ctx, _cache) => {
|
|
|
43419
43419
|
return (vue.openBlock(), vue.createElementBlock("tr", null, [
|
|
43420
43420
|
vue.createElementVNode("td", null, [
|
|
43421
43421
|
vue.createVNode(_component_el_input, {
|
|
43422
|
-
|
|
43422
|
+
style: vue.normalizeStyle(style.popup.name),
|
|
43423
43423
|
modelValue: item.name,
|
|
43424
43424
|
"onUpdate:modelValue": $event => ((item.name) = $event)
|
|
43425
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43425
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43426
43426
|
]),
|
|
43427
43427
|
vue.createElementVNode("td", null, [
|
|
43428
43428
|
vue.createVNode(_component_el_input, {
|
|
43429
|
-
|
|
43429
|
+
style: vue.normalizeStyle(style.popup.size),
|
|
43430
43430
|
modelValue: item.size,
|
|
43431
43431
|
"onUpdate:modelValue": $event => ((item.size) = $event)
|
|
43432
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43432
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43433
43433
|
]),
|
|
43434
43434
|
vue.createElementVNode("td", null, [
|
|
43435
43435
|
vue.createVNode(_component_el_switch, {
|