@cmstops/pro-compo 3.10.5-stable.8 → 3.10.5-stable.9

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.
Files changed (44) hide show
  1. package/dist/editDocMeta/index.d.ts +1 -0
  2. package/dist/index.css +91 -0
  3. package/dist/index.min.css +1 -1
  4. package/es/editDocMeta/component.js +3 -6
  5. package/es/editDocMeta/components/Adapter.js +1 -5
  6. package/es/editDocMeta/components/CustomSubTitle.js +2 -5
  7. package/es/editDocMeta/components/ThumbEditCard.js +1 -4
  8. package/es/editDocMeta/components/docMetaForm.js +6 -9
  9. package/es/editDocMeta/components/fields/FThumb.js +4 -4
  10. package/es/editDocMeta/index.js +5 -4
  11. package/es/editDocMeta/style/Adapter.less +28 -0
  12. package/es/editDocMeta/style/CustomSubTitle.less +26 -0
  13. package/es/editDocMeta/style/ThumbEditCard.less +32 -0
  14. package/es/editDocMeta/style/docMetaForm.less +22 -0
  15. package/es/editDocMeta/style/index.css +91 -0
  16. package/es/editDocMeta/style/index.less +9 -0
  17. package/es/index.css +91 -0
  18. package/es/style.css +136 -133
  19. package/lib/editDocMeta/component.js +1 -4
  20. package/lib/editDocMeta/components/Adapter.js +1 -5
  21. package/lib/editDocMeta/components/CustomSubTitle.js +2 -5
  22. package/lib/editDocMeta/components/ThumbEditCard.js +1 -4
  23. package/lib/editDocMeta/components/docMetaForm.js +1 -4
  24. package/lib/editDocMeta/index.js +1 -0
  25. package/lib/editDocMeta/style/Adapter.less +28 -0
  26. package/lib/editDocMeta/style/CustomSubTitle.less +26 -0
  27. package/lib/editDocMeta/style/ThumbEditCard.less +32 -0
  28. package/lib/editDocMeta/style/docMetaForm.less +22 -0
  29. package/lib/editDocMeta/style/index.css +91 -0
  30. package/lib/editDocMeta/style/index.less +9 -0
  31. package/lib/index.css +91 -0
  32. package/package.json +1 -1
  33. package/es/editDocMeta/component.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
  34. package/es/editDocMeta/components/Adapter.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
  35. package/es/editDocMeta/components/Adapter.vue_vue_type_style_index_1_lang.js +0 -2
  36. package/es/editDocMeta/components/CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
  37. package/es/editDocMeta/components/ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
  38. package/es/editDocMeta/components/docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
  39. package/lib/editDocMeta/component.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
  40. package/lib/editDocMeta/components/Adapter.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
  41. package/lib/editDocMeta/components/Adapter.vue_vue_type_style_index_1_lang.js +0 -3
  42. package/lib/editDocMeta/components/CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
  43. package/lib/editDocMeta/components/ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
  44. package/lib/editDocMeta/components/docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
@@ -3,10 +3,8 @@ import { Modal, Spin, Scrollbar, Message } from "@arco-design/web-vue";
3
3
  import { getDocDetailsNew, updateDocMeta } from "./script/api.js";
4
4
  import useDialogVisible from "../hooks/dialogVisible.js";
5
5
  import { DEFAULT_BASE_API } from "../config.js";
6
- import docMetaForm from "./components/docMetaForm.js";
6
+ import _sfc_main$1 from "./components/docMetaForm.js";
7
7
  import { docSeries } from "../utils/doc.js";
8
- import "./component.vue_vue_type_style_index_0_scoped_true_lang.js";
9
- import _export_sfc from "../_virtual/plugin-vue_export-helper.js";
10
8
  const _hoisted_1 = { class: "edit-doc-meta-container" };
11
9
  const _hoisted_2 = { style: { "padding": "20px" } };
