cnhis-design-vue 3.1.9-beta.10 → 3.1.9-beta.11
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/es/packages/big-table/src/BigTable.vue_vue_type_script_setup_true_lang.js +1 -1
- package/es/packages/form-render/index.d.ts +2 -2
- package/es/packages/form-render/src/FormRender.vue.d.ts +3 -3
- package/es/packages/form-render/src/FormRender.vue_vue_type_script_setup_true_lang.js +14 -5
- package/es/packages/form-render/src/components/cascader.js +0 -1
- package/es/packages/form-render/src/hooks/useAsyncQueue.js +1 -1
- package/es/packages/form-render/src/hooks/useFieldList2Schema.js +1 -1
- package/es/packages/form-render/src/hooks/useFormField.js +1 -3
- package/es/packages/form-render/src/types/index.d.ts +1 -1
- package/es/packages/form-render/style/index.css +1 -1
- package/es/packages/index.css +1 -1
- package/es/packages/scale-view/src/components/formitem/r-datetime.js +2 -1
- package/es/src/assets/img/failure.d.ts +2 -1
- package/es/src/assets/img/icon-asc.d.ts +2 -1
- package/es/src/assets/img/icon-desc.d.ts +2 -1
- package/es/src/assets/img/no-permission.d.ts +2 -1
- package/es/src/assets/img/nodata.d.ts +2 -1
- package/es/src/assets/img/notfound.d.ts +2 -1
- package/es/src/assets/img/qr.d.ts +2 -1
- package/es/src/assets/img/success.d.ts +2 -1
- package/es/src/assets/img/video.d.ts +2 -1
- package/es/src/assets/img/video_default_cover.d.ts +2 -1
- package/es/src/assets/img/video_hover.d.ts +2 -1
- package/es/src/assets/img/video_play_hover.d.ts +2 -1
- package/es/src/assets/img/xb_big.d.ts +2 -1
- package/es/src/assets/img/xb_small.d.ts +2 -1
- package/package.json +1 -1
- package/test.ts +326 -0
- package/es/packages/big-table/style/index.less +0 -551
- package/es/packages/bpmn-workflow/style/index.less +0 -29
- package/es/packages/button-print/style/index.less +0 -30
- package/es/packages/chunk-upload/style/index.less +0 -395
- package/es/packages/drag-layout/style/index.less +0 -208
- package/es/packages/editor/style/index.less +0 -0
- package/es/packages/fabric-chart/style/index.less +0 -0
- package/es/packages/field-set/style/index.less +0 -157
- package/es/packages/form-render/style/index.less +0 -129
- package/es/packages/form-table/style/index.less +0 -301
- package/es/packages/grid/style/index.less +0 -13
- package/es/packages/index.less +0 -3069
- package/es/packages/info-header/style/index.less +0 -149
- package/es/packages/map/style/index.less +0 -60
- package/es/packages/scale-view/style/index.less +0 -753
- package/es/packages/select-label/style/index.less +0 -151
- package/es/packages/select-person/style/index.less +0 -229
- package/es/packages/time-line/style/index.less +0 -35
|
@@ -1,395 +0,0 @@
|
|
|
1
|
-
.c-chunk-upload-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
box-sizing: border-box;
|
|
5
|
-
background-color: #fff;
|
|
6
|
-
overflow: hidden;
|
|
7
|
-
overflow-y: auto;
|
|
8
|
-
div.uploader-drop {
|
|
9
|
-
padding: 0;
|
|
10
|
-
border: none;
|
|
11
|
-
}
|
|
12
|
-
ul,li {
|
|
13
|
-
list-style: none;
|
|
14
|
-
margin: 0;
|
|
15
|
-
padding: 0;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.uploader-app {
|
|
19
|
-
min-width: 250px;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.upload-btn {
|
|
23
|
-
padding: 20px 0px;
|
|
24
|
-
.mgl-10 {
|
|
25
|
-
margin-left: 10px;
|
|
26
|
-
}
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.no-file {
|
|
30
|
-
position: absolute;
|
|
31
|
-
top: 50%;
|
|
32
|
-
left: 50%;
|
|
33
|
-
transform: translate(-50%, -50%);
|
|
34
|
-
font-size: 16px;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
.uploader-file-actions > span {
|
|
38
|
-
margin-right: 6px;
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.c-file-list-conatiner {
|
|
43
|
-
background-color: #fff;
|
|
44
|
-
height: 300px;
|
|
45
|
-
margin-top: 20px;
|
|
46
|
-
overflow: hidden;
|
|
47
|
-
overflow-y: auto;
|
|
48
|
-
|
|
49
|
-
.uploader-file {
|
|
50
|
-
height: auto;
|
|
51
|
-
line-height: initial;
|
|
52
|
-
border-bottom: none;
|
|
53
|
-
}
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.c-file-container {
|
|
57
|
-
.c-f-item {
|
|
58
|
-
display: flex;
|
|
59
|
-
|
|
60
|
-
&-icon {
|
|
61
|
-
width: 50px;
|
|
62
|
-
text-align: center;
|
|
63
|
-
display: flex;
|
|
64
|
-
justify-content: center;
|
|
65
|
-
align-items: center;
|
|
66
|
-
}
|
|
67
|
-
|
|
68
|
-
&-info {
|
|
69
|
-
flex: 1;
|
|
70
|
-
line-height: 20px;
|
|
71
|
-
|
|
72
|
-
&-title {
|
|
73
|
-
line-height: 24px;
|
|
74
|
-
.title {
|
|
75
|
-
font-size: 14px;
|
|
76
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
77
|
-
font-weight: 500;
|
|
78
|
-
color: rgba(0, 0, 0, 0.85);
|
|
79
|
-
}
|
|
80
|
-
.size {
|
|
81
|
-
font-size: 12px;
|
|
82
|
-
color: #9d9d9d;
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&-time {
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
color: #9d9d9d;
|
|
89
|
-
}
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
&-btn {
|
|
93
|
-
width: 100px;
|
|
94
|
-
line-height: 40px;
|
|
95
|
-
i {
|
|
96
|
-
padding: 0 5px;
|
|
97
|
-
}
|
|
98
|
-
}
|
|
99
|
-
}
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
.c-file-boder-bottom {
|
|
103
|
-
border-bottom: 1px solid #d5d5d5;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.c-drap-container {
|
|
107
|
-
position: relative;
|
|
108
|
-
padding-top: 45px;
|
|
109
|
-
overflow: hidden;
|
|
110
|
-
border-radius: 4px;
|
|
111
|
-
border: 1px dashed #5585f5;
|
|
112
|
-
background-color: #f9f9f9;
|
|
113
|
-
text-align: center;
|
|
114
|
-
height: 180px;
|
|
115
|
-
line-height: 1.5;
|
|
116
|
-
color: #5585f5;
|
|
117
|
-
cursor: pointer;
|
|
118
|
-
i {
|
|
119
|
-
font-size: 56px;
|
|
120
|
-
margin-bottom: 20px;
|
|
121
|
-
}
|
|
122
|
-
}
|
|
123
|
-
.c-upload {
|
|
124
|
-
display: flex;
|
|
125
|
-
flex-wrap: wrap;
|
|
126
|
-
margin-top: 4px;
|
|
127
|
-
}
|
|
128
|
-
.show-list {
|
|
129
|
-
display: inline-flex;
|
|
130
|
-
flex-wrap: wrap;
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
.c-uploader-preview-wrap {
|
|
135
|
-
&.vod-wrap {
|
|
136
|
-
position: relative;
|
|
137
|
-
display: inline-block;
|
|
138
|
-
background-color: #fff;
|
|
139
|
-
width: 140px;
|
|
140
|
-
height: 120px;
|
|
141
|
-
margin-right: 8px;
|
|
142
|
-
margin-bottom: 8px;
|
|
143
|
-
border: 1px dashed #eeeeee;
|
|
144
|
-
border-radius: 4px;
|
|
145
|
-
background-color: #fff;
|
|
146
|
-
.vod-uploading {
|
|
147
|
-
position: relative;
|
|
148
|
-
width: 100%;
|
|
149
|
-
height: 100%;
|
|
150
|
-
background-color: #fafafa;
|
|
151
|
-
.progress-wrap {
|
|
152
|
-
padding: 3px;
|
|
153
|
-
}
|
|
154
|
-
.uploading-msg {
|
|
155
|
-
color: #333;
|
|
156
|
-
font-size: 12px;
|
|
157
|
-
text-align: center;
|
|
158
|
-
}
|
|
159
|
-
.uploading-mask {
|
|
160
|
-
position: absolute;
|
|
161
|
-
left: 0;
|
|
162
|
-
bottom: 0;
|
|
163
|
-
display: inline-flex;
|
|
164
|
-
align-items: center;
|
|
165
|
-
justify-content: center;
|
|
166
|
-
width: 100%;
|
|
167
|
-
min-height: 20%;
|
|
168
|
-
background: rgba(0, 0, 0, 0.3);
|
|
169
|
-
color: #fff;
|
|
170
|
-
text-align: center;
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
|
|
174
|
-
.vod-def-bg {
|
|
175
|
-
position: relative;
|
|
176
|
-
width: 100%;
|
|
177
|
-
height: 100%;
|
|
178
|
-
display: flex;
|
|
179
|
-
justify-content: center;
|
|
180
|
-
align-items: center;
|
|
181
|
-
background-color: rgba(50, 50, 51, 0.5);
|
|
182
|
-
.icon-vod-def {
|
|
183
|
-
font-size: 40px;
|
|
184
|
-
opacity: 0.3;
|
|
185
|
-
transform: scale3d(2, 2, 2);
|
|
186
|
-
transition: all 0.25s ease-out;
|
|
187
|
-
}
|
|
188
|
-
.vod-cover-img {
|
|
189
|
-
height: 100%;
|
|
190
|
-
width: 100%;
|
|
191
|
-
object-fit: cover;
|
|
192
|
-
border-radius: 4px;
|
|
193
|
-
}
|
|
194
|
-
.tooltip-wrap {
|
|
195
|
-
position: absolute;
|
|
196
|
-
top: 50%;
|
|
197
|
-
left: 50%;
|
|
198
|
-
transform: translate(-50%, -50%);
|
|
199
|
-
display: inline-flex;
|
|
200
|
-
justify-content: center;
|
|
201
|
-
align-items: center;
|
|
202
|
-
width: 120px;
|
|
203
|
-
height: 40px;
|
|
204
|
-
color: #fff;
|
|
205
|
-
background: #22de4b;
|
|
206
|
-
border-radius: 4px;
|
|
207
|
-
.upload-img {
|
|
208
|
-
display: inline-block;
|
|
209
|
-
width: 20px;
|
|
210
|
-
height: 20px;
|
|
211
|
-
margin-right: 10px;
|
|
212
|
-
}
|
|
213
|
-
&.error-wrap {
|
|
214
|
-
flex-direction: column;
|
|
215
|
-
width: 158px;
|
|
216
|
-
height: 72px;
|
|
217
|
-
background: #e02020;
|
|
218
|
-
span {
|
|
219
|
-
height: 20px;
|
|
220
|
-
line-height: 20px;
|
|
221
|
-
margin-bottom: 8px;
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
&.vod-done {
|
|
226
|
-
.tooltip-wrap {
|
|
227
|
-
opacity: 0;
|
|
228
|
-
&.is-new {
|
|
229
|
-
animation: fadeOut 2.5s 1 both;
|
|
230
|
-
@keyframes fadeOut {
|
|
231
|
-
0% {
|
|
232
|
-
opacity: 1;
|
|
233
|
-
}
|
|
234
|
-
80% {
|
|
235
|
-
opacity: 1;
|
|
236
|
-
}
|
|
237
|
-
100% {
|
|
238
|
-
opacity: 0;
|
|
239
|
-
}
|
|
240
|
-
}
|
|
241
|
-
}
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
&.vod-done:hover {
|
|
245
|
-
.icon-wrap {
|
|
246
|
-
background: rgba(0, 0, 0, 0.2);
|
|
247
|
-
}
|
|
248
|
-
.theme_outlined {
|
|
249
|
-
display: none;
|
|
250
|
-
}
|
|
251
|
-
.theme_filled {
|
|
252
|
-
display: inline-block;
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
}
|
|
257
|
-
.uploader-mask {
|
|
258
|
-
position: absolute;
|
|
259
|
-
top: 0;
|
|
260
|
-
right: 0;
|
|
261
|
-
bottom: 0;
|
|
262
|
-
left: 0;
|
|
263
|
-
display: -webkit-box;
|
|
264
|
-
display: -webkit-flex;
|
|
265
|
-
display: flex;
|
|
266
|
-
-webkit-box-orient: vertical;
|
|
267
|
-
-webkit-box-direction: normal;
|
|
268
|
-
-webkit-flex-direction: column;
|
|
269
|
-
flex-direction: column;
|
|
270
|
-
-webkit-box-align: center;
|
|
271
|
-
-webkit-align-items: center;
|
|
272
|
-
align-items: center;
|
|
273
|
-
-webkit-box-pack: center;
|
|
274
|
-
-webkit-justify-content: center;
|
|
275
|
-
justify-content: center;
|
|
276
|
-
color: #fff;
|
|
277
|
-
background-color: rgba(50, 50, 51, 0.88);
|
|
278
|
-
|
|
279
|
-
.uploading-msg {
|
|
280
|
-
font-size: 12px;
|
|
281
|
-
}
|
|
282
|
-
}
|
|
283
|
-
.uploader-preview-delete {
|
|
284
|
-
position: absolute;
|
|
285
|
-
top: -16px;
|
|
286
|
-
right: -7px;
|
|
287
|
-
width: 16px;
|
|
288
|
-
height: 16px;
|
|
289
|
-
z-index: 10;
|
|
290
|
-
|
|
291
|
-
.pre-delete {
|
|
292
|
-
width: 20px;
|
|
293
|
-
height: 20px;
|
|
294
|
-
border-radius: 50%;
|
|
295
|
-
background: #fff;
|
|
296
|
-
color: #e02020;
|
|
297
|
-
font-size: 20px;
|
|
298
|
-
cursor: pointer;
|
|
299
|
-
}
|
|
300
|
-
}
|
|
301
|
-
}
|
|
302
|
-
|
|
303
|
-
.c-icon-wrap {
|
|
304
|
-
position: absolute;
|
|
305
|
-
top: 0;
|
|
306
|
-
bottom: 0;
|
|
307
|
-
left: 0;
|
|
308
|
-
right: 0;
|
|
309
|
-
width: 100%;
|
|
310
|
-
height: 100%;
|
|
311
|
-
background: rgba(0, 0, 0, 0.6);
|
|
312
|
-
color: #fff;
|
|
313
|
-
font-size: 28px;
|
|
314
|
-
z-index: 1;
|
|
315
|
-
.icon-play {
|
|
316
|
-
position: relative;
|
|
317
|
-
top: 50%;
|
|
318
|
-
left: 50%;
|
|
319
|
-
transform: translate(-50%, -50%);
|
|
320
|
-
transition: all 0.25s ease-out;
|
|
321
|
-
}
|
|
322
|
-
.theme_outlined {
|
|
323
|
-
display: inline-block;
|
|
324
|
-
}
|
|
325
|
-
.theme_filled {
|
|
326
|
-
display: none;
|
|
327
|
-
}
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
.c-chunk-uploader-btn {
|
|
331
|
-
display: table;
|
|
332
|
-
width: 140px;
|
|
333
|
-
height: 120px;
|
|
334
|
-
margin-right: 8px;
|
|
335
|
-
background: #fafafa;
|
|
336
|
-
text-align: center;
|
|
337
|
-
vertical-align: top;
|
|
338
|
-
border: 1px dashed #d5d5d5;
|
|
339
|
-
border-radius: 4px;
|
|
340
|
-
transition: border-color 0.3s ease;
|
|
341
|
-
-webkit-transition: border-color 0.3s ease;
|
|
342
|
-
cursor: pointer;
|
|
343
|
-
&.disable-upload {
|
|
344
|
-
cursor: not-allowed;
|
|
345
|
-
}
|
|
346
|
-
|
|
347
|
-
.chunk-btn-content {
|
|
348
|
-
display: table-cell;
|
|
349
|
-
width: 100%;
|
|
350
|
-
height: 100%;
|
|
351
|
-
text-align: center;
|
|
352
|
-
vertical-align: middle;
|
|
353
|
-
|
|
354
|
-
.c-uploader-btn {
|
|
355
|
-
line-height: 1.2;
|
|
356
|
-
img {
|
|
357
|
-
width: 32px;
|
|
358
|
-
height: 32px;
|
|
359
|
-
}
|
|
360
|
-
.uploader-icon {
|
|
361
|
-
font-size: 30px;
|
|
362
|
-
color: #000000;
|
|
363
|
-
}
|
|
364
|
-
.uploader-text {
|
|
365
|
-
width: 140px;
|
|
366
|
-
p {
|
|
367
|
-
color: #585858;
|
|
368
|
-
margin-bottom: 0px;
|
|
369
|
-
}
|
|
370
|
-
span {
|
|
371
|
-
color: #b6b6b6;
|
|
372
|
-
font-size: 12px;
|
|
373
|
-
}
|
|
374
|
-
.guage-text {
|
|
375
|
-
color: #585858;
|
|
376
|
-
font-size: 14px;
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
}
|
|
380
|
-
}
|
|
381
|
-
|
|
382
|
-
&:hover {
|
|
383
|
-
background: #f3f7ff;
|
|
384
|
-
border-color: #5585f5;
|
|
385
|
-
.guage-img {
|
|
386
|
-
content: url('data:image/png;base64,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');
|
|
387
|
-
}
|
|
388
|
-
.c-uploader-btn .uploader-icon,
|
|
389
|
-
.c-uploader-btn .uploader-text p,
|
|
390
|
-
.c-uploader-btn .uploader-text span,
|
|
391
|
-
.c-uploader-btn .uploader-text .guage-text {
|
|
392
|
-
color: #5585f5;
|
|
393
|
-
}
|
|
394
|
-
}
|
|
395
|
-
}
|
|
@@ -1,208 +0,0 @@
|
|
|
1
|
-
.drag-layout-container {
|
|
2
|
-
width: 100%;
|
|
3
|
-
height: 100%;
|
|
4
|
-
flex: 1;
|
|
5
|
-
overflow: hidden;
|
|
6
|
-
overflow-y: auto;
|
|
7
|
-
position: relative;
|
|
8
|
-
display: flex;
|
|
9
|
-
justify-content: flex-start;
|
|
10
|
-
border: 1px solid #d2d9e8;
|
|
11
|
-
text-align: left;
|
|
12
|
-
|
|
13
|
-
.min-height {
|
|
14
|
-
height: calc(100% - 60px);
|
|
15
|
-
overflow: hidden;
|
|
16
|
-
overflow-y: auto;
|
|
17
|
-
|
|
18
|
-
li {
|
|
19
|
-
list-style: none;
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
.border-box {
|
|
24
|
-
position: absolute;
|
|
25
|
-
top: 0;
|
|
26
|
-
left: 30%;
|
|
27
|
-
border-left: 1px solid #d2d9e8;
|
|
28
|
-
height: 100%;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
.text-area {
|
|
32
|
-
width: 30%;
|
|
33
|
-
height: 100%;
|
|
34
|
-
overflow-y: auto;
|
|
35
|
-
padding: 0 !important;
|
|
36
|
-
|
|
37
|
-
.info-header {
|
|
38
|
-
display: flex;
|
|
39
|
-
height: 50px;
|
|
40
|
-
line-height: 50px;
|
|
41
|
-
padding: 0 10px;
|
|
42
|
-
margin-bottom: 10px;
|
|
43
|
-
color: #2e2e2e;
|
|
44
|
-
font-size: 18px;
|
|
45
|
-
font-weight: bold;
|
|
46
|
-
background: #e6eaef;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.text-draggable {
|
|
50
|
-
display: flex;
|
|
51
|
-
flex-wrap: wrap;
|
|
52
|
-
justify-content: space-between;
|
|
53
|
-
align-items: flex-start;
|
|
54
|
-
padding: 0 12px 12px;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
align-content: flex-start;
|
|
57
|
-
|
|
58
|
-
li {
|
|
59
|
-
width: 49%;
|
|
60
|
-
text-align: center;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
|
|
65
|
-
.form-area {
|
|
66
|
-
position: relative;
|
|
67
|
-
width: 70%;
|
|
68
|
-
height: 100%;
|
|
69
|
-
overflow-y: auto;
|
|
70
|
-
padding: 4px;
|
|
71
|
-
box-sizing: border-box;
|
|
72
|
-
|
|
73
|
-
&::-webkit-scrollbar {
|
|
74
|
-
width: 5px;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.info-header {
|
|
78
|
-
height: 50px;
|
|
79
|
-
margin-bottom: 10px;
|
|
80
|
-
background: unset;
|
|
81
|
-
|
|
82
|
-
display: flex;
|
|
83
|
-
justify-content: flex-end;
|
|
84
|
-
align-items: center;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
.combination-col {
|
|
88
|
-
border: 1px solid #cdc5d3;
|
|
89
|
-
margin-bottom: 10px;
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.dragForm-select-drop {
|
|
95
|
-
z-index: 2001;
|
|
96
|
-
}
|
|
97
|
-
|
|
98
|
-
.DragFormRightItem {
|
|
99
|
-
position: relative;
|
|
100
|
-
|
|
101
|
-
.is-edit-class {
|
|
102
|
-
background-color: #f5f5f5 !important;
|
|
103
|
-
border-color: #d9d9d9 !important;
|
|
104
|
-
}
|
|
105
|
-
|
|
106
|
-
.combination-item {
|
|
107
|
-
padding: 0px 8px 8px;
|
|
108
|
-
|
|
109
|
-
> div {
|
|
110
|
-
line-height: 35px;
|
|
111
|
-
|
|
112
|
-
&:hover > .form-btn {
|
|
113
|
-
display: flex;
|
|
114
|
-
}
|
|
115
|
-
}
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
.form-btn {
|
|
119
|
-
display: none;
|
|
120
|
-
align-items: center;
|
|
121
|
-
position: absolute;
|
|
122
|
-
top: -1px;
|
|
123
|
-
right: 0px;
|
|
124
|
-
height: 100%;
|
|
125
|
-
white-space: nowrap;
|
|
126
|
-
|
|
127
|
-
.quick-reply {
|
|
128
|
-
display: inline-block;
|
|
129
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
130
|
-
font-size: 12px;
|
|
131
|
-
height: 22px;
|
|
132
|
-
line-height: 1.499;
|
|
133
|
-
}
|
|
134
|
-
|
|
135
|
-
&:deep(.n-input),
|
|
136
|
-
&:deep(.n-select) {
|
|
137
|
-
margin-left: 5px;
|
|
138
|
-
}
|
|
139
|
-
|
|
140
|
-
&:deep(.n-select) {
|
|
141
|
-
top: -3px;
|
|
142
|
-
}
|
|
143
|
-
}
|
|
144
|
-
|
|
145
|
-
.right-content {
|
|
146
|
-
border: 1px dashed rgb(205, 197, 211);
|
|
147
|
-
background: #fdfdfd;
|
|
148
|
-
height: 35px;
|
|
149
|
-
line-height: 35px;
|
|
150
|
-
padding: 0 10px;
|
|
151
|
-
position: relative;
|
|
152
|
-
margin-bottom: 10px;
|
|
153
|
-
cursor: pointer;
|
|
154
|
-
|
|
155
|
-
&:hover .form-btn {
|
|
156
|
-
display: flex;
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
|
|
160
|
-
.blue-border {
|
|
161
|
-
border: 1px solid #5585f5 !important;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
.item-opacity {
|
|
165
|
-
opacity: 0.5;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.red {
|
|
169
|
-
color: red;
|
|
170
|
-
}
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
.DragFormLeftItem {
|
|
174
|
-
.left-content {
|
|
175
|
-
width: 100%;
|
|
176
|
-
margin-bottom: 16px;
|
|
177
|
-
overflow: hidden;
|
|
178
|
-
cursor: pointer;
|
|
179
|
-
color: #2e2e2e;
|
|
180
|
-
|
|
181
|
-
.style-box {
|
|
182
|
-
display: flex;
|
|
183
|
-
justify-content: center;
|
|
184
|
-
align-items: center;
|
|
185
|
-
width: 100%;
|
|
186
|
-
height: 60px;
|
|
187
|
-
padding: 0 8px;
|
|
188
|
-
box-sizing: border-box;
|
|
189
|
-
margin-bottom: 8px;
|
|
190
|
-
background: #f3f5f8;
|
|
191
|
-
|
|
192
|
-
&-input {
|
|
193
|
-
width: 85%;
|
|
194
|
-
overflow: hidden;
|
|
195
|
-
text-overflow: ellipsis;
|
|
196
|
-
white-space: nowrap;
|
|
197
|
-
cursor: pointer !important;
|
|
198
|
-
}
|
|
199
|
-
|
|
200
|
-
input[type="radio"][disabled],
|
|
201
|
-
input[type="checkbox"][disabled],
|
|
202
|
-
input[type="radio"].disabled,
|
|
203
|
-
input[type="checkbox"].disabled {
|
|
204
|
-
cursor: pointer !important;
|
|
205
|
-
}
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
}
|
|
File without changes
|
|
File without changes
|