@cmstops/pro-compo 0.1.57 → 0.1.58

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.
@@ -8,37 +8,36 @@ var card = require("./components/card.js");
8
8
  var colorPalette = require("./components/colorPalette.js");
9
9
  var config = require("../config.js");
10
10
  const _hoisted_1 = { class: "select-thumb-container" };
11
- const _hoisted_2 = {
12
- key: 0,
13
- class: "title"
14
- };
15
- const _hoisted_3 = {
16
- key: 0,
17
- class: "tip"
18
- };
11
+ const _hoisted_2 = { class: "star" };
12
+ const _hoisted_3 = { class: "thumbbox" };
19
13
  const _hoisted_4 = {
20
- key: 1,
14
+ key: 0,
21
15
  class: "thumb-list-view"
22
16
  };
23
- const _hoisted_5 = { class: "banner-view" };
24
- const _hoisted_6 = { class: "title" };
25
- const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1);
17
+ const _hoisted_5 = { style: { "margin-top": "-10px" } };
18
+ const _hoisted_6 = /* @__PURE__ */ vue.createElementVNode("span", { style: { "margin-right": "10px" } }, "\u72EC\u7ACB\u8F6E\u64AD\u56FE", -1);
19
+ const _hoisted_7 = { class: "thumbbox" };
26
20
  const _hoisted_8 = { class: "title" };
27
21
  const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u72EC\u7ACB\u8F6E\u64AD\u56FE\u80CC\u666F\u989C\u8272", -1);
28
22
  const _hoisted_10 = [
29
23
  _hoisted_9
30
24
  ];
31
- const _hoisted_11 = { class: "banner-view" };
32
- const _hoisted_12 = { class: "title" };
33
- const _hoisted_13 = { key: 0 };
34
- const _hoisted_14 = { key: 1 };
25
+ const _hoisted_11 = { key: 0 };
26
+ const _hoisted_12 = { key: 1 };
27
+ const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("span", { class: "star" }, "*", -1);
28
+ const _hoisted_14 = { key: 2 };
35
29
  const _hoisted_15 = /* @__PURE__ */ vue.createElementVNode("span", { class: "star" }, "*", -1);
