@yoooloo42/joker 1.0.118 → 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 +4 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -43415,17 +43415,17 @@ return (_ctx, _cache) => {
|
|
|
43415
43415
|
return (openBlock(), createElementBlock("tr", null, [
|
|
43416
43416
|
createElementVNode("td", null, [
|
|
43417
43417
|
createVNode(_component_el_input, {
|
|
43418
|
-
|
|
43418
|
+
style: normalizeStyle(style.popup.name),
|
|
43419
43419
|
modelValue: item.name,
|
|
43420
43420
|
"onUpdate:modelValue": $event => ((item.name) = $event)
|
|
43421
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43421
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43422
43422
|
]),
|
|
43423
43423
|
createElementVNode("td", null, [
|
|
43424
43424
|
createVNode(_component_el_input, {
|
|
43425
|
-
|
|
43425
|
+
style: normalizeStyle(style.popup.size),
|
|
43426
43426
|
modelValue: item.size,
|
|
43427
43427
|
"onUpdate:modelValue": $event => ((item.size) = $event)
|
|
43428
|
-
}, null, 8 /* PROPS */, ["modelValue", "onUpdate:modelValue"])
|
|
43428
|
+
}, null, 8 /* PROPS */, ["style", "modelValue", "onUpdate:modelValue"])
|
|
43429
43429
|
]),
|
|
43430
43430
|
createElementVNode("td", null, [
|
|
43431
43431
|
createVNode(_component_el_switch, {
|