@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.cjs.js
CHANGED
|
@@ -43304,7 +43304,6 @@ const style = vue.reactive({
|
|
|
43304
43304
|
popup: {
|
|
43305
43305
|
name: {
|
|
43306
43306
|
width: '200px',
|
|
43307
|
-
'margin-bottom': '10px',
|
|
43308
43307
|
},
|
|
43309
43308
|
size: {
|
|
43310
43309
|
width: '300px'
|
|
@@ -43403,7 +43402,7 @@ return (_ctx, _cache) => {
|
|
|
43403
43402
|
"close-on-press-escape": true,
|
|
43404
43403
|
"append-to-body": "",
|
|
43405
43404
|
title: "商品规格",
|
|
43406
|
-
width: "
|
|
43405
|
+
width: "800px",
|
|
43407
43406
|
"destroy-on-close": true
|
|
43408
43407
|
}, {
|
|
43409
43408
|
default: vue.withCtx(() => [
|