@haluo/biz 2.0.4 → 2.0.6
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/README.md +11 -11
- package/dist/haluo-biz.js +141 -80
- package/dist/haluo-biz.umd.cjs +140 -79
- package/dist/style.css +75 -28
- package/package.json +46 -46
- /package/dist/{squire-raw.32b523bf.js → squire-raw.7e84068d.js} +0 -0
package/dist/style.css
CHANGED
|
@@ -1,24 +1,24 @@
|
|
|
1
|
-
.m12[data-v-
|
|
1
|
+
.m12[data-v-bea66306] {
|
|
2
2
|
margin: 0 12px;
|
|
3
3
|
}
|
|
4
|
-
.ml16[data-v-
|
|
4
|
+
.ml16[data-v-bea66306] {
|
|
5
5
|
margin-left: 16px;
|
|
6
6
|
}
|
|
7
|
-
.mr12[data-v-
|
|
7
|
+
.mr12[data-v-bea66306] {
|
|
8
8
|
margin-right: 12px;
|
|
9
9
|
}
|
|
10
|
-
.ml12[data-v-
|
|
10
|
+
.ml12[data-v-bea66306] {
|
|
11
11
|
margin-left: 12px;
|
|
12
12
|
}
|
|
13
|
-
.mr18[data-v-
|
|
13
|
+
.mr18[data-v-bea66306] {
|
|
14
14
|
margin-right: 18px;
|
|
15
15
|
}
|
|
16
|
-
.tools[data-v-
|
|
16
|
+
.tools[data-v-bea66306] {
|
|
17
17
|
z-index: 2;
|
|
18
18
|
position: relative;
|
|
19
19
|
background: #FAFAFA;
|
|
20
20
|
}
|
|
21
|
-
.tools .tools-content[data-v-
|
|
21
|
+
.tools .tools-content[data-v-bea66306] {
|
|
22
22
|
display: -webkit-box;
|
|
23
23
|
display: -ms-flexbox;
|
|
24
24
|
display: flex;
|
|
@@ -26,13 +26,13 @@
|
|
|
26
26
|
-ms-flex-align: center;
|
|
27
27
|
align-items: center;
|
|
28
28
|
}
|
|
29
|
-
.tools img[data-v-
|
|
29
|
+
.tools img[data-v-bea66306] {
|
|
30
30
|
cursor: pointer;
|
|
31
31
|
}
|
|
32
|
-
.tools .box[data-v-
|
|
32
|
+
.tools .box[data-v-bea66306] {
|
|
33
33
|
position: relative;
|
|
34
34
|
}
|
|
35
|
-
.tools .box .box-mask[data-v-
|
|
35
|
+
.tools .box .box-mask[data-v-bea66306] {
|
|
36
36
|
width: 40px;
|
|
37
37
|
height: 40px;
|
|
38
38
|
background: black;
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
position: absolute;
|
|
42
42
|
pointer-events: none;
|
|
43
43
|
}
|
|
44
|
-
.tools .tools-title[data-v-
|
|
44
|
+
.tools .tools-title[data-v-bea66306] {
|
|
45
45
|
color: #333333;
|
|
46
46
|
font-size: 18px;
|
|
47
47
|
display: -webkit-box;
|
|
@@ -52,25 +52,25 @@
|
|
|
52
52
|
align-items: center;
|
|
53
53
|
cursor: pointer;
|
|
54
54
|
}
|
|
55
|
-
.tools .disable[data-v-
|
|
55
|
+
.tools .disable[data-v-bea66306] {
|
|
56
56
|
cursor: not-allowed;
|
|
57
57
|
-webkit-filter: blur(0.6px);
|
|
58
58
|
filter: blur(0.6px);
|
|
59
59
|
}
|
|
60
|
-
.tools .disable img[data-v-
|
|
60
|
+
.tools .disable img[data-v-bea66306] {
|
|
61
61
|
cursor: not-allowed;
|
|
62
62
|
}
|
|
63
|
-
.tools .wrap[data-v-
|
|
63
|
+
.tools .wrap[data-v-bea66306] {
|
|
64
64
|
position: relative;
|
|
65
65
|
}
|
|
66
|
-
.tools[data-v-
|
|
66
|
+
.tools[data-v-bea66306] .m-colorPicker {
|
|
67
67
|
position: absolute;
|
|
68
68
|
width: 100%;
|
|
69
69
|
left: 0;
|
|
70
70
|
z-index: -1;
|
|
71
71
|
height: 100%;
|
|
72
72
|
}
|
|
73
|
-
.tools[data-v-
|
|
73
|
+
.tools[data-v-bea66306] .m-colorPicker .colorBtn {
|
|
74
74
|
width: 100%;
|
|
75
75
|
height: 100%;
|
|
76
76
|
opacity: 0;
|
|
@@ -160,10 +160,13 @@
|
|
|
160
160
|
-webkit-box-align: center;
|
|
161
161
|
-ms-flex-align: center;
|
|
162
162
|
align-items: center;
|
|
163
|
-
height: 56px;
|
|
163
|
+
min-height: 56px;
|
|
164
164
|
padding-left: 20px;
|
|
165
165
|
padding-right: 30px;
|
|
166
166
|
}
|
|
167
|
+
.insert-article .insert-article_list-item .el-radio {
|
|
168
|
+
height: auto;
|
|
169
|
+
}
|
|
167
170
|
.insert-article .insert-article_list-item .el-radio__label {
|
|
168
171
|
display: inline-block;
|
|
169
172
|
vertical-align: middle;
|
|
@@ -194,6 +197,50 @@
|
|
|
194
197
|
.insert-article .view {
|
|
195
198
|
color: #5388F5;
|
|
196
199
|
}
|
|
200
|
+
.insert-article .video-item {
|
|
201
|
+
display: -webkit-box;
|
|
202
|
+
display: -ms-flexbox;
|
|
203
|
+
display: flex;
|
|
204
|
+
-webkit-box-pack: center;
|
|
205
|
+
-ms-flex-pack: center;
|
|
206
|
+
justify-content: center;
|
|
207
|
+
-webkit-box-align: center;
|
|
208
|
+
-ms-flex-align: center;
|
|
209
|
+
align-items: center;
|
|
210
|
+
cursor: pointer;
|
|
211
|
+
padding: 0.12rem 0;
|
|
212
|
+
}
|
|
213
|
+
.insert-article .video-item .video-pic {
|
|
214
|
+
position: relative;
|
|
215
|
+
width: 1.5rem;
|
|
216
|
+
height: 1rem;
|
|
217
|
+
border-radius: 0.05rem;
|
|
218
|
+
}
|
|
219
|
+
.insert-article .video-item .video-pic .play {
|
|
220
|
+
position: absolute;
|
|
221
|
+
top: 0.4rem;
|
|
222
|
+
left: 0.7rem;
|
|
223
|
+
width: 0.16rem;
|
|
224
|
+
height: 0.19rem;
|
|
225
|
+
}
|
|
226
|
+
.insert-article .video-item .video-text {
|
|
227
|
+
display: -webkit-box;
|
|
228
|
+
display: -ms-flexbox;
|
|
229
|
+
display: flex;
|
|
230
|
+
-webkit-box-flex: 1;
|
|
231
|
+
-ms-flex: 1;
|
|
232
|
+
flex: 1;
|
|
233
|
+
-webkit-box-pack: justify;
|
|
234
|
+
-ms-flex-pack: justify;
|
|
235
|
+
justify-content: space-between;
|
|
236
|
+
padding: 0 0.1rem;
|
|
237
|
+
height: 0.7rem;
|
|
238
|
+
-webkit-box-orient: vertical;
|
|
239
|
+
-webkit-box-direction: normal;
|
|
240
|
+
-ms-flex-direction: column;
|
|
241
|
+
flex-direction: column;
|
|
242
|
+
color: #333;
|
|
243
|
+
}
|
|
197
244
|
.insert-img {
|
|
198
245
|
overflow-y: auto;
|
|
199
246
|
height: 450px;
|
|
@@ -351,7 +398,7 @@
|
|
|
351
398
|
color: #999999;
|
|
352
399
|
margin-bottom: 5px;
|
|
353
400
|
}
|
|
354
|
-
.article-item[data-v-
|
|
401
|
+
.article-item[data-v-1c406a11] {
|
|
355
402
|
-webkit-user-select: none;
|
|
356
403
|
-moz-user-select: none;
|
|
357
404
|
-ms-user-select: none;
|
|
@@ -366,7 +413,7 @@
|
|
|
366
413
|
width: 440px;
|
|
367
414
|
position: relative;
|
|
368
415
|
}
|
|
369
|
-
.article-item .icon[data-v-
|
|
416
|
+
.article-item .icon[data-v-1c406a11] {
|
|
370
417
|
width: 14px;
|
|
371
418
|
-webkit-user-select: none;
|
|
372
419
|
-moz-user-select: none;
|
|
@@ -380,7 +427,7 @@
|
|
|
380
427
|
-ms-transform: translate(50%, -50%);
|
|
381
428
|
transform: translate(50%, -50%);
|
|
382
429
|
}
|
|
383
|
-
.article-item img[data-v-
|
|
430
|
+
.article-item img[data-v-1c406a11] {
|
|
384
431
|
width: 80px;
|
|
385
432
|
height: 80px;
|
|
386
433
|
-o-object-fit: cover;
|
|
@@ -389,7 +436,7 @@
|
|
|
389
436
|
-ms-flex-negative: 0;
|
|
390
437
|
flex-shrink: 0;
|
|
391
438
|
}
|
|
392
|
-
.article-item .article-item_right[data-v-
|
|
439
|
+
.article-item .article-item_right[data-v-1c406a11] {
|
|
393
440
|
display: -webkit-box;
|
|
394
441
|
display: -ms-flexbox;
|
|
395
442
|
display: flex;
|
|
@@ -401,7 +448,7 @@
|
|
|
401
448
|
-ms-flex-pack: justify;
|
|
402
449
|
justify-content: space-between;
|
|
403
450
|
}
|
|
404
|
-
.article-item .article-item_right .name[data-v-
|
|
451
|
+
.article-item .article-item_right .name[data-v-1c406a11] {
|
|
405
452
|
font-size: 16px;
|
|
406
453
|
margin-top: 5px;
|
|
407
454
|
line-height: 22px;
|
|
@@ -412,7 +459,7 @@
|
|
|
412
459
|
-o-text-overflow: ellipsis;
|
|
413
460
|
text-overflow: ellipsis;
|
|
414
461
|
}
|
|
415
|
-
.article-item .article-item_right .score[data-v-
|
|
462
|
+
.article-item .article-item_right .score[data-v-1c406a11] {
|
|
416
463
|
color: #999999;
|
|
417
464
|
line-height: 17px;
|
|
418
465
|
font-size: 12px;
|
|
@@ -424,18 +471,18 @@
|
|
|
424
471
|
align-items: center;
|
|
425
472
|
margin-bottom: 6px;
|
|
426
473
|
}
|
|
427
|
-
.article-item .article-item_right .score span[data-v-
|
|
474
|
+
.article-item .article-item_right .score span[data-v-1c406a11]:nth-child(2) {
|
|
428
475
|
margin-left: 10px;
|
|
429
476
|
}
|
|
430
|
-
.article-item .article-item_right .score span[data-v-
|
|
477
|
+
.article-item .article-item_right .score span[data-v-1c406a11]:nth-child(3) {
|
|
431
478
|
margin-left: 10px;
|
|
432
479
|
}
|
|
433
|
-
.article-item .article-item_right .price[data-v-
|
|
480
|
+
.article-item .article-item_right .price[data-v-1c406a11] {
|
|
434
481
|
color: #ff5a25;
|
|
435
482
|
font-size: 16px;
|
|
436
483
|
margin-top: 6px;
|
|
437
484
|
}
|
|
438
|
-
.article-item .article-bg[data-v-
|
|
485
|
+
.article-item .article-bg[data-v-1c406a11] {
|
|
439
486
|
position: absolute;
|
|
440
487
|
width: 440px;
|
|
441
488
|
height: 60px;
|
|
@@ -450,7 +497,7 @@
|
|
|
450
497
|
-webkit-backdrop-filter: blur(3px);
|
|
451
498
|
backdrop-filter: blur(3px);
|
|
452
499
|
}
|
|
453
|
-
.article-item .article-bg-height[data-v-
|
|
500
|
+
.article-item .article-bg-height[data-v-1c406a11] {
|
|
454
501
|
height: 80px;
|
|
455
502
|
line-height: 80px;
|
|
456
503
|
}
|
package/package.json
CHANGED
|
@@ -1,46 +1,46 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@haluo/biz",
|
|
3
|
-
"description": "rich text",
|
|
4
|
-
"version": "2.0.
|
|
5
|
-
"type": "module",
|
|
6
|
-
"module": "./dist/haluo-biz.js",
|
|
7
|
-
"main": "./dist/haluo-biz.umd.cjs",
|
|
8
|
-
"exports": {
|
|
9
|
-
".": {
|
|
10
|
-
"import": "./dist/haluo-biz.js",
|
|
11
|
-
"require": "./dist/haluo-biz.umd.cjs"
|
|
12
|
-
},
|
|
13
|
-
"./dist/style.css": "./dist/style.css"
|
|
14
|
-
},
|
|
15
|
-
"files": [
|
|
16
|
-
"dist"
|
|
17
|
-
],
|
|
18
|
-
"scripts": {
|
|
19
|
-
"dev": "vite",
|
|
20
|
-
"build": "vue-tsc --noEmit && vite build",
|
|
21
|
-
"build:watch": "vue-tsc --noEmit && vite build --watch",
|
|
22
|
-
"preview": "vite preview"
|
|
23
|
-
},
|
|
24
|
-
"dependencies": {
|
|
25
|
-
"element-plus": "^2.2.28",
|
|
26
|
-
"uuid": "^9.0.0",
|
|
27
|
-
"vue": "^3.2.36",
|
|
28
|
-
"vuedraggable": "^4.1.0"
|
|
29
|
-
},
|
|
30
|
-
"devDependencies": {
|
|
31
|
-
"@element-plus/icons-vue": "^2.0.10",
|
|
32
|
-
"@haluo/util": "^1.0.24",
|
|
33
|
-
"@types/node": "^18.7.18",
|
|
34
|
-
"@types/uuid": "^9.0.0",
|
|
35
|
-
"@vitejs/plugin-vue": "^2.1.0",
|
|
36
|
-
"autoprefixer": "^10.4.11",
|
|
37
|
-
"less": "^4.1.3",
|
|
38
|
-
"typescript": "^4.6.4",
|
|
39
|
-
"vite": "^3.1.0",
|
|
40
|
-
"vite-plugin-dts": "^1.5.0",
|
|
41
|
-
"vue-tsc": "^0.40.4"
|
|
42
|
-
},
|
|
43
|
-
"peerDependencies": {
|
|
44
|
-
"vue": "^3.x"
|
|
45
|
-
}
|
|
46
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@haluo/biz",
|
|
3
|
+
"description": "rich text",
|
|
4
|
+
"version": "2.0.6",
|
|
5
|
+
"type": "module",
|
|
6
|
+
"module": "./dist/haluo-biz.js",
|
|
7
|
+
"main": "./dist/haluo-biz.umd.cjs",
|
|
8
|
+
"exports": {
|
|
9
|
+
".": {
|
|
10
|
+
"import": "./dist/haluo-biz.js",
|
|
11
|
+
"require": "./dist/haluo-biz.umd.cjs"
|
|
12
|
+
},
|
|
13
|
+
"./dist/style.css": "./dist/style.css"
|
|
14
|
+
},
|
|
15
|
+
"files": [
|
|
16
|
+
"dist"
|
|
17
|
+
],
|
|
18
|
+
"scripts": {
|
|
19
|
+
"dev": "vite",
|
|
20
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
21
|
+
"build:watch": "vue-tsc --noEmit && vite build --watch",
|
|
22
|
+
"preview": "vite preview"
|
|
23
|
+
},
|
|
24
|
+
"dependencies": {
|
|
25
|
+
"element-plus": "^2.2.28",
|
|
26
|
+
"uuid": "^9.0.0",
|
|
27
|
+
"vue": "^3.2.36",
|
|
28
|
+
"vuedraggable": "^4.1.0"
|
|
29
|
+
},
|
|
30
|
+
"devDependencies": {
|
|
31
|
+
"@element-plus/icons-vue": "^2.0.10",
|
|
32
|
+
"@haluo/util": "^1.0.24",
|
|
33
|
+
"@types/node": "^18.7.18",
|
|
34
|
+
"@types/uuid": "^9.0.0",
|
|
35
|
+
"@vitejs/plugin-vue": "^2.1.0",
|
|
36
|
+
"autoprefixer": "^10.4.11",
|
|
37
|
+
"less": "^4.1.3",
|
|
38
|
+
"typescript": "^4.6.4",
|
|
39
|
+
"vite": "^3.1.0",
|
|
40
|
+
"vite-plugin-dts": "^1.5.0",
|
|
41
|
+
"vue-tsc": "^0.40.4"
|
|
42
|
+
},
|
|
43
|
+
"peerDependencies": {
|
|
44
|
+
"vue": "^3.x"
|
|
45
|
+
}
|
|
46
|
+
}
|
|
File without changes
|