12
10
  const _sfc_main = defineComponent({
@@ -336,7 +334,7 @@ const _sfc_main = defineComponent({
336
334
  var _a;
337
335
  return [
338
336
  createElementVNode("div", _hoisted_2, [
339
- editorData.value ? (openBlock(), createBlock(docMetaForm, {
337
+ editorData.value ? (openBlock(), createBlock(_sfc_main$1, {
340
338
  key: 0,
341
339
  ref_key: "docMetaFormRef",
342
340
  ref: docMetaFormRef,
@@ -363,5 +361,4 @@ const _sfc_main = defineComponent({
363
361
  };
364
362
  }
365
363
  });
366
- var _editDocMeta = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-07a46dd6"]]);
367
- export { _editDocMeta as default };
364
+ export { _sfc_main as default };
@@ -10,9 +10,6 @@ import FCheckbox from "./fields/FCheckbox.js";
10
10
  import FCustom from "./fields/FCustom.js";
11
11
  import FContentModel from "./fields/FContentModel.js";
12
12
  import _sfc_main$1 from "../../selectResourceModal/component.js";
13
- import "./Adapter.vue_vue_type_style_index_0_scoped_true_lang.js";
14
- import "./Adapter.vue_vue_type_style_index_1_lang.js";
15
- import _export_sfc from "../../_virtual/plugin-vue_export-helper.js";
16
13
  const _hoisted_1 = { class: "form-adapter" };
17
14
  const _hoisted_2 = {
18
15
  key: 1,
@@ -209,5 +206,4 @@ const _sfc_main = defineComponent({
209
206
  };
210
207
  }
211
208
  });
212
- var Adapter = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-574180c8"]]);
213
- export { Adapter as default };
209
+ export { _sfc_main as default };
@@ -1,6 +1,4 @@
1
1
  import { defineComponent, openBlock, createElementBlock, createElementVNode, toDisplayString, renderSlot } from "vue";
2
- import "./CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js";
3
- import _export_sfc from "../../_virtual/plugin-vue_export-helper.js";
4
2
  const _hoisted_1 = { class: "sub-title-wrp" };
5
3
  const _hoisted_2 = { class: "sub-left" };
6
4
  const _hoisted_3 = { class: "sub-right" };
@@ -14,11 +12,10 @@ const _sfc_main = defineComponent({
14
12
  return openBlock(), createElementBlock("div", _hoisted_1, [
15
13
  createElementVNode("div", _hoisted_2, toDisplayString(__props.title), 1),
16
14
  createElementVNode("div", _hoisted_3, [
17
- renderSlot(_ctx.$slots, "right", {}, void 0, true)
15
+ renderSlot(_ctx.$slots, "right")
18
16
  ])
19
17
  ]);
20
18
  };
21
19
  }
22
20
  });
23
- var CustomSubTitle = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-bb89ee54"]]);
24
- export { CustomSubTitle as default };
21
+ export { _sfc_main as default };
@@ -3,8 +3,6 @@ import { Dropdown, Doption } from "@arco-design/web-vue";
3
3
  import { IconPlus } from "@arco-design/web-vue/es/icon";
4
4
  import { IconResource, IconComputer } from "@arco-iconbox/vue-cmstop-icons";
5
5
  import _sfc_main$1 from "../../thumbCard/component.js";
6
- import "./ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js";
7
- import _export_sfc from "../../_virtual/plugin-vue_export-helper.js";
8
6
  const _hoisted_1 = { class: "thumb-edit-card" };
9
7
  const _hoisted_2 = { class: "thumb-drop-button" };
10
8
  const _hoisted_3 = { class: "thumb-drop-button" };
@@ -74,5 +72,4 @@ const _sfc_main = defineComponent({
74
72
  };
75
73
  }
76
74
  });
77
- var ThumbEditCard = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-30915b66"]]);
78
- export { ThumbEditCard as default };
75
+ export { _sfc_main as default };
@@ -3,12 +3,10 @@ import { Form, FormItem, Input, Link, Space, Message } from "@arco-design/web-vu
3
3
  import { IconDoubleUp, IconDoubleDown } from "@arco-design/web-vue/es/icon";
4
4
  import { DEFAULT_BASE_API } from "../../config.js";
5
5
  import useMetaOptions from "../hooks/useMetaOptions.js";
6
- import Adapter from "./Adapter.js";
7
- import CustomSubTitle from "./CustomSubTitle.js";
6
+ import _sfc_main$2 from "./Adapter.js";
7
+ import _sfc_main$1 from "./CustomSubTitle.js";
8
8
  import useVisible from "../../hooks/visible.js";
9
9
  import { getThumbLen } from "./options/useThumbs.js";
10
- import "./docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js";
11
- import _export_sfc from "../../_virtual/plugin-vue_export-helper.js";
12
10
  const _hoisted_1 = { class: "doc-meta-form-container" };
13
11
  const _sfc_main = defineComponent({
14
12
  __name: "docMetaForm",
@@ -494,7 +492,7 @@ const _sfc_main = defineComponent({
494
492
  [vShow, showBrief.value]
495
493
  ]),
496
494
  createCommentVNode(" \u2B50 \u7A3F\u7B7E\u8BBE\u7F6E\u6807\u9898 "),
497
- createVNode(CustomSubTitle, { title: "\u7A3F\u7B7E\u8BBE\u7F6E" }),
495
+ createVNode(_sfc_main$1, { title: "\u7A3F\u7B7E\u8BBE\u7F6E" }),
498
496
  createCommentVNode(" \u2B50 \u52A8\u6001\u8868\u5355\u5B57\u6BB5\uFF08\u652F\u6301\u5C55\u5F00/\u6536\u8D77\uFF09 "),
499
497
  (openBlock(true), createElementBlock(Fragment, null, renderList(unref(options), (option, index) => {
500
498
  var _a;
@@ -502,7 +500,7 @@ const _sfc_main = defineComponent({
502
500
  key: option.value
503
501
  }, [
504
502
  createCommentVNode(" \u66F4\u591A\u8BBE\u7F6E\u6807\u9898\uFF08\u5728\u5C55\u5F00\u65F6\u663E\u793A\uFF09 "),
505
- withDirectives(createVNode(CustomSubTitle, { title: "\u66F4\u591A\u8BBE\u7F6E" }, null, 512), [
503
+ withDirectives(createVNode(_sfc_main$1, { title: "\u66F4\u591A\u8BBE\u7F6E" }, null, 512), [
506
504
  [vShow, unref(visible) && index === unref(showOptionsLen)]
507
505
  ]),
508
506
  createCommentVNode(" \u5C55\u5F00\u6536\u8D77\u63A7\u5236 "),
@@ -512,7 +510,7 @@ const _sfc_main = defineComponent({
512
510
  tooltip: (_a = option.meta) == null ? void 0 : _a.tooltips
513
511
  }, {
514
512
  default: withCtx(() => [
515
- form.value[option.value] !== void 0 ? (openBlock(), createBlock(Adapter, {
513
+ form.value[option.value] !== void 0 ? (openBlock(), createBlock(_sfc_main$2, {
516
514
  key: 0,
517
515
  value: form.value[option.value],
518
516
  "onUpdate:value": ($event) => form.value[option.value] = $event,
@@ -562,5 +560,4 @@ const _sfc_main = defineComponent({
562
560
  };
563
561
  }
564
562
  });
565
- var docMetaForm = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-7041fd1e"]]);
566
- export { docMetaForm as default };
563
+ export { _sfc_main as default };
@@ -2,8 +2,8 @@ import { defineComponent, computed, toRef, ref, watch, openBlock, createElementB
2
2
  import { RadioGroup, Radio, Switch, Link } from "@arco-design/web-vue";
3
3
  import { IconClose } from "@arco-design/web-vue/es/icon";
4
4
  import draggable from "vuedraggable";
5
- import ThumbEditCard from "../ThumbEditCard.js";
6
- import _sfc_main$1 from "../../../selectThumb/components/colorPicker.js";
5
+ import _sfc_main$1 from "../ThumbEditCard.js";
6
+ import _sfc_main$2 from "../../../selectThumb/components/colorPicker.js";
7
7
  import { useLocalUpload, useThumb, useBanner, useColor, getPayloadImg } from "../options/useThumbs.js";
8
8
  import "./FThumb.vue_vue_type_style_index_0_scoped_true_lang.js";
9
9
  import _export_sfc from "../../../_virtual/plugin-vue_export-helper.js";
@@ -306,7 +306,7 @@ const _sfc_main = defineComponent({
306
306
  }, {
307
307
  item: withCtx(({ element: item, index }) => [
308
308
  createElementVNode("div", _hoisted_5, [
309
- createVNode(ThumbEditCard, {
309
+ createVNode(_sfc_main$1, {
310
310
  item,
311
311
  onEdit: (e) => handleEdit(e, index),
312
312
  onHandle: (e) => handleHandle(e, index)
@@ -359,7 +359,7 @@ const _sfc_main = defineComponent({
359
359
  value: `${colr}`
360
360
  }, null, 8, ["style", "value"]);
361
361
  }), 128)),
362
- createVNode(_sfc_main$1, {
362
+ createVNode(_sfc_main$2, {
363
363
  modelValue: unref(currentColor),
364
364
  "onUpdate:modelValue": _cache[3] || (_cache[3] = ($event) => isRef(currentColor) ? currentColor.value = $event : null)
365
365
  }, null, 8, ["modelValue"])
@@ -1,8 +1,9 @@
1
- import _editDocMeta from "./component.js";
2
- const editDocMeta = Object.assign(_editDocMeta, {
1
+ import _sfc_main from "./component.js";
2
+ import "./style/index.js";
3
+ const editDocMeta = Object.assign(_sfc_main, {
3
4
  install: (app) => {
4
- if (_editDocMeta.name) {
5
- app.component(_editDocMeta.name, _editDocMeta);
5
+ if (_sfc_main.name) {
6
+ app.component(_sfc_main.name, _sfc_main);
6
7
  }
7
8
  }
8
9
  });
@@ -0,0 +1,28 @@
1
+ // Adapter.vue 样式
2
+ .form-adapter {
3
+ width: 100%;
4
+
5
+ :deep(.form-item-wrp) {
6
+ width: 100%;
7
+ }
8
+ }
9
+
10
+ // 图片编辑器弹窗(非 scoped)
11
+ .image-editor-modal {
12
+ .arco-modal {
13
+ height: 850px;
14
+ }
15
+ .arco-modal-body {
16
+ padding: 0;
17
+ height: 100%;
18
+ overflow: hidden;
19
+ }
20
+ }
21
+
22
+ .image-editor-iframe {
23
+ width: 100%;
24
+ height: 100%;
25
+ box-sizing: border-box;
26
+ border: 0;
27
+ outline: none;
28
+ }
@@ -0,0 +1,26 @@
1
+ // CustomSubTitle.vue 样式
2
+ .sub-title-wrp {
3
+ display: flex;
4
+ align-items: center;
5
+ justify-content: space-between;
6
+ margin-bottom: 25px;
7
+
8
+ .sub-left {
9
+ display: flex;
10
+ align-items: center;
11
+ font-weight: 500;
12
+ font-size: 16px;
13
+ line-height: 24px;
14
+ color: #3d3d3d;
15
+ transform: translateX(-24px);
16
+
17
+ &::before {
18
+ content: '';
19
+ display: inline-block;
20
+ width: 4px;
21
+ height: 16px;
22
+ margin-right: 8px;
23
+ background: #165dff;
24
+ }
25
+ }
26
+ }
@@ -0,0 +1,32 @@
1
+ // ThumbEditCard.vue 样式
2
+ .thumb-edit-card {
3
+ position: relative;
4
+ display: flex;
5
+ align-items: center;
6
+ justify-content: center;
7
+ width: 100%;
8
+ height: 100%;
9
+ overflow: hidden;
10
+ border: 1px dashed #e5e6eb !important;
11
+ border-radius: 2px;
12
+ background-color: #f2f3f5;
13
+ cursor: pointer;
14
+
15
+ .thumb-add {
16
+ display: flex;
17
+ width: 100%;
18
+ height: 100%;
19
+ align-items: center;
20
+ justify-content: center;
21
+ color: var(--color-text-2);
22
+ font-size: 16px;
23
+ cursor: pointer;
24
+ }
25
+ }
26
+
27
+ .thumb-drop-button {
28
+ display: flex;
29
+ gap: 8px;
30
+ align-items: center;
31
+ font-size: 14px;
32
+ }
@@ -0,0 +1,22 @@
1
+ // docMetaForm.vue 样式
2
+ .doc-meta-form-container {
3
+ padding: 40px 80px 20px 48px;
4
+
5
+ :deep(.arco-form-item-label) {
6
+ position: relative;
7
+ width: 125px !important;
8
+ min-width: 125px;
9
+ max-width: 125px;
10
+
11
+ .arco-form-item-label-required-symbol {
12
+ position: absolute;
13
+ top: 50%;
14
+ left: -15px;
15
+ transform: translateY(-50%);
16
+ }
17
+ }
18
+ }
19
+
20
+ .input-w {
21
+ width: 100%;
22
+ }
@@ -1,3 +1,94 @@
1
+ .form-adapter {
2
+ width: 100%;
3
+ }
4
+ .form-adapter :deep(.form-item-wrp) {
5
+ width: 100%;
6
+ }
7
+ .image-editor-modal .arco-modal {
8
+ height: 850px;
9
+ }
10
+ .image-editor-modal .arco-modal-body {
11
+ padding: 0;
12
+ height: 100%;
13
+ overflow: hidden;
14
+ }
15
+ .image-editor-iframe {
16
+ width: 100%;
17
+ height: 100%;
18
+ box-sizing: border-box;
19
+ border: 0;
20
+ outline: none;
21
+ }
22
+ .doc-meta-form-container {
23
+ padding: 40px 80px 20px 48px;
24
+ }
25
+ .doc-meta-form-container :deep(.arco-form-item-label) {
26
+ position: relative;
27
+ width: 125px !important;
28
+ min-width: 125px;
29
+ max-width: 125px;
30
+ }
31
+ .doc-meta-form-container :deep(.arco-form-item-label) .arco-form-item-label-required-symbol {
32
+ position: absolute;
33
+ top: 50%;
34
+ left: -15px;
35
+ transform: translateY(-50%);
36
+ }
37
+ .input-w {
38
+ width: 100%;
39
+ }
40
+ .sub-title-wrp {
41
+ display: flex;
42
+ align-items: center;
43
+ justify-content: space-between;
44
+ margin-bottom: 25px;
45
+ }
46
+ .sub-title-wrp .sub-left {
47
+ display: flex;
48
+ align-items: center;
49
+ font-weight: 500;
50
+ font-size: 16px;
51
+ line-height: 24px;
52
+ color: #3d3d3d;
53
+ transform: translateX(-24px);
54
+ }
55
+ .sub-title-wrp .sub-left::before {
56
+ content: '';
57
+ display: inline-block;
58
+ width: 4px;
59
+ height: 16px;
60
+ margin-right: 8px;
61
+ background: #165dff;
62
+ }
63
+ .thumb-edit-card {
64
+ position: relative;
65
+ display: flex;
66
+ align-items: center;
67
+ justify-content: center;
68
+ width: 100%;
69
+ height: 100%;
70
+ overflow: hidden;
71
+ border: 1px dashed #e5e6eb !important;
72
+ border-radius: 2px;
73
+ background-color: #f2f3f5;
74
+ cursor: pointer;
75
+ }
76
+ .thumb-edit-card .thumb-add {
77
+ display: flex;
78
+ width: 100%;
79
+ height: 100%;
80
+ align-items: center;
81
+ justify-content: center;
82
+ color: var(--color-text-2);
83
+ font-size: 16px;
84
+ cursor: pointer;
85
+ }
86
+ .thumb-drop-button {
87
+ display: flex;
88
+ gap: 8px;
89
+ align-items: center;
90
+ font-size: 14px;
91
+ }
1
92
  .edit-doc-meta-dialog-body {
2
93
  padding: 0;
3
94
  }
@@ -1,3 +1,12 @@
1
+ @import './Adapter.less';
2
+ @import './docMetaForm.less';
3
+ @import './CustomSubTitle.less';
4
+ @import './ThumbEditCard.less';
5
+
1
6
  .edit-doc-meta-dialog-body {
2
7
  padding: 0;
3
8
  }
9
+
10
+ .edit-doc-meta-container {
11
+ // 主组件容器样式
12
+ }
package/es/index.css CHANGED
@@ -5121,6 +5121,97 @@
5121
5121
  color: var(---primary-6, #165dff);
5122
5122
  background: var(---primary-1, #e8f3ff);
5123
5123
  }
5124
+ .form-adapter {
5125
+ width: 100%;
5126
+ }
5127
+ .form-adapter :deep(.form-item-wrp) {
5128
+ width: 100%;
5129
+ }
5130
+ .image-editor-modal .arco-modal {
5131
+ height: 850px;
5132
+ }
5133
+ .image-editor-modal .arco-modal-body {
5134
+ padding: 0;
5135
+ height: 100%;
5136
+ overflow: hidden;
5137
+ }
5138
+ .image-editor-iframe {
5139
+ width: 100%;
5140
+ height: 100%;
5141
+ box-sizing: border-box;
5142
+ border: 0;
5143
+ outline: none;
5144
+ }
5145
+ .doc-meta-form-container {
5146
+ padding: 40px 80px 20px 48px;
5147
+ }
5148
+ .doc-meta-form-container :deep(.arco-form-item-label) {
5149
+ position: relative;
5150
+ width: 125px !important;
5151
+ min-width: 125px;
5152
+ max-width: 125px;
5153
+ }
5154
+ .doc-meta-form-container :deep(.arco-form-item-label) .arco-form-item-label-required-symbol {
5155
+ position: absolute;
5156
+ top: 50%;
5157
+ left: -15px;
5158
+ transform: translateY(-50%);
5159
+ }
5160
+ .input-w {
5161
+ width: 100%;
5162
+ }
5163
+ .sub-title-wrp {
5164
+ display: flex;
5165
+ align-items: center;
5166
+ justify-content: space-between;
5167
+ margin-bottom: 25px;
5168
+ }
5169
+ .sub-title-wrp .sub-left {
5170
+ display: flex;
5171
+ align-items: center;
5172
+ font-weight: 500;
5173
+ font-size: 16px;
5174
+ line-height: 24px;
5175
+ color: #3d3d3d;
5176
+ transform: translateX(-24px);
5177
+ }
5178
+ .sub-title-wrp .sub-left::before {
5179
+ content: '';
5180
+ display: inline-block;
5181
+ width: 4px;
5182
+ height: 16px;
5183
+ margin-right: 8px;
5184
+ background: #165dff;
5185
+ }
5186
+ .thumb-edit-card {
5187
+ position: relative;
5188
+ display: flex;
5189
+ align-items: center;
5190
+ justify-content: center;
5191
+ width: 100%;
5192
+ height: 100%;
5193
+ overflow: hidden;
5194
+ border: 1px dashed #e5e6eb !important;
5195
+ border-radius: 2px;
5196
+ background-color: #f2f3f5;
5197
+ cursor: pointer;
5198
+ }
5199
+ .thumb-edit-card .thumb-add {
5200
+ display: flex;
5201
+ width: 100%;
5202
+ height: 100%;
5203
+ align-items: center;
5204
+ justify-content: center;
5205
+ color: var(--color-text-2);
5206
+ font-size: 16px;
5207
+ cursor: pointer;
5208
+ }
5209
+ .thumb-drop-button {
5210
+ display: flex;
5211
+ gap: 8px;
5212
+ align-items: center;
5213
+ font-size: 14px;
5214
+ }
5124
5215
  .edit-doc-meta-dialog-body {
5125
5216
  padding: 0;
5126
5217
  }