@yoooloo42/joker 1.0.118 → 1.0.120
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 +5 -6
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +5 -6
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -43300,7 +43300,6 @@ const style = reactive({
|
|
|
43300
43300
|
popup: {
|
|
43301
43301
|
name: {
|
|
43302
43302
|
width: '200px',
|
|
43303
|
-
'margin-bottom': '10px',
|
|
43304
43303
|
},
|
|
43305
43304
|
size: {
|
|
43306
43305
|
width: '300px'
|
|
@@ -43399,7 +43398,7 @@ return (_ctx, _cache) => {
|
|
|
43399
43398
|
"close-on-press-escape": true,
|
|
43400
43399
|
"append-to-body": "",
|
|
43401
43400
|
title: "商品规格",
|
|
43402
|
-
width: "
|
|
43401
|
+
width: "800px",
|
|
43403
43402
|
"destroy-on-close": true
|
|
43404
43403
|
}, {
|
|
43405
43404
|
default: withCtx(() => [
|
|
@@ -43415,17 +43414,17 @@ return (_ctx, _cache) => {
|
|
|
43415
43414
|
return (openBlock(), createElementBlock("tr", null, [
|
|
43416
43415
|
createElementVNode("td", null, [
|
|
43417
43416
|
createVNode(_component_el_input, {
|
|
43418
|
-
|
|
43417
|
+
style: normalizeStyle(style.popup.name),
|
|
43419
43418
|
modelValue: item.name,
|
|
43420
43419
|
"onUpdate:modelValue": $event => ((item.name) = $event)
|
|
43421
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43420
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43422
43421
|
]),
|
|
43423
43422
|
createElementVNode("td", null, [
|
|
43424
43423
|
createVNode(_component_el_input, {
|
|
43425
|
-
|
|
43424
|
+
style: normalizeStyle(style.popup.size),
|
|
43426
43425
|
modelValue: item.size,
|
|
43427
43426
|
"onUpdate:modelValue": $event => ((item.size) = $event)
|
|
43428
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43427
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43429
43428
|
]),
|
|
43430
43429
|
createElementVNode("td", null, [
|
|
43431
43430
|
createVNode(_component_el_switch, {
|