@cmstops/pro-compo 0.1.13 → 0.1.15
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/gif.worker.js +3 -0
- package/dist/index.css +486 -6
- package/dist/index.min.css +1 -1
- package/es/contentDetailList/component.js +1 -2
- package/es/contentDetailList/components/Content/CompoItem/index.js +1 -2
- package/es/contentDetailList/components/Content/ContentListItem/index.js +1 -2
- package/es/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +1 -2
- package/es/contentDetailList/components/Content/DocItem/index.js +1 -2
- package/es/contentDetailList/components/Content/KongoNavItem/index.js +1 -2
- package/es/contentDetailList/components/Content/LiveItem/index.js +1 -2
- package/es/contentDetailList/components/Content/MaccountItem/index.js +1 -2
- package/es/contentDetailList/components/Content/index.js +1 -2
- package/es/contentDetailList/components/Doc/index.js +1 -2
- package/es/contentModal/component.js +1 -2
- package/es/contentModal/components/CompoList/CompoFilter/index.js +2 -3
- package/es/contentModal/components/CompoList/index.js +2 -3
- package/es/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -2
- package/es/contentModal/components/ViewAllColumn/columnTree/index.js +1 -2
- package/es/contentModal/components/ViewAllColumn/index.js +1 -2
- package/es/contentModal/components/storeBox/index.js +1 -2
- package/es/gif.worker.js +3 -0
- package/es/hooks/assets.d.ts +1 -0
- package/es/hooks/assets.js +9 -0
- package/es/hooks/user.d.ts +1 -3
- package/es/imageCrop/component.d.ts +0 -0
- package/es/imageCrop/component.js +472 -0
- package/es/imageCrop/index.d.ts +2 -0
- package/es/imageCrop/index.js +7 -0
- package/es/imageCrop/script/api.d.ts +1 -0
- package/es/imageCrop/script/api.js +11 -0
- package/es/imageCrop/style/cropper.less +291 -0
- package/es/imageCrop/style/css.js +1 -0
- package/es/imageCrop/style/imageCropper.less +133 -0
- package/es/imageCrop/style/index.css +366 -0
- package/es/imageCrop/style/index.d.ts +1 -0
- package/es/imageCrop/style/index.js +1 -0
- package/es/imageCrop/style/index.less +2 -0
- package/es/index.css +486 -6
- package/es/index.d.ts +2 -0
- package/es/index.js +2 -0
- package/es/index.less +2 -0
- package/es/mediaFilter/component.js +1 -2
- package/es/mediaFilter/components/DocFilter.js +1 -2
- package/es/messageBox/list.js +1 -2
- package/es/previousVersion/component.js +1 -2
- package/es/resourceModal/component.js +4 -7
- package/es/resourceModal/components/MediaPreviewer/index.js +1 -2
- package/es/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +10 -19
- package/es/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +4 -9
- package/es/resourceModal/components/MediaSelection/MainContent/index.js +7 -15
- package/es/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -2
- package/es/resourceModal/components/MediaSelection/index.js +8 -12
- package/es/selectAvatarList/component.js +67 -48
- package/es/selectGategory/component.js +1 -2
- package/es/selectGategory/components/ColumnSelection/index.js +1 -2
- package/es/selectThumb/component.d.ts +0 -0
- package/es/selectThumb/component.js +410 -0
- package/es/selectThumb/components/card.d.ts +0 -0
- package/es/selectThumb/components/card.js +86 -0
- package/es/selectThumb/components/colorPalette.d.ts +0 -0
- package/es/selectThumb/components/colorPalette.js +75 -0
- package/es/selectThumb/index.d.ts +2 -0
- package/es/selectThumb/index.js +7 -0
- package/es/selectThumb/style/card.less +79 -0
- package/es/selectThumb/style/colorPalette.less +0 -0
- package/es/selectThumb/style/css.js +1 -0
- package/es/selectThumb/style/index.css +101 -0
- package/es/selectThumb/style/index.d.ts +1 -0
- package/es/selectThumb/style/index.js +1 -0
- package/es/selectThumb/style/index.less +27 -0
- package/es/uploadBefore/component.js +2 -3
- package/es/uploadBefore/components/UploadBefore.js +1 -2
- package/es/uploadBefore/components/UploadForClick.js +1 -2
- package/es/uploadStep/component.js +2 -3
- package/es/userDirector/component.js +15 -14
- package/es/userDirector/components/userTree.js +2 -2
- package/es/userDirector/style/index.css +19 -6
- package/es/userDirector/style/index.less +25 -12
- package/es/utils/doc.js +30 -7
- package/es/utils/index.d.ts +1 -0
- package/es/utils/index.js +6 -1
- package/es/utils/tusUpload.d.ts +1 -1
- package/es/utils/tusUpload.js +1 -1
- package/es/utils/uploadCatalog.d.ts +1 -0
- package/lib/contentDetailList/component.js +1 -2
- package/lib/contentDetailList/components/Content/CompoItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/ContentListItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/DocItem/ApprovalStateMap/index.js +1 -2
- package/lib/contentDetailList/components/Content/DocItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/KongoNavItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/LiveItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/MaccountItem/index.js +1 -2
- package/lib/contentDetailList/components/Content/index.js +1 -2
- package/lib/contentDetailList/components/Doc/index.js +1 -2
- package/lib/contentModal/component.js +1 -2
- package/lib/contentModal/components/CompoList/CompoFilter/index.js +2 -3
- package/lib/contentModal/components/CompoList/index.js +2 -3
- package/lib/contentModal/components/ViewAllColumn/MediaFilter/index.js +1 -2
- package/lib/contentModal/components/ViewAllColumn/columnTree/index.js +1 -2
- package/lib/contentModal/components/ViewAllColumn/index.js +1 -2
- package/lib/contentModal/components/storeBox/index.js +1 -2
- package/lib/hooks/assets.js +11 -0
- package/lib/imageCrop/component.js +479 -0
- package/lib/imageCrop/index.js +8 -0
- package/lib/imageCrop/script/api.js +13 -0
- package/lib/imageCrop/style/cropper.less +291 -0
- package/lib/imageCrop/style/css.js +2 -0
- package/lib/imageCrop/style/imageCropper.less +133 -0
- package/lib/imageCrop/style/index.css +366 -0
- package/lib/imageCrop/style/index.js +2 -0
- package/lib/imageCrop/style/index.less +2 -0
- package/lib/index.css +486 -6
- package/lib/index.js +16 -12
- package/lib/index.less +2 -0
- package/lib/mediaFilter/component.js +1 -2
- package/lib/mediaFilter/components/DocFilter.js +1 -2
- package/lib/messageBox/list.js +1 -2
- package/lib/previousVersion/component.js +1 -2
- package/lib/resourceModal/component.js +4 -7
- package/lib/resourceModal/components/MediaPreviewer/index.js +1 -2
- package/lib/resourceModal/components/MediaSelection/DocAiMediaSelected/index.js +10 -19
- package/lib/resourceModal/components/MediaSelection/MainContent/FileTypeThumb/index.js +4 -9
- package/lib/resourceModal/components/MediaSelection/MainContent/index.js +7 -15
- package/lib/resourceModal/components/MediaSelection/ToolbarSearch/index.js +1 -2
- package/lib/resourceModal/components/MediaSelection/index.js +8 -12
- package/lib/selectAvatarList/component.js +67 -48
- package/lib/selectGategory/component.js +1 -2
- package/lib/selectGategory/components/ColumnSelection/index.js +1 -2
- package/lib/selectThumb/component.js +411 -0
- package/lib/selectThumb/components/card.js +87 -0
- package/lib/selectThumb/components/colorPalette.js +76 -0
- package/lib/selectThumb/index.js +8 -0
- package/lib/selectThumb/style/card.less +79 -0
- package/lib/selectThumb/style/colorPalette.less +0 -0
- package/lib/selectThumb/style/css.js +2 -0
- package/lib/selectThumb/style/index.css +101 -0
- package/lib/selectThumb/style/index.js +2 -0
- package/lib/selectThumb/style/index.less +27 -0
- package/lib/uploadBefore/component.js +2 -3
- package/lib/uploadBefore/components/UploadBefore.js +1 -2
- package/lib/uploadBefore/components/UploadForClick.js +1 -2
- package/lib/uploadStep/component.js +2 -3
- package/lib/userDirector/component.js +15 -14
- package/lib/userDirector/components/userTree.js +2 -2
- package/lib/userDirector/style/index.css +19 -6
- package/lib/userDirector/style/index.less +25 -12
- package/lib/utils/doc.js +31 -6
- package/lib/utils/index.js +6 -0
- package/lib/utils/tusUpload.js +1 -1
- package/package.json +16 -2
|
@@ -0,0 +1,291 @@
|
|
|
1
|
+
.cropper-container {
|
|
2
|
+
position: relative;
|
|
3
|
+
font-size: 0;
|
|
4
|
+
line-height: 0;
|
|
5
|
+
direction: ltr;
|
|
6
|
+
-webkit-user-select: none;
|
|
7
|
+
-moz-user-select: none;
|
|
8
|
+
-ms-user-select: none;
|
|
9
|
+
user-select: none;
|
|
10
|
+
-ms-touch-action: none;
|
|
11
|
+
touch-action: none;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.cropper-container img {
|
|
15
|
+
display: block;
|
|
16
|
+
width: 100%;
|
|
17
|
+
min-width: 0 !important;
|
|
18
|
+
max-width: none !important;
|
|
19
|
+
height: 100%;
|
|
20
|
+
min-height: 0 !important;
|
|
21
|
+
max-height: none !important;
|
|
22
|
+
image-orientation: 0deg;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.cropper-canvas,
|
|
26
|
+
.cropper-crop-box,
|
|
27
|
+
.cropper-drag-box,
|
|
28
|
+
.cropper-modal,
|
|
29
|
+
.cropper-wrap-box {
|
|
30
|
+
position: absolute;
|
|
31
|
+
top: 0;
|
|
32
|
+
right: 0;
|
|
33
|
+
bottom: 0;
|
|
34
|
+
left: 0;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.cropper-canvas,
|
|
38
|
+
.cropper-wrap-box {
|
|
39
|
+
overflow: hidden;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
.cropper-drag-box {
|
|
43
|
+
background-color: #fff;
|
|
44
|
+
opacity: 0;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
.cropper-modal {
|
|
48
|
+
background-color: #000;
|
|
49
|
+
opacity: 0.5;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.cropper-view-box {
|
|
53
|
+
display: block;
|
|
54
|
+
width: 100%;
|
|
55
|
+
height: 100%;
|
|
56
|
+
overflow: hidden;
|
|
57
|
+
outline: 1px solid #39f;
|
|
58
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
.cropper-dashed {
|
|
62
|
+
position: absolute;
|
|
63
|
+
display: block;
|
|
64
|
+
border: 0 dashed #eee;
|
|
65
|
+
opacity: 0.5;
|
|
66
|
+
}
|
|
67
|
+
|
|
68
|
+
.cropper-dashed.dashed-h {
|
|
69
|
+
top: 33.33333%;
|
|
70
|
+
left: 0;
|
|
71
|
+
width: 100%;
|
|
72
|
+
height: 33.33333%;
|
|
73
|
+
border-top-width: 1px;
|
|
74
|
+
border-bottom-width: 1px;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
.cropper-dashed.dashed-v {
|
|
78
|
+
top: 0;
|
|
79
|
+
left: 33.33333%;
|
|
80
|
+
width: 33.33333%;
|
|
81
|
+
height: 100%;
|
|
82
|
+
border-right-width: 1px;
|
|
83
|
+
border-left-width: 1px;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.cropper-center {
|
|
87
|
+
position: absolute;
|
|
88
|
+
top: 50%;
|
|
89
|
+
left: 50%;
|
|
90
|
+
display: block;
|
|
91
|
+
width: 0;
|
|
92
|
+
height: 0;
|
|
93
|
+
opacity: 0.75;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.cropper-center::after,
|
|
97
|
+
.cropper-center::before {
|
|
98
|
+
position: absolute;
|
|
99
|
+
display: block;
|
|
100
|
+
background-color: #eee;
|
|
101
|
+
content: ' ';
|
|
102
|
+
}
|
|
103
|
+
|
|
104
|
+
.cropper-center::before {
|
|
105
|
+
top: 0;
|
|
106
|
+
left: -3px;
|
|
107
|
+
width: 7px;
|
|
108
|
+
height: 1px;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
.cropper-center::after {
|
|
112
|
+
top: -3px;
|
|
113
|
+
left: 0;
|
|
114
|
+
width: 1px;
|
|
115
|
+
height: 7px;
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
.cropper-face,
|
|
119
|
+
.cropper-line,
|
|
120
|
+
.cropper-point {
|
|
121
|
+
position: absolute;
|
|
122
|
+
display: block;
|
|
123
|
+
width: 100%;
|
|
124
|
+
height: 100%;
|
|
125
|
+
opacity: 0.1;
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
.cropper-face {
|
|
129
|
+
top: 0;
|
|
130
|
+
left: 0;
|
|
131
|
+
background-color: #fff;
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
.cropper-line {
|
|
135
|
+
background-color: #39f;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.cropper-line.line-e {
|
|
139
|
+
top: 0;
|
|
140
|
+
right: -3px;
|
|
141
|
+
width: 5px;
|
|
142
|
+
cursor: e-resize;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
.cropper-line.line-n {
|
|
146
|
+
top: -3px;
|
|
147
|
+
left: 0;
|
|
148
|
+
height: 5px;
|
|
149
|
+
cursor: n-resize;
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.cropper-line.line-w {
|
|
153
|
+
top: 0;
|
|
154
|
+
left: -3px;
|
|
155
|
+
width: 5px;
|
|
156
|
+
cursor: w-resize;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
.cropper-line.line-s {
|
|
160
|
+
bottom: -3px;
|
|
161
|
+
left: 0;
|
|
162
|
+
height: 5px;
|
|
163
|
+
cursor: s-resize;
|
|
164
|
+
}
|
|
165
|
+
|
|
166
|
+
.cropper-point {
|
|
167
|
+
width: 5px;
|
|
168
|
+
height: 5px;
|
|
169
|
+
background-color: #39f;
|
|
170
|
+
opacity: 0.75;
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
.cropper-point.point-e {
|
|
174
|
+
top: 50%;
|
|
175
|
+
right: -3px;
|
|
176
|
+
margin-top: -3px;
|
|
177
|
+
cursor: e-resize;
|
|
178
|
+
}
|
|
179
|
+
|
|
180
|
+
.cropper-point.point-n {
|
|
181
|
+
top: -3px;
|
|
182
|
+
left: 50%;
|
|
183
|
+
margin-left: -3px;
|
|
184
|
+
cursor: n-resize;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.cropper-point.point-w {
|
|
188
|
+
top: 50%;
|
|
189
|
+
left: -3px;
|
|
190
|
+
margin-top: -3px;
|
|
191
|
+
cursor: w-resize;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
.cropper-point.point-s {
|
|
195
|
+
bottom: -3px;
|
|
196
|
+
left: 50%;
|
|
197
|
+
margin-left: -3px;
|
|
198
|
+
cursor: s-resize;
|
|
199
|
+
}
|
|
200
|
+
|
|
201
|
+
.cropper-point.point-ne {
|
|
202
|
+
top: -3px;
|
|
203
|
+
right: -3px;
|
|
204
|
+
cursor: ne-resize;
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
.cropper-point.point-nw {
|
|
208
|
+
top: -3px;
|
|
209
|
+
left: -3px;
|
|
210
|
+
cursor: nw-resize;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
.cropper-point.point-sw {
|
|
214
|
+
bottom: -3px;
|
|
215
|
+
left: -3px;
|
|
216
|
+
cursor: sw-resize;
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
.cropper-point.point-se {
|
|
220
|
+
right: -3px;
|
|
221
|
+
bottom: -3px;
|
|
222
|
+
width: 20px;
|
|
223
|
+
height: 20px;
|
|
224
|
+
cursor: se-resize;
|
|
225
|
+
opacity: 1;
|
|
226
|
+
}
|
|
227
|
+
@media (min-width: 768px) {
|
|
228
|
+
.cropper-point.point-se {
|
|
229
|
+
width: 15px;
|
|
230
|
+
height: 15px;
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
@media (min-width: 992px) {
|
|
234
|
+
.cropper-point.point-se {
|
|
235
|
+
width: 10px;
|
|
236
|
+
height: 10px;
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
@media (min-width: 1200px) {
|
|
240
|
+
.cropper-point.point-se {
|
|
241
|
+
width: 5px;
|
|
242
|
+
height: 5px;
|
|
243
|
+
opacity: 0.75;
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
.cropper-point.point-se::before {
|
|
248
|
+
position: absolute;
|
|
249
|
+
right: -50%;
|
|
250
|
+
bottom: -50%;
|
|
251
|
+
display: block;
|
|
252
|
+
width: 200%;
|
|
253
|
+
height: 200%;
|
|
254
|
+
background-color: #39f;
|
|
255
|
+
opacity: 0;
|
|
256
|
+
content: ' ';
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
.cropper-invisible {
|
|
260
|
+
opacity: 0;
|
|
261
|
+
}
|
|
262
|
+
|
|
263
|
+
.cropper-bg {
|
|
264
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
.cropper-hide {
|
|
268
|
+
position: absolute;
|
|
269
|
+
display: block;
|
|
270
|
+
width: 0;
|
|
271
|
+
height: 0;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
.cropper-hidden {
|
|
275
|
+
display: none !important;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
.cropper-move {
|
|
279
|
+
cursor: move;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
.cropper-crop {
|
|
283
|
+
cursor: crosshair;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
.cropper-disabled .cropper-drag-box,
|
|
287
|
+
.cropper-disabled .cropper-face,
|
|
288
|
+
.cropper-disabled .cropper-line,
|
|
289
|
+
.cropper-disabled .cropper-point {
|
|
290
|
+
cursor: not-allowed;
|
|
291
|
+
}
|
|
@@ -0,0 +1,133 @@
|
|
|
1
|
+
.image-crop-modal-wrapper {
|
|
2
|
+
.arco-modal-footer {
|
|
3
|
+
padding: 0;
|
|
4
|
+
}
|
|
5
|
+
}
|
|
6
|
+
.image-crop-modal-body {
|
|
7
|
+
height: calc(100vh - 16vh - 114px);
|
|
8
|
+
padding: 0;
|
|
9
|
+
overflow: hidden;
|
|
10
|
+
background: var(--color-fill-3);
|
|
11
|
+
|
|
12
|
+
.image-cropper {
|
|
13
|
+
height: 100%;
|
|
14
|
+
|
|
15
|
+
.edit {
|
|
16
|
+
height: calc(100% - 86px);
|
|
17
|
+
padding: 24px;
|
|
18
|
+
text-align: center;
|
|
19
|
+
|
|
20
|
+
&.fullHeight {
|
|
21
|
+
height: 100%;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
.edit-cropper {
|
|
25
|
+
position: relative;
|
|
26
|
+
top: 50%;
|
|
27
|
+
left: 50%;
|
|
28
|
+
width: 100%;
|
|
29
|
+
height: 100%;
|
|
30
|
+
transform: translate(-50%, -50%);
|
|
31
|
+
|
|
32
|
+
#cropper_img {
|
|
33
|
+
display: block;
|
|
34
|
+
max-width: 100%;
|
|
35
|
+
max-height: 100%;
|
|
36
|
+
|
|
37
|
+
&.position {
|
|
38
|
+
position: absolute;
|
|
39
|
+
top: 50%;
|
|
40
|
+
left: 50%;
|
|
41
|
+
transform: translate(-50%, -50%);
|
|
42
|
+
}
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
.cropper-bg {
|
|
46
|
+
background: none !important;
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
.tool {
|
|
52
|
+
width: 100%;
|
|
53
|
+
height: 86px;
|
|
54
|
+
line-height: 86px;
|
|
55
|
+
text-align: center;
|
|
56
|
+
background: #fff;
|
|
57
|
+
|
|
58
|
+
.btn {
|
|
59
|
+
display: inline-block;
|
|
60
|
+
margin: 0 30px;
|
|
61
|
+
color: #474747;
|
|
62
|
+
font-size: 14px;
|
|
63
|
+
font-family: PingFangSC-Regular;
|
|
64
|
+
letter-spacing: 0;
|
|
65
|
+
vertical-align: middle;
|
|
66
|
+
border: 1px solid #333;
|
|
67
|
+
cursor: pointer;
|
|
68
|
+
opacity: 0.8;
|
|
69
|
+
|
|
70
|
+
&.btn1 {
|
|
71
|
+
width: 41px;
|
|
72
|
+
height: 33px;
|
|
73
|
+
line-height: 33px;
|
|
74
|
+
border: 1px dashed #333;
|
|
75
|
+
}
|
|
76
|
+
|
|
77
|
+
&.btn2 {
|
|
78
|
+
width: 35px;
|
|
79
|
+
height: 35px;
|
|
80
|
+
line-height: 35px;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
&.btn3 {
|
|
84
|
+
width: 46px;
|
|
85
|
+
height: 33px;
|
|
86
|
+
line-height: 33px;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
&.btn4 {
|
|
90
|
+
width: 34px;
|
|
91
|
+
height: 47px;
|
|
92
|
+
line-height: 47px;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
&.btn5 {
|
|
96
|
+
width: 59px;
|
|
97
|
+
height: 33px;
|
|
98
|
+
line-height: 33px;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
&.btn6 {
|
|
102
|
+
width: 33px;
|
|
103
|
+
height: 59px;
|
|
104
|
+
line-height: 59px;
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
&:hover,
|
|
108
|
+
&.active {
|
|
109
|
+
color: #4886ff;
|
|
110
|
+
border-color: #4886ff;
|
|
111
|
+
}
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
|
|
117
|
+
.image-crop-modal-footer {
|
|
118
|
+
display: flex;
|
|
119
|
+
align-items: center;
|
|
120
|
+
justify-content: space-between;
|
|
121
|
+
padding: 10px 30px;
|
|
122
|
+
overflow: hidden;
|
|
123
|
+
border-top: solid 1px var(--color-border-1);
|
|
124
|
+
.cropper-btn {
|
|
125
|
+
padding: 6px !important;
|
|
126
|
+
font-size: 18px;
|
|
127
|
+
}
|
|
128
|
+
.cropper-btn + .cropper-btn {
|
|
129
|
+
margin-left: 10px;
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
|