36
- const _hoisted_16 = { key: 2 };
37
- const _hoisted_17 = /* @__PURE__ */ vue.createElementVNode("span", { class: "tip" }, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)", -1);
38
- const _hoisted_18 = { class: "title" };
39
- const _hoisted_19 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u5934\u56FE\u80CC\u666F\u989C\u8272", -1);
40
- const _hoisted_20 = [
41
- _hoisted_19
30
+ const _hoisted_16 = { key: 3 };
31
+ const _hoisted_17 = {
32
+ class: "tip",
33
+ style: { "margin-left": "10px" }
34
+ };
35
+ const _hoisted_18 = { class: "thumbbox" };
36
+ const _hoisted_19 = { class: "tip" };
37
+ const _hoisted_20 = { class: "title" };
38
+ const _hoisted_21 = /* @__PURE__ */ vue.createElementVNode("span", null, "\u5934\u56FE\u80CC\u666F\u989C\u8272", -1);
39
+ const _hoisted_22 = [
40
+ _hoisted_21
42
41
  ];
43
42
  const _sfc_main = vue.defineComponent({
44
43
  ...{ name: "selectThumb" },
@@ -47,7 +46,10 @@ const _sfc_main = vue.defineComponent({
47
46
  BASE_API: {},
48
47
  mode: {},
49
48
  dataValue: {},
49
+ flex: { type: Boolean },
50
+ offset: {},
50
51
  title: {},
52
+ titleValid: { type: Boolean },
51
53
  showTitle: { type: Boolean },
52
54
  cropper: { type: Boolean },
53
55
  aiImages: {},
@@ -158,6 +160,8 @@ const _sfc_main = vue.defineComponent({
158
160
  return "1,2,3,4,7";
159
161
  if (series === "h5")
160
162
  return "1,2,3,4,7";
163
+ if (series === "local_live")
164
+ return "2,3";
161
165
  }
162
166
  return "1,2,3,4,5,7";
163
167
  });
@@ -181,9 +185,13 @@ const _sfc_main = vue.defineComponent({
181
185
  };
182
186
  const docSeriesShowTopThemeColor = vue.computed(() => {
183
187
  const { series } = props;
184
- return ["special", "special_v3", "video_album", "audio_album"].includes(
185
- series
186
- );
188
+ return [
189
+ "special",
190
+ "special_v3",
191
+ "video_album",
192
+ "audio_album",
193
+ "local_live"
194
+ ].includes(series);
187
195
  });
188
196
  const submitCallback = (data) => {
189
197
  var _a;
@@ -313,122 +321,184 @@ const _sfc_main = vue.defineComponent({
313
321
  callback(styleData2);
314
322
  };
315
323
  return (_ctx, _cache) => {
316
- var _a, _b, _c;
324
+ var _a, _b, _c, _d, _e, _f;
317
325
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
318
- _ctx.mode !== "smiple" ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_2, [
319
- vue.createTextVNode(vue.toDisplayString(_ctx.title ? _ctx.title : "\u5C01\u9762") + " ", 1),
320
- ((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_3, "(" + vue.toDisplayString((_b = curtemplate.value) == null ? void 0 : _b.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_c = curtemplate.value) == null ? void 0 : _c.ratioStr) + ")", 1)) : vue.createCommentVNode("v-if", true)
321
- ])) : vue.createCommentVNode("v-if", true),
322
- currentModel.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
323
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(currentModel.value.maxLength, (item, index) => {
324
- return vue.openBlock(), vue.createBlock(card, {
325
- key: index,
326
- id: `thumb-card-${index}`,
327
- data: thumbList.value[index],
328
- model: model.value,
329
- "preview-list": previewList.value,
330
- "thumb-model": "thumb",
331
- onOpen: ($event) => openDialogMediaSelection($event, index)
332
- }, null, 8, ["id", "data", "model", "preview-list", "onOpen"]);
333
- }), 128))
334
- ])) : vue.createCommentVNode("v-if", true),
335
- _ctx.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 2 }, [
336
- vue.createCommentVNode(" \u9009\u62E9\u5927\u56FE\u3001\u4E09\u56FE\u3001\u5355\u56FE...\u7B49\u6A21\u5F0F "),
337
- vue.createVNode(vue.unref(webVue.RadioGroup), {
338
- modelValue: model.value,
339
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => model.value = $event),
340
- size: "small",
341
- type: "button",
342
- onChange: modelChange
343
- }, {
344
- default: vue.withCtx(() => [
345
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(modelList.value, (item, index) => {
346
- return vue.openBlock(), vue.createBlock(vue.unref(webVue.Radio), {
326
+ vue.createElementVNode("div", {
327
+ class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
328
+ }, [
329
+ _ctx.mode !== "smiple" ? (vue.openBlock(), vue.createElementBlock("div", {
330
+ key: 0,
331
+ class: "title",
332
+ style: vue.normalizeStyle({ width: _ctx.offset })
333
+ }, [
334
+ vue.withDirectives(vue.createElementVNode("span", _hoisted_2, "*", 512), [
335
+ [vue.vShow, _ctx.titleValid]
336
+ ]),
337
+ vue.createElementVNode("span", null, vue.toDisplayString(_ctx.title ? _ctx.title : "\u5C01\u9762"), 1),
338
+ ((_a = curtemplate.value) == null ? void 0 : _a.value) !== "4" ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", {
339
+ key: 0,
340
+ class: "tip",
341
+ style: { "margin-left": "10px" }
342
+ }, " (" + vue.toDisplayString((_b = curtemplate.value) == null ? void 0 : _b.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_c = curtemplate.value) == null ? void 0 : _c.ratioStr) + ") ", 513)), [
343
+ [vue.vShow, !_ctx.flex]
344
+ ]) : vue.createCommentVNode("v-if", true)
345
+ ], 4)) : vue.createCommentVNode("v-if", true),
346
+ vue.createElementVNode("div", _hoisted_3, [
347
+ currentModel.value ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_4, [
348
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(currentModel.value.maxLength, (item, index) => {
349
+ return vue.openBlock(), vue.createBlock(card, {
347
350
  key: index,
348
- value: item.value
349
- }, {
350
- default: vue.withCtx(() => [
351
- vue.createTextVNode(vue.toDisplayString(item.alias), 1)
352
- ]),
353
- _: 2
354
- }, 1032, ["value"]);
351
+ id: `thumb-card-${index}`,
352
+ data: thumbList.value[index],
353
+ model: model.value,
354
+ "preview-list": previewList.value,
355
+ "thumb-model": "thumb",
356
+ onOpen: ($event) => openDialogMediaSelection($event, index)
357
+ }, null, 8, ["id", "data", "model", "preview-list", "onOpen"]);
355
358
  }), 128))
359
+ ])) : vue.createCommentVNode("v-if", true),
360
+ vue.createElementVNode("div", _hoisted_5, [
361
+ ((_d = curtemplate.value) == null ? void 0 : _d.value) !== "4" ? vue.withDirectives((vue.openBlock(), vue.createElementBlock("span", {
362
+ key: 0,
363
+ class: "tip"
364
+ }, " (" + vue.toDisplayString((_e = curtemplate.value) == null ? void 0 : _e.alias) + "\u6BD4\u4F8B\uFF1A" + vue.toDisplayString((_f = curtemplate.value) == null ? void 0 : _f.ratioStr) + ") ", 513)), [
365
+ [vue.vShow, _ctx.flex]
366
+ ]) : vue.createCommentVNode("v-if", true)
356
367
  ]),
357
- _: 1
358
- }, 8, ["modelValue"]),
368
+ _ctx.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 1 }, [
369
+ vue.createCommentVNode(" \u9009\u62E9\u5927\u56FE\u3001\u4E09\u56FE\u3001\u5355\u56FE...\u7B49\u6A21\u5F0F "),
370
+ vue.createVNode(vue.unref(webVue.RadioGroup), {
371
+ modelValue: model.value,
372
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => model.value = $event),
373
+ size: "small",
374
+ type: "button",
375
+ style: { "margin-top": "10px" },
376
+ onChange: modelChange
377
+ }, {
378
+ default: vue.withCtx(() => [
379
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(modelList.value, (item, index) => {
380
+ return vue.openBlock(), vue.createBlock(vue.unref(webVue.Radio), {
381
+ key: index,
382
+ value: item.value
383
+ }, {
384
+ default: vue.withCtx(() => [
385
+ vue.createTextVNode(vue.toDisplayString(item.alias), 1)
386
+ ]),
387
+ _: 2
388
+ }, 1032, ["value"]);
389
+ }), 128))
390
+ ]),
391
+ _: 1
392
+ }, 8, ["modelValue"])
393
+ ], 64)) : vue.createCommentVNode("v-if", true)
394
+ ])
395
+ ], 2),
396
+ _ctx.mode === "doc" ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
359
397
  vue.createCommentVNode(" \u72EC\u7ACB\u8F6E\u535A\u56FE "),
