@yoooloo42/joker 1.0.119 → 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 +1 -2
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -2
- 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(() => [
|