@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.
- package/dist/editDocMeta/index.d.ts +1 -0
- package/dist/index.css +91 -0
- package/dist/index.min.css +1 -1
- package/es/editDocMeta/component.js +3 -6
- package/es/editDocMeta/components/Adapter.js +1 -5
- package/es/editDocMeta/components/CustomSubTitle.js +2 -5
- package/es/editDocMeta/components/ThumbEditCard.js +1 -4
- package/es/editDocMeta/components/docMetaForm.js +6 -9
- package/es/editDocMeta/components/fields/FThumb.js +4 -4
- package/es/editDocMeta/index.js +5 -4
- package/es/editDocMeta/style/Adapter.less +28 -0
- package/es/editDocMeta/style/CustomSubTitle.less +26 -0
- package/es/editDocMeta/style/ThumbEditCard.less +32 -0
- package/es/editDocMeta/style/docMetaForm.less +22 -0
- package/es/editDocMeta/style/index.css +91 -0
- package/es/editDocMeta/style/index.less +9 -0
- package/es/index.css +91 -0
- package/es/style.css +136 -133
- package/lib/editDocMeta/component.js +1 -4
- package/lib/editDocMeta/components/Adapter.js +1 -5
- package/lib/editDocMeta/components/CustomSubTitle.js +2 -5
- package/lib/editDocMeta/components/ThumbEditCard.js +1 -4
- package/lib/editDocMeta/components/docMetaForm.js +1 -4
- package/lib/editDocMeta/index.js +1 -0
- package/lib/editDocMeta/style/Adapter.less +28 -0
- package/lib/editDocMeta/style/CustomSubTitle.less +26 -0
- package/lib/editDocMeta/style/ThumbEditCard.less +32 -0
- package/lib/editDocMeta/style/docMetaForm.less +22 -0
- package/lib/editDocMeta/style/index.css +91 -0
- package/lib/editDocMeta/style/index.less +9 -0
- package/lib/index.css +91 -0
- package/package.json +1 -1
- package/es/editDocMeta/component.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
- package/es/editDocMeta/components/Adapter.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
- package/es/editDocMeta/components/Adapter.vue_vue_type_style_index_1_lang.js +0 -2
- package/es/editDocMeta/components/CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
- package/es/editDocMeta/components/ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
- package/es/editDocMeta/components/docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js +0 -2
- package/lib/editDocMeta/component.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
- package/lib/editDocMeta/components/Adapter.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
- package/lib/editDocMeta/components/Adapter.vue_vue_type_style_index_1_lang.js +0 -3
- package/lib/editDocMeta/components/CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
- package/lib/editDocMeta/components/ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
- package/lib/editDocMeta/components/docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js +0 -3
package/es/style.css
CHANGED
|
@@ -1,46 +1,49 @@
|
|
|
1
|
-
.
|
|
2
|
-
|
|
1
|
+
.form-adapter {
|
|
2
|
+
width: 100%;
|
|
3
3
|
}
|
|
4
|
-
.
|
|
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 {
|
|
5
11
|
padding: 0;
|
|
12
|
+
height: 100%;
|
|
13
|
+
overflow: hidden;
|
|
6
14
|
}
|
|
7
|
-
.
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
15
|
+
.image-editor-iframe {
|
|
16
|
+
width: 100%;
|
|
17
|
+
height: 100%;
|
|
18
|
+
box-sizing: border-box;
|
|
19
|
+
border: 0;
|
|
20
|
+
outline: none;
|
|
12
21
|
}
|
|
13
|
-
.doc-meta-form-container
|
|
22
|
+
.doc-meta-form-container {
|
|
14
23
|
padding: 40px 80px 20px 48px;
|
|
15
24
|
}
|
|
16
|
-
.doc-meta-form-container
|
|
25
|
+
.doc-meta-form-container :deep(.arco-form-item-label) {
|
|
17
26
|
position: relative;
|
|
18
27
|
width: 125px !important;
|
|
19
28
|
min-width: 125px;
|
|
20
29
|
max-width: 125px;
|
|
21
30
|
}
|
|
22
|
-
.doc-meta-form-container
|
|
31
|
+
.doc-meta-form-container :deep(.arco-form-item-label) .arco-form-item-label-required-symbol {
|
|
23
32
|
position: absolute;
|
|
24
33
|
top: 50%;
|
|
25
34
|
left: -15px;
|
|
26
35
|
transform: translateY(-50%);
|
|
27
36
|
}
|
|
28
|
-
.input-w
|
|
37
|
+
.input-w {
|
|
29
38
|
width: 100%;
|
|
30
39
|
}
|
|
31
|
-
.
|
|
32
|
-
padding: 0;
|
|
33
|
-
}
|
|
34
|
-
.add-content-modal-body[data-v-00adfb7c] {
|
|
35
|
-
padding: 0;
|
|
36
|
-
}
|
|
37
|
-
.sub-title-wrp[data-v-bb89ee54] {
|
|
40
|
+
.sub-title-wrp {
|
|
38
41
|
display: flex;
|
|
39
42
|
align-items: center;
|
|
40
43
|
justify-content: space-between;
|
|
41
44
|
margin-bottom: 25px;
|
|
42
45
|
}
|
|
43
|
-
.sub-title-wrp .sub-left
|
|
46
|
+
.sub-title-wrp .sub-left {
|
|
44
47
|
display: flex;
|
|
45
48
|
align-items: center;
|
|
46
49
|
font-weight: 500;
|
|
@@ -49,7 +52,7 @@
|
|
|
49
52
|
color: #3d3d3d;
|
|
50
53
|
transform: translateX(-24px);
|
|
51
54
|
}
|
|
52
|
-
.sub-title-wrp .sub-left
|
|
55
|
+
.sub-title-wrp .sub-left::before {
|
|
53
56
|
content: '';
|
|
54
57
|
display: inline-block;
|
|
55
58
|
width: 4px;
|
|
@@ -57,26 +60,55 @@
|
|
|
57
60
|
margin-right: 8px;
|
|
58
61
|
background: #165dff;
|
|
59
62
|
}
|
|
60
|
-
.
|
|
63
|
+
.thumb-edit-card {
|
|
64
|
+
position: relative;
|
|
65
|
+
display: flex;
|
|
66
|
+
align-items: center;
|
|
67
|
+
justify-content: center;
|
|
61
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;
|
|
62
75
|
}
|
|
63
|
-
.
|
|
76
|
+
.thumb-edit-card .thumb-add {
|
|
77
|
+
display: flex;
|
|
64
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;
|
|
65
85
|
}
|
|
66
|
-
.
|
|
67
|
-
|
|
86
|
+
.thumb-drop-button {
|
|
87
|
+
display: flex;
|
|
88
|
+
gap: 8px;
|
|
89
|
+
align-items: center;
|
|
90
|
+
font-size: 14px;
|
|
68
91
|
}
|
|
69
|
-
.
|
|
92
|
+
.edit-doc-meta-dialog-body {
|
|
70
93
|
padding: 0;
|
|
71
|
-
height: 100%;
|
|
72
|
-
overflow: hidden;
|
|
73
94
|
}
|
|
74
|
-
.
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
95
|
+
.type-icons-container {
|
|
96
|
+
display: inline-block;
|
|
97
|
+
vertical-align: middle;
|
|
98
|
+
line-height: 12px;
|
|
99
|
+
font-size: 18px;
|
|
100
|
+
}
|
|
101
|
+
.content-tabs[data-v-7f81762c] .arco-tabs-content {
|
|
102
|
+
padding: 0;
|
|
103
|
+
}
|
|
104
|
+
.add-content-modal-body[data-v-7f81762c] {
|
|
105
|
+
padding: 0;
|
|
106
|
+
}
|
|
107
|
+
.content-tabs[data-v-00adfb7c] .arco-tabs-content {
|
|
108
|
+
padding: 0;
|
|
109
|
+
}
|
|
110
|
+
.add-content-modal-body[data-v-00adfb7c] {
|
|
111
|
+
padding: 0;
|
|
80
112
|
}
|
|
81
113
|
.view-all-column-container[data-v-01c2d0b8] {
|
|
82
114
|
display: flex;
|
|
@@ -129,9 +161,6 @@
|
|
|
129
161
|
color: #999;
|
|
130
162
|
font-size: 12px;
|
|
131
163
|
}
|
|
132
|
-
.form-item-wrp[data-v-090be14c] {
|
|
133
|
-
width: 100%;
|
|
134
|
-
}
|
|
135
164
|
.form-item-wrp[data-v-52fbb29a] {
|
|
136
165
|
width: 100%;
|
|
137
166
|
}
|
|
@@ -154,6 +183,76 @@
|
|
|
154
183
|
font-size: 12px;
|
|
155
184
|
user-select: none;
|
|
156
185
|
}
|
|
186
|
+
.form-item-wrp[data-v-090be14c] {
|
|
187
|
+
width: 100%;
|
|
188
|
+
}
|
|
189
|
+
.form-radio-wrp[data-v-0fc87d34] {
|
|
190
|
+
width: 100%;
|
|
191
|
+
}
|
|
192
|
+
.form-radio-wrp[data-v-0fc87d34] .arco-radio-group {
|
|
193
|
+
width: 100%;
|
|
194
|
+
}
|
|
195
|
+
.form-radio-wrp[data-v-0fc87d34] .arco-radio {
|
|
196
|
+
margin-right: 16px;
|
|
197
|
+
margin-bottom: 8px;
|
|
198
|
+
}
|
|
199
|
+
.form-radio-wrp[data-v-0fc87d34] .arco-radio:last-child {
|
|
200
|
+
margin-right: 0;
|
|
201
|
+
}
|
|
202
|
+
.form-checkbox-wrp[data-v-e60aa702] {
|
|
203
|
+
width: 100%;
|
|
204
|
+
}
|
|
205
|
+
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox-group {
|
|
206
|
+
width: 100%;
|
|
207
|
+
}
|
|
208
|
+
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox {
|
|
209
|
+
margin-right: 16px;
|
|
210
|
+
margin-bottom: 8px;
|
|
211
|
+
}
|
|
212
|
+
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox:last-child {
|
|
213
|
+
margin-right: 0;
|
|
214
|
+
}
|
|
215
|
+
.form-custom-wrapper[data-v-255c65a6] {
|
|
216
|
+
width: 100%;
|
|
217
|
+
}
|
|
218
|
+
.form-custom-wrapper .form-morn-item[data-v-255c65a6] {
|
|
219
|
+
display: flex;
|
|
220
|
+
flex-direction: column;
|
|
221
|
+
gap: 16px;
|
|
222
|
+
align-items: start;
|
|
223
|
+
margin-top: 3px;
|
|
224
|
+
}
|
|
225
|
+
.form-custom-wrapper .form-morn-item .form-morn-desc[data-v-255c65a6] {
|
|
226
|
+
color: #86909c;
|
|
227
|
+
font-size: 12px;
|
|
228
|
+
line-height: 20px;
|
|
229
|
+
}
|
|
230
|
+
.form-content-wrapper[data-v-12f6ab5a] {
|
|
231
|
+
width: 100%;
|
|
232
|
+
}
|
|
233
|
+
.form-content-wrapper .content-list-wrapper[data-v-12f6ab5a] {
|
|
234
|
+
margin-top: 10px;
|
|
235
|
+
display: flex;
|
|
236
|
+
flex-direction: column;
|
|
237
|
+
}
|
|
238
|
+
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a] {
|
|
239
|
+
display: flex;
|
|
240
|
+
align-items: center;
|
|
241
|
+
gap: 8px;
|
|
242
|
+
padding: 9px 12px;
|
|
243
|
+
border: 1px solid #e5e6eb;
|
|
244
|
+
cursor: pointer;
|
|
245
|
+
}
|
|
246
|
+
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a]:hover {
|
|
247
|
+
background-color: #f7f8fa;
|
|
248
|
+
}
|
|
249
|
+
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a]:not(:first-child) {
|
|
250
|
+
border-top: none;
|
|
251
|
+
}
|
|
252
|
+
.form-content-wrapper .content-list-wrapper .content-item-wrapper .title[data-v-12f6ab5a] {
|
|
253
|
+
flex: 1;
|
|
254
|
+
line-height: 22px;
|
|
255
|
+
}
|
|
157
256
|
.form-thumb-wrap[data-v-4f91c880] {
|
|
158
257
|
display: flex;
|
|
159
258
|
flex-direction: column;
|
|
@@ -246,102 +345,6 @@
|
|
|
246
345
|
padding: 0 2px;
|
|
247
346
|
border: none;
|
|
248
347
|
}
|
|
249
|
-
.form-checkbox-wrp[data-v-e60aa702] {
|
|
250
|
-
width: 100%;
|
|
251
|
-
}
|
|
252
|
-
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox-group {
|
|
253
|
-
width: 100%;
|
|
254
|
-
}
|
|
255
|
-
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox {
|
|
256
|
-
margin-right: 16px;
|
|
257
|
-
margin-bottom: 8px;
|
|
258
|
-
}
|
|
259
|
-
.form-checkbox-wrp[data-v-e60aa702] .arco-checkbox:last-child {
|
|
260
|
-
margin-right: 0;
|
|
261
|
-
}
|
|
262
|
-
.form-radio-wrp[data-v-0fc87d34] {
|
|
263
|
-
width: 100%;
|
|
264
|
-
}
|
|
265
|
-
.form-radio-wrp[data-v-0fc87d34] .arco-radio-group {
|
|
266
|
-
width: 100%;
|
|
267
|
-
}
|
|
268
|
-
.form-radio-wrp[data-v-0fc87d34] .arco-radio {
|
|
269
|
-
margin-right: 16px;
|
|
270
|
-
margin-bottom: 8px;
|
|
271
|
-
}
|
|
272
|
-
.form-radio-wrp[data-v-0fc87d34] .arco-radio:last-child {
|
|
273
|
-
margin-right: 0;
|
|
274
|
-
}
|
|
275
|
-
.form-custom-wrapper[data-v-255c65a6] {
|
|
276
|
-
width: 100%;
|
|
277
|
-
}
|
|
278
|
-
.form-custom-wrapper .form-morn-item[data-v-255c65a6] {
|
|
279
|
-
display: flex;
|
|
280
|
-
flex-direction: column;
|
|
281
|
-
gap: 16px;
|
|
282
|
-
align-items: start;
|
|
283
|
-
margin-top: 3px;
|
|
284
|
-
}
|
|
285
|
-
.form-custom-wrapper .form-morn-item .form-morn-desc[data-v-255c65a6] {
|
|
286
|
-
color: #86909c;
|
|
287
|
-
font-size: 12px;
|
|
288
|
-
line-height: 20px;
|
|
289
|
-
}
|
|
290
348
|
.form-item-wrp[data-v-0b441498] {
|
|
291
349
|
width: 100%;
|
|
292
350
|
}
|
|
293
|
-
.form-content-wrapper[data-v-12f6ab5a] {
|
|
294
|
-
width: 100%;
|
|
295
|
-
}
|
|
296
|
-
.form-content-wrapper .content-list-wrapper[data-v-12f6ab5a] {
|
|
297
|
-
margin-top: 10px;
|
|
298
|
-
display: flex;
|
|
299
|
-
flex-direction: column;
|
|
300
|
-
}
|
|
301
|
-
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a] {
|
|
302
|
-
display: flex;
|
|
303
|
-
align-items: center;
|
|
304
|
-
gap: 8px;
|
|
305
|
-
padding: 9px 12px;
|
|
306
|
-
border: 1px solid #e5e6eb;
|
|
307
|
-
cursor: pointer;
|
|
308
|
-
}
|
|
309
|
-
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a]:hover {
|
|
310
|
-
background-color: #f7f8fa;
|
|
311
|
-
}
|
|
312
|
-
.form-content-wrapper .content-list-wrapper .content-item-wrapper[data-v-12f6ab5a]:not(:first-child) {
|
|
313
|
-
border-top: none;
|
|
314
|
-
}
|
|
315
|
-
.form-content-wrapper .content-list-wrapper .content-item-wrapper .title[data-v-12f6ab5a] {
|
|
316
|
-
flex: 1;
|
|
317
|
-
line-height: 22px;
|
|
318
|
-
}
|
|
319
|
-
.thumb-edit-card[data-v-30915b66] {
|
|
320
|
-
position: relative;
|
|
321
|
-
display: flex;
|
|
322
|
-
align-items: center;
|
|
323
|
-
justify-content: center;
|
|
324
|
-
width: 100%;
|
|
325
|
-
height: 100%;
|
|
326
|
-
overflow: hidden;
|
|
327
|
-
border: 1px dashed #e5e6eb !important;
|
|
328
|
-
border-radius: 2px;
|
|
329
|
-
background-color: #f2f3f5;
|
|
330
|
-
cursor: pointer;
|
|
331
|
-
}
|
|
332
|
-
.thumb-edit-card .thumb-add[data-v-30915b66] {
|
|
333
|
-
display: flex;
|
|
334
|
-
width: 100%;
|
|
335
|
-
height: 100%;
|
|
336
|
-
align-items: center;
|
|
337
|
-
justify-content: center;
|
|
338
|
-
color: var(--color-text-2);
|
|
339
|
-
font-size: 16px;
|
|
340
|
-
cursor: pointer;
|
|
341
|
-
}
|
|
342
|
-
.thumb-drop-button[data-v-30915b66] {
|
|
343
|
-
display: flex;
|
|
344
|
-
gap: 8px;
|
|
345
|
-
align-items: center;
|
|
346
|
-
font-size: 14px;
|
|
347
|
-
}
|
|
@@ -6,8 +6,6 @@ var dialogVisible = require("../hooks/dialogVisible.js");
|
|
|
6
6
|
var config = require("../config.js");
|
|
7
7
|
var docMetaForm = require("./components/docMetaForm.js");
|
|
8
8
|
var doc = require("../utils/doc.js");
|
|
9
|
-
require("./component.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
10
|
-
var pluginVue_exportHelper = require("../_virtual/plugin-vue_export-helper.js");
|
|
11
9
|
const _hoisted_1 = { class: "edit-doc-meta-container" };
|
|
12
10
|
const _hoisted_2 = { style: { "padding": "20px" } };
|
|
13
11
|
const _sfc_main = vue.defineComponent({
|
|
@@ -364,5 +362,4 @@ const _sfc_main = vue.defineComponent({
|
|
|
364
362
|
};
|
|
365
363
|
}
|
|
366
364
|
});
|
|
367
|
-
|
|
368
|
-
module.exports = _editDocMeta;
|
|
365
|
+
module.exports = _sfc_main;
|
|
@@ -11,9 +11,6 @@ var FCheckbox = require("./fields/FCheckbox.js");
|
|
|
11
11
|
var FCustom = require("./fields/FCustom.js");
|
|
12
12
|
var FContentModel = require("./fields/FContentModel.js");
|
|
13
13
|
var component = require("../../selectResourceModal/component.js");
|
|
14
|
-
require("./Adapter.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
15
|
-
require("./Adapter.vue_vue_type_style_index_1_lang.js");
|
|
16
|
-
var pluginVue_exportHelper = require("../../_virtual/plugin-vue_export-helper.js");
|
|
17
14
|
const _hoisted_1 = { class: "form-adapter" };
|
|
18
15
|
const _hoisted_2 = {
|
|
19
16
|
key: 1,
|
|
@@ -210,5 +207,4 @@ const _sfc_main = vue.defineComponent({
|
|
|
210
207
|
};
|
|
211
208
|
}
|
|
212
209
|
});
|
|
213
|
-
|
|
214
|
-
module.exports = Adapter;
|
|
210
|
+
module.exports = _sfc_main;
|
|
@@ -1,7 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
var vue = require("vue");
|
|
3
|
-
require("./CustomSubTitle.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
4
|
-
var pluginVue_exportHelper = require("../../_virtual/plugin-vue_export-helper.js");
|
|
5
3
|
const _hoisted_1 = { class: "sub-title-wrp" };
|
|
6
4
|
const _hoisted_2 = { class: "sub-left" };
|
|
7
5
|
const _hoisted_3 = { class: "sub-right" };
|
|
@@ -15,11 +13,10 @@ const _sfc_main = vue.defineComponent({
|
|
|
15
13
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
16
14
|
vue.createElementVNode("div", _hoisted_2, vue.toDisplayString(__props.title), 1),
|
|
17
15
|
vue.createElementVNode("div", _hoisted_3, [
|
|
18
|
-
vue.renderSlot(_ctx.$slots, "right"
|
|
16
|
+
vue.renderSlot(_ctx.$slots, "right")
|
|
19
17
|
])
|
|
20
18
|
]);
|
|
21
19
|
};
|
|
22
20
|
}
|
|
23
21
|
});
|
|
24
|
-
|
|
25
|
-
module.exports = CustomSubTitle;
|
|
22
|
+
module.exports = _sfc_main;
|
|
@@ -4,8 +4,6 @@ var webVue = require("@arco-design/web-vue");
|
|
|
4
4
|
var icon = require("@arco-design/web-vue/es/icon");
|
|
5
5
|
var vueCmstopIcons = require("@arco-iconbox/vue-cmstop-icons");
|
|
6
6
|
var component = require("../../thumbCard/component.js");
|
|
7
|
-
require("./ThumbEditCard.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
8
|
-
var pluginVue_exportHelper = require("../../_virtual/plugin-vue_export-helper.js");
|
|
9
7
|
const _hoisted_1 = { class: "thumb-edit-card" };
|
|
10
8
|
const _hoisted_2 = { class: "thumb-drop-button" };
|
|
11
9
|
const _hoisted_3 = { class: "thumb-drop-button" };
|
|
@@ -75,5 +73,4 @@ const _sfc_main = vue.defineComponent({
|
|
|
75
73
|
};
|
|
76
74
|
}
|
|
77
75
|
});
|
|
78
|
-
|
|
79
|
-
module.exports = ThumbEditCard;
|
|
76
|
+
module.exports = _sfc_main;
|
|
@@ -8,8 +8,6 @@ var Adapter = require("./Adapter.js");
|
|
|
8
8
|
var CustomSubTitle = require("./CustomSubTitle.js");
|
|
9
9
|
var visible = require("../../hooks/visible.js");
|
|
10
10
|
var useThumbs = require("./options/useThumbs.js");
|
|
11
|
-
require("./docMetaForm.vue_vue_type_style_index_0_scoped_true_lang.js");
|
|
12
|
-
var pluginVue_exportHelper = require("../../_virtual/plugin-vue_export-helper.js");
|
|
13
11
|
const _hoisted_1 = { class: "doc-meta-form-container" };
|
|
14
12
|
const _sfc_main = vue.defineComponent({
|
|
15
13
|
__name: "docMetaForm",
|
|
@@ -563,5 +561,4 @@ const _sfc_main = vue.defineComponent({
|
|
|
563
561
|
};
|
|
564
562
|
}
|
|
565
563
|
});
|
|
566
|
-
|
|
567
|
-
module.exports = docMetaForm;
|
|
564
|
+
module.exports = _sfc_main;
|
package/lib/editDocMeta/index.js
CHANGED
|
@@ -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
|
}
|