360
- vue.createElementVNode("div", _hoisted_5, [
361
- vue.createElementVNode("div", _hoisted_6, [
362
- _hoisted_7,
363
- vue.createVNode(vue.unref(webVue.Switch), {
398
+ vue.createElementVNode("div", {
399
+ class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
400
+ }, [
401
+ vue.createElementVNode("div", {
402
+ class: "title",
403
+ style: vue.normalizeStyle({ width: _ctx.offset })
404
+ }, [
405
+ _hoisted_6,
406
+ vue.withDirectives(vue.createVNode(vue.unref(webVue.Switch), {
364
407
  modelValue: hasBanner.value,
365
408
  "onUpdate:modelValue": _cache[1] || (_cache[1] = ($event) => hasBanner.value = $event),
366
409
  size: "small"
367
- }, null, 8, ["modelValue"])
368
- ]),
369
- vue.withDirectives(vue.createVNode(card, {
370
- id: `banner-card`,
371
- data: banner.value,
372
- "preview-list": previewList.value,
373
- "thumb-model": "banner",
374
- onOpen: openDialogMediaSelection
375
- }, null, 8, ["data", "preview-list"]), [
376
- [vue.vShow, hasBanner.value]
377
- ]),
378
- vue.withDirectives(vue.createElementVNode("div", _hoisted_8, _hoisted_10, 512), [
379
- [vue.vShow, hasBanner.value && styleData.value.banner_theme_color]
380
- ]),
381
- vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
382
- vue.withDirectives(vue.createVNode(colorPalette, {
383
- "style-data": styleData.value,
384
- model: "banner",
385
- onChange: colorChange
386
- }, null, 8, ["style-data"]), [
387
- [vue.vShow, hasBanner.value]
410
+ }, null, 8, ["modelValue"]), [
411
+ [vue.vShow, !_ctx.flex]
412
+ ])
413
+ ], 4),
414
+ vue.createElementVNode("div", _hoisted_7, [
415
+ vue.withDirectives(vue.createVNode(vue.unref(webVue.Switch), {
416
+ modelValue: hasBanner.value,
417
+ "onUpdate:modelValue": _cache[2] || (_cache[2] = ($event) => hasBanner.value = $event),
418
+ style: { "margin-bottom": "10px" },
419
+ size: "small"
420
+ }, null, 8, ["modelValue"]), [
421
+ [vue.vShow, _ctx.flex]
422
+ ]),
423
+ vue.withDirectives(vue.createVNode(card, {
424
+ id: `banner-card`,
425
+ data: banner.value,
426
+ "preview-list": previewList.value,
427
+ "thumb-model": "banner",
428
+ onOpen: openDialogMediaSelection
429
+ }, null, 8, ["data", "preview-list"]), [
430
+ [vue.vShow, hasBanner.value]
431
+ ]),
432
+ vue.withDirectives(vue.createElementVNode("div", _hoisted_8, _hoisted_10, 512), [
433
+ [vue.vShow, hasBanner.value && styleData.value.banner_theme_color]
434
+ ]),
435
+ vue.createCommentVNode(" banner\u8C03\u8272\u677F "),
436
+ vue.withDirectives(vue.createVNode(colorPalette, {
437
+ "style-data": styleData.value,
438
+ model: "banner",
439
+ onChange: colorChange
440
+ }, null, 8, ["style-data"]), [
441
+ [vue.vShow, hasBanner.value]
442
+ ])
388
443
  ])
389
- ]),
444
+ ], 2),
390
445
  vue.createCommentVNode(" pc\u5C01\u9762\u56FE\uFF08\u4E13\u9898\u5934\u56FE\u5171\u7528\u4E00\u4E2A\u5B57\u6BB5\uFF09 "),
391
- vue.createElementVNode("div", _hoisted_11, [
392
- vue.createElementVNode("div", _hoisted_12, [
393
- ["special", "special_v3"].includes(props.series) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_13, "\u4E13\u9898\u5934\u56FE")) : ["video_album", "audio_album"].includes(props.series) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_14, [
394
- _hoisted_15,
446
+ vue.createElementVNode("div", {
447
+ class: vue.normalizeClass(["banner-view", { flex: _ctx.flex }])
448
+ }, [
449
+ vue.createElementVNode("div", {
450
+ class: "title",
451
+ style: vue.normalizeStyle({ width: _ctx.offset })
452
+ }, [
453
+ ["special", "special_v3"].includes(props.series) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_11, "\u4E13\u9898\u5934\u56FE")) : ["video_album", "audio_album"].includes(props.series) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_12, [
454
+ _hoisted_13,
395
455
  vue.createTextVNode("\u5C01\u9762\u5934\u56FE")
456
+ ])) : ["local_live"].includes(props.series) ? (vue.openBlock(), vue.createElementBlock("span", _hoisted_14, [
457
+ _hoisted_15,
458
+ vue.createTextVNode("\u76F4\u64AD\u5934\u56FE")
396
459
  ])) : (vue.openBlock(), vue.createElementBlock("span", _hoisted_16, "PC\u5C01\u9762\u56FE")),
397
- _hoisted_17
398
- ]),
399
- vue.createVNode(card, {
400
- id: `pc-banner-card`,
401
- data: pcBanner.value,
402
- previewList: previewList.value,
403
- thumbModel: "pcBanner",
404
- onOpen: openDialogMediaSelection
405
- }, null, 8, ["data", "previewList"]),
406
- vue.withDirectives(vue.createElementVNode("div", _hoisted_18, _hoisted_20, 512), [
407
- [vue.vShow, docSeriesShowTopThemeColor.value && styleData.value.top_theme_color]
408
- ]),
409
- vue.withDirectives(vue.createVNode(colorPalette, {
410
- styleData: styleData.value,
411
- model: "top",
412
- onChange: colorChange
413
- }, null, 8, ["styleData"]), [
414
- [vue.vShow, docSeriesShowTopThemeColor.value]
460
+ vue.withDirectives(vue.createElementVNode("span", _hoisted_17, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)", 512), [
461
+ [vue.vShow, !_ctx.flex]
462
+ ])
463
+ ], 4),
464
+ vue.createElementVNode("div", _hoisted_18, [
465
+ vue.createVNode(card, {
466
+ id: `pc-banner-card`,
467
+ data: pcBanner.value,
468
+ previewList: previewList.value,
469
+ thumbModel: "pcBanner",
470
+ onOpen: openDialogMediaSelection
471
+ }, null, 8, ["data", "previewList"]),
472
+ vue.withDirectives(vue.createElementVNode("span", _hoisted_19, "(\u5EFA\u8BAE\u5C3A\u5BF8\uFF1A1242px*662px)", 512), [
473
+ [vue.vShow, _ctx.flex]
474
+ ]),
475
+ vue.withDirectives(vue.createElementVNode("div", _hoisted_20, _hoisted_22, 512), [
476
+ [vue.vShow, docSeriesShowTopThemeColor.value && styleData.value.top_theme_color]
477
+ ]),
478
+ vue.withDirectives(vue.createVNode(colorPalette, {
479
+ styleData: styleData.value,
480
+ model: "top",
481
+ onChange: colorChange
482
+ }, null, 8, ["styleData"]), [
483
+ [vue.vShow, docSeriesShowTopThemeColor.value]
484
+ ])
415
485
  ])
416
- ])
486
+ ], 2)
417
487
  ], 64)) : vue.createCommentVNode("v-if", true),
