@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.esm.js CHANGED
@@ -42752,7 +42752,7 @@ return (_ctx, _cache) => {
42752
42752
  "close-on-press-escape": true,
42753
42753
  "append-to-body": "",
42754
42754
  title: "邮寄地址",
42755
- width: "1200px",
42755
+ width: "1240px",
42756
42756
  "destroy-on-close": true
42757
42757
  }, {
42758
42758
  default: withCtx(() => [
@@ -43399,7 +43399,7 @@ return (_ctx, _cache) => {
43399
43399
  "close-on-press-escape": true,
43400
43400
  "append-to-body": "",
43401
43401
  title: "商品规格",
43402
- width: "800px",
43402
+ width: "1024px",
43403
43403
  "destroy-on-close": true
43404
43404
  }, {
43405
43405
  default: withCtx(() => [
@@ -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
- class: "input-name",
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
- class: "input-size",
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, {