418
488
  vue.createVNode(component, {
419
489
  dialogVisible: dialogMediaSelectionShow.value,
420
- "onUpdate:dialogVisible": _cache[2] || (_cache[2] = ($event) => dialogMediaSelectionShow.value = $event),
490
+ "onUpdate:dialogVisible": _cache[3] || (_cache[3] = ($event) => dialogMediaSelectionShow.value = $event),
421
491
  preview: false,
422
492
  "catalog-props": "image",
423
493
  ai_static_covers: _ctx.aiImages,
424
494
  BASE_API: vue.unref(BASE_API),
425
495
  onSubmit: submitCallback,
426
- onUpload: _cache[3] || (_cache[3] = (cb) => _ctx.$emit("upload", cb))
496
+ onUpload: _cache[4] || (_cache[4] = (cb) => _ctx.$emit("upload", cb))
427
497
  }, null, 8, ["dialogVisible", "ai_static_covers", "BASE_API"]),
428
498
  refreshCrop.value ? (vue.openBlock(), vue.createBlock(component$1, {
429
- key: 3,
499
+ key: 1,
430
500
  visible: dialogCropperShow.value,
431
- "onUpdate:visible": _cache[4] || (_cache[4] = ($event) => dialogCropperShow.value = $event),
501
+ "onUpdate:visible": _cache[5] || (_cache[5] = ($event) => dialogCropperShow.value = $event),
432
502
  "aspect-ratio-prop": aspectRatioProp.value,
433
503
  BASE_API: vue.unref(BASE_API),
434
504
  "corp-data": cropperData.value,
@@ -110,18 +110,18 @@
110
110
  transform-origin: center;
111
111
  }
112
112
  .select-thumb-container .title {
113
- font-size: 14px;
113
+ margin-bottom: 10px;
114
114
  color: #4e5969;
115
115
  font-weight: 700;
116
- line-height: 40px;
117
- margin: 5px 0px;
118
- }
119
- .select-thumb-container .title span {
120
- margin-right: 10px;
116
+ font-size: 14px;
121
117
  }
122
- .select-thumb-container .title .tip {
123
- font-size: 12px;
118
+ .select-thumb-container .tip {
119
+ display: inline-block;
124
120
  color: rgba(78, 89, 105, 0.4);
121
+ font-size: 12px;
122
+ }
123
+ .select-thumb-container .thumbbox {
124
+ margin-bottom: 10px;
125
125
  }
126
126
  .select-thumb-container .thumb-list-view {
127
127
  display: flex;
@@ -129,12 +129,15 @@
129
129
  margin-bottom: 10px;
130
130
  }
131
131
  .select-thumb-container .star {
132
- color: red;
133
132
  margin-right: 2px !important;
133
+ color: red;
134
+ }
135
+ .select-thumb-container .flex {
136
+ display: flex;
134
137
  }
135
138
  .select-thumb-container .color-picker-input {
136
139
  width: 32px;
137
140
  height: 32px;
141
+ padding: 0 2px;
138
142
  border: none;
139
- padding: 0px 2px;
140
143
  }
@@ -2,33 +2,43 @@
2
2
  @radio-button-size: 32px;
3
3
  @import './card.less';
4
4
  @import './colorPalette.less';
5
+
5
6
  .title {
6
- font-size: 14px;
7
+ margin-bottom: 10px;
7
8
  color: #4e5969;
8
9
  font-weight: 700;
9
- line-height: 40px;
10
- margin: 5px 0px;
11
- span {
12
- margin-right: 10px;
13
- }
14
- .tip {
15
- font-size: 12px;
16
- color: rgba(78, 89, 105, 0.4);
17
- }
10
+ font-size: 14px;
11
+ }
12
+
13
+ .tip {
14
+ display: inline-block;
15
+ color: rgba(78, 89, 105, 0.4);
16
+ font-size: 12px;
17
+ }
18
+
19
+ .thumbbox {
20
+ margin-bottom: 10px;
18
21
  }
22
+
19
23
  .thumb-list-view {
20
24
  display: flex;
21
25
  align-items: center;
22
26
  margin-bottom: 10px;
23
27
  }
28
+
24
29
  .star {
25
- color: red;
26
30
  margin-right: 2px !important;
31
+ color: red;
32
+ }
33
+
34
+ .flex {
35
+ display: flex;
27
36
  }
37
+
28
38
  .color-picker-input {
29
39
  width: @radio-button-size;
30
40
  height: @radio-button-size;
41
+ padding: 0 2px;
31
42
  border: none;
32
- padding: 0px 2px;
33
43
  }
34
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cmstops/pro-compo",
3
- "version": "0.1.57",
3
+ "version": "0.1.58",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "vue",