vue-intergrall-plugins 1.0.24 → 1.0.26
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.
|
@@ -7849,6 +7849,9 @@ var script$a = {
|
|
|
7849
7849
|
msgNova: {
|
|
7850
7850
|
type: Boolean
|
|
7851
7851
|
},
|
|
7852
|
+
customClass: {
|
|
7853
|
+
type: String
|
|
7854
|
+
},
|
|
7852
7855
|
origemExterna: {
|
|
7853
7856
|
type: String
|
|
7854
7857
|
},
|
|
@@ -7890,11 +7893,13 @@ var script$a = {
|
|
|
7890
7893
|
case "9":
|
|
7891
7894
|
case 8:
|
|
7892
7895
|
case "8":
|
|
7896
|
+
case "CANCELADA":
|
|
7893
7897
|
return "red";
|
|
7894
7898
|
case 3:
|
|
7895
7899
|
case "3":
|
|
7896
7900
|
case 6:
|
|
7897
7901
|
case "6":
|
|
7902
|
+
case "AGENDADA":
|
|
7898
7903
|
return "yellow";
|
|
7899
7904
|
default:
|
|
7900
7905
|
return "";
|
|
@@ -7990,11 +7995,7 @@ var __vue_render__$a = function __vue_render__() {
|
|
|
7990
7995
|
var _h = _vm.$createElement;
|
|
7991
7996
|
var _c = _vm._self._c || _h;
|
|
7992
7997
|
return _vm.origem ? _c('div', {
|
|
7993
|
-
class:
|
|
7994
|
-
'card-cli': _vm.origem === 'outros',
|
|
7995
|
-
'card-ope': _vm.origem === 'principal',
|
|
7996
|
-
msgNova: _vm.msgNova
|
|
7997
|
-
},
|
|
7998
|
+
class: "" + (_vm.msgNova ? 'msgNova' : (_vm.origem === 'outros' ? 'card-cli' : 'card-ope') + " " + (_vm.customClass || '')),
|
|
7998
7999
|
attrs: {
|
|
7999
8000
|
"id": "a" + (_vm.messageIndex ? _vm.messageIndex : _vm.randomizeValue)
|
|
8000
8001
|
}
|
|
@@ -8031,7 +8032,7 @@ var __vue_staticRenderFns__$a = [];
|
|
|
8031
8032
|
/* style */
|
|
8032
8033
|
var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
8033
8034
|
if (!inject) return;
|
|
8034
|
-
inject("data-v-
|
|
8035
|
+
inject("data-v-6364604d_0", {
|
|
8035
8036
|
source: ".fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.card-cli,.card-ope{display:flex;width:95%;margin:5px 0;position:relative}.card-cli.msgNova,.card-ope.msgNova{margin-top:30px}.novas-mensagens{position:absolute;top:-30px;width:100%;display:flex;justify-content:center;align-items:center;margin:2.5px 0;background-color:lighten(#fff249,15)}.card-cli .card{border-left:3px solid #90b823}.card-ope{align-self:flex-end;background-color:lighten(#007535,72)}.card-ope .card{border-right:3px solid #007535}.card{background-color:rgba(255,255,255,.9);overflow:hidden;width:100%;padding:2.5px 5px;border-radius:7px;box-shadow:rgba(0,0,0,.15) 1px 2px 3px 0}.card p{word-break:break-all}.card-header{width:100%;border-bottom:1px solid #ddd;margin-bottom:5px;display:flex;justify-content:space-between;padding:10px 5px}.card-header svg{font-size:16px}.card-canal{flex:1;margin-right:10px}.card-datas{display:flex;flex-direction:column;margin-right:10px;background:#008845;padding:5px 10px;border-top-left-radius:15px;border-bottom-left-radius:15px;color:#fff}.card-right{margin-right:-20px;display:flex;flex-direction:row-reverse;align-items:center}.card-data{overflow:hidden;display:flex;align-content:center}.card-data span{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.card-data svg{margin-right:5px;color:#232323}.card-expand{display:flex;justify-content:center;align-items:center;margin:0 10px;cursor:pointer;opacity:.8;transition:opacity 150ms}.card-expand:hover{opacity:1}.card-footer{margin-top:5px;border-top:1px solid #ddd;display:flex;flex-wrap:wrap}.card-chip-container{display:flex;flex-wrap:wrap;width:100%;gap:5px}.card-autor{display:flex;align-items:center;margin-right:10px;overflow:hidden;min-width:14px;max-width:calc(100% - 215px);gap:5px}.card-chip{font-size:12.8px;width:fit-content;border-radius:15px;transition:all 150ms ease-in-out;padding:2.5px 7px;color:#1f69c1;background-color:rgba(207,216,244,.6);margin-bottom:5px}.card-chip:hover{background-color:#cfd8f4}.card-chip.orange{color:#e14924;background-color:rgba(228,92,58,.15)}.card-chip.orange:hover{background-color:rgba(228,92,58,.2)}.card-chip.yellow{color:#f4a304;background-color:rgba(252,191,73,.15)}.card-chip.yellow:hover{background-color:rgba(252,191,73,.2)}.card-chip.red{color:#e74c3c;background-color:rgba(231,76,60,.2)}.card-chip.red:hover{background-color:rgba(231,76,60,.25)}.card-chip.green{color:#0e3213;background-color:rgba(15,177,39,.3)}.card-chip.green:hover{background-color:rgba(15,177,39,.4)}.card-anexo{width:50px;height:50px;margin-right:5px;display:flex;justify-content:center;align-items:center}.anexo-item{width:100%;height:100%;display:flex;justify-content:center;align-items:center;position:relative}.anexo-item .transition-anexo-item{max-width:100%;max-height:100%}.anexo-item .req-loader{position:absolute;top:calc(50% - 12.5px);right:calc(50% - 12.5px)}.anexo-item .transition-anexo-item img{max-width:45px;max-height:45px}.anexo-icone{opacity:.9;transition:opacity .2s;color:#222;cursor:pointer;display:flex;justify-content:center;align-items:center}.anexo-icone:hover{opacity:1}.anexo-icone:visited{color:inherit}svg{font-size:30px;z-index:1}.anexo-icone.pdf{position:relative}.anexo-icone.pdf svg{color:#e74c3c}.anexo-icone.pdf::after{content:\"\";position:absolute;bottom:2px;transform:translateY(2px);width:20px;height:20px;background-color:#fff}.anexo-icone.doc{color:#15517f}.anexo-icone.doc::after{content:\"\";position:absolute;width:20px;height:20px;background-color:#fff}.anexo-img{display:flex;justify-content:center;align-items:center;width:100%;height:100%;overflow:hidden;background-color:rgba(0,0,0,.2);border-radius:2.5px;cursor:pointer;opacity:.9;transition:opacity 150ms}.anexo-img:hover{opacity:1}.anexo-img img{width:95%}.card-interatividade{display:flex;flex-direction:column;margin-top:10px;margin-bottom:5px;font-size:.9em}.card-interatividade-title{font-weight:700;margin-bottom:5px}.card-interatividade-list{margin:0;padding:0;font-size:.9em}.card-interatividade-list hr{height:1px;background-color:#ccc;width:100%;border:0}.card-interatividade-list button{margin-left:5px;border-radius:5px;border:unset;cursor:pointer;padding:5px 10px;background-color:#b5f778}.card-interatividade-list button:hover{text-decoration:underline}",
|
|
8036
8037
|
map: undefined,
|
|
8037
8038
|
media: undefined
|
|
@@ -8040,7 +8041,7 @@ var __vue_inject_styles__$a = function __vue_inject_styles__(inject) {
|
|
|
8040
8041
|
/* scoped */
|
|
8041
8042
|
var __vue_scope_id__$a = undefined;
|
|
8042
8043
|
/* module identifier */
|
|
8043
|
-
var __vue_module_identifier__$a = "data-v-
|
|
8044
|
+
var __vue_module_identifier__$a = "data-v-6364604d";
|
|
8044
8045
|
/* functional template */
|
|
8045
8046
|
var __vue_is_functional_template__$a = false;
|
|
8046
8047
|
/* style inject shadow dom */
|
package/package.json
CHANGED
|
@@ -1,13 +1,7 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div
|
|
3
|
-
:class="{
|
|
4
|
-
|
|
5
|
-
'card-ope': origem === 'principal',
|
|
6
|
-
msgNova: msgNova,
|
|
7
|
-
}"
|
|
8
|
-
v-if="origem"
|
|
9
|
-
:id="`a${messageIndex ? messageIndex : randomizeValue}`"
|
|
10
|
-
>
|
|
2
|
+
<div v-if="origem"
|
|
3
|
+
:class="`${msgNova ? 'msgNova' : `${origem === 'outros' ? 'card-cli' : 'card-ope'} ${customClass || ''}`}`"
|
|
4
|
+
:id="`a${messageIndex ? messageIndex : randomizeValue}`">
|
|
11
5
|
<transition name="fade">
|
|
12
6
|
<span v-if="msgNova" class="novas-mensagens"> Nova mensagem </span>
|
|
13
7
|
</transition>
|
|
@@ -15,53 +9,28 @@
|
|
|
15
9
|
<div class="card-header">
|
|
16
10
|
<div class="card-autor">
|
|
17
11
|
<fa-icon :icon="iconAutor" />
|
|
18
|
-
<p
|
|
19
|
-
|
|
20
|
-
v-if="autor"
|
|
21
|
-
v-text="`${tratarTextoLongo(autor)}`"
|
|
22
|
-
:title="autor"
|
|
23
|
-
></p>
|
|
24
|
-
<p
|
|
25
|
-
v-if="origem === 'principal' && autor && login"
|
|
26
|
-
v-text="returnLoginText"
|
|
27
|
-
:title="returnLoginText"
|
|
28
|
-
></p>
|
|
12
|
+
<p class="text-bold" v-if="autor" v-text="`${tratarTextoLongo(autor)}`" :title="autor"></p>
|
|
13
|
+
<p v-if="origem === 'principal' && autor && login" v-text="returnLoginText" :title="returnLoginText"></p>
|
|
29
14
|
</div>
|
|
30
15
|
<div class="card-right">
|
|
31
16
|
<div class="card-datas">
|
|
32
|
-
<div
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
>
|
|
41
|
-
<span
|
|
42
|
-
v-text="
|
|
43
|
-
origem === 'outros'
|
|
44
|
-
? formataTimezoneData(data_cri)
|
|
45
|
-
: returnFormataDataHora(data_cri)
|
|
46
|
-
"
|
|
47
|
-
></span>
|
|
17
|
+
<div v-if="data_cri" class="card-data" :title="`${dictionary.data_criacao}: ${origem === 'outros'
|
|
18
|
+
? formataTimezoneData(data_cri)
|
|
19
|
+
: returnFormataDataHora(data_cri)
|
|
20
|
+
}`">
|
|
21
|
+
<span v-text="origem === 'outros'
|
|
22
|
+
? formataTimezoneData(data_cri)
|
|
23
|
+
: returnFormataDataHora(data_cri)
|
|
24
|
+
"></span>
|
|
48
25
|
</div>
|
|
49
|
-
<div
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
>
|
|
58
|
-
<span
|
|
59
|
-
v-text="
|
|
60
|
-
origem === 'outros'
|
|
61
|
-
? formataTimezoneData(data_mod)
|
|
62
|
-
: returnFormataDataHora(data_mod)
|
|
63
|
-
"
|
|
64
|
-
></span>
|
|
26
|
+
<div v-if="data_mod" class="card-data" :title="`${dictionary.data_mod}: ${origem === 'outros'
|
|
27
|
+
? formataTimezoneData(data_mod)
|
|
28
|
+
: returnFormataDataHora(data_mod)
|
|
29
|
+
}`">
|
|
30
|
+
<span v-text="origem === 'outros'
|
|
31
|
+
? formataTimezoneData(data_mod)
|
|
32
|
+
: returnFormataDataHora(data_mod)
|
|
33
|
+
"></span>
|
|
65
34
|
</div>
|
|
66
35
|
</div>
|
|
67
36
|
<div class="card-expand" @click="expandirCard()" v-if="hasExpand">
|
|
@@ -70,72 +39,41 @@
|
|
|
70
39
|
</div>
|
|
71
40
|
</div>
|
|
72
41
|
<div class="card-chip-container">
|
|
73
|
-
<p
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
<p
|
|
81
|
-
v-if="ticket_id.hasOwnProperty('back_doing_business')"
|
|
82
|
-
:class="`${ticket_id.back_doing_business ? 'green' : 'red'} card-chip`"
|
|
83
|
-
:title="`${dictionary.title_voltaria_fazer_negocio} ${
|
|
84
|
-
ticket_id.back_doing_business
|
|
42
|
+
<p class="card-chip" :class="[ticketClassCod]" v-if="ticket_id.cod && ticket_id.desc"
|
|
43
|
+
v-text="`${ticket_id.desc} (${ticket_id.cod})`" :title="`${ticket_id.desc} (${ticket_id.cod})`"></p>
|
|
44
|
+
<p v-if="ticket_id.hasOwnProperty('back_doing_business')"
|
|
45
|
+
:class="`${ticket_id.back_doing_business ? 'green' : 'red'} card-chip`" :title="`${dictionary.title_voltaria_fazer_negocio} ${ticket_id.back_doing_business
|
|
46
|
+
? `${dictionary.title_sim}`
|
|
47
|
+
: `${dictionary.title_nao}`
|
|
48
|
+
}`" v-text="`${dictionary.title_voltaria_fazer_negocio} ${ticket_id.back_doing_business
|
|
85
49
|
? `${dictionary.title_sim}`
|
|
86
50
|
: `${dictionary.title_nao}`
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
ticket_id.back_doing_business
|
|
91
|
-
? `${dictionary.title_sim}`
|
|
92
|
-
: `${dictionary.title_nao}`
|
|
93
|
-
}`
|
|
94
|
-
"
|
|
95
|
-
></p>
|
|
96
|
-
<p
|
|
97
|
-
v-if="ticket_id.hasOwnProperty('rating')"
|
|
98
|
-
:class="`${isNumberBiggerThanSix ? 'green' : 'red'} card-chip`"
|
|
51
|
+
}`
|
|
52
|
+
"></p>
|
|
53
|
+
<p v-if="ticket_id.hasOwnProperty('rating')" :class="`${isNumberBiggerThanSix ? 'green' : 'red'} card-chip`"
|
|
99
54
|
:title="`${dictionary.title_avaliacao} ${ticket_id.rating}`"
|
|
100
|
-
v-text="`${dictionary.title_avaliacao} ${ticket_id.rating}`"
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
ticket_id.resolved_issue
|
|
55
|
+
v-text="`${dictionary.title_avaliacao} ${ticket_id.rating}`"></p>
|
|
56
|
+
<p v-if="ticket_id.hasOwnProperty('resolved_issue')"
|
|
57
|
+
:class="`${ticket_id.resolved_issue ? 'green' : 'red'} card-chip`" :title="`${dictionary.title_problema_resolvido} ${ticket_id.resolved_issue
|
|
58
|
+
? `${dictionary.title_sim}`
|
|
59
|
+
: `${dictionary.title_nao}`
|
|
60
|
+
}`" v-text="`${dictionary.title_problema_resolvido} ${ticket_id.resolved_issue
|
|
107
61
|
? `${dictionary.title_sim}`
|
|
108
62
|
: `${dictionary.title_nao}`
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
`${dictionary.title_problema_resolvido} ${
|
|
112
|
-
ticket_id.resolved_issue
|
|
113
|
-
? `${dictionary.title_sim}`
|
|
114
|
-
: `${dictionary.title_nao}`
|
|
115
|
-
}`
|
|
116
|
-
"
|
|
117
|
-
></p>
|
|
63
|
+
}`
|
|
64
|
+
"></p>
|
|
118
65
|
</div>
|
|
119
66
|
<p class="card-message" v-html="mensagemFormatada"></p>
|
|
120
|
-
<div
|
|
121
|
-
class="card-interatividade"
|
|
122
|
-
v-if="filteredInteratividadeData && filteredInteratividadeData.length"
|
|
123
|
-
>
|
|
67
|
+
<div class="card-interatividade" v-if="filteredInteratividadeData && filteredInteratividadeData.length">
|
|
124
68
|
<p class="card-interatividade-title">{{ dictionary.ra_infos_interatividade }}:</p>
|
|
125
69
|
<ul class="card-interatividade-list">
|
|
126
70
|
<li v-for="(values, index) in filteredInteratividadeData" :key="index">
|
|
127
71
|
<p v-for="(value, key) in values" :key="key">
|
|
128
|
-
<span
|
|
129
|
-
v-
|
|
130
|
-
v-html="formatInteratividadeValue(key, value)"
|
|
131
|
-
></span>
|
|
72
|
+
<span v-if="key.indexOf(dictionary.ra_ask_avaliation_title) <= -1"
|
|
73
|
+
v-html="formatInteratividadeValue(key, value)"></span>
|
|
132
74
|
<span v-else>
|
|
133
75
|
<strong v-text="`${key}:`"></strong>
|
|
134
|
-
<button
|
|
135
|
-
@click="sendLink(filteredInteratividadeData[index])"
|
|
136
|
-
class="box-shadow"
|
|
137
|
-
v-text="value"
|
|
138
|
-
></button>
|
|
76
|
+
<button @click="sendLink(filteredInteratividadeData[index])" class="box-shadow" v-text="value"></button>
|
|
139
77
|
</span>
|
|
140
78
|
</p>
|
|
141
79
|
<hr />
|
|
@@ -207,6 +145,9 @@ export default {
|
|
|
207
145
|
msgNova: {
|
|
208
146
|
type: Boolean,
|
|
209
147
|
},
|
|
148
|
+
customClass: {
|
|
149
|
+
type: String
|
|
150
|
+
},
|
|
210
151
|
origemExterna: {
|
|
211
152
|
type: String,
|
|
212
153
|
},
|
|
@@ -246,11 +187,13 @@ export default {
|
|
|
246
187
|
case "9":
|
|
247
188
|
case 8:
|
|
248
189
|
case "8":
|
|
190
|
+
case "CANCELADA":
|
|
249
191
|
return "red";
|
|
250
192
|
case 3:
|
|
251
193
|
case "3":
|
|
252
194
|
case 6:
|
|
253
195
|
case "6":
|
|
196
|
+
case "AGENDADA":
|
|
254
197
|
return "yellow";
|
|
255
198
|
default:
|
|
256
199
|
return "";
|
|
@@ -350,6 +293,7 @@ export default {
|
|
|
350
293
|
.fade-leave-active {
|
|
351
294
|
transition: opacity 200ms;
|
|
352
295
|
}
|
|
296
|
+
|
|
353
297
|
.fade-enter,
|
|
354
298
|
.fade-leave-to {
|
|
355
299
|
opacity: 0;
|
|
@@ -362,6 +306,7 @@ export default {
|
|
|
362
306
|
margin: 5px 0;
|
|
363
307
|
position: relative;
|
|
364
308
|
}
|
|
309
|
+
|
|
365
310
|
.card-cli.msgNova,
|
|
366
311
|
.card-ope.msgNova {
|
|
367
312
|
margin-top: 30px;
|
|
@@ -386,6 +331,7 @@ export default {
|
|
|
386
331
|
align-self: flex-end;
|
|
387
332
|
background-color: lighten(#007535, 72);
|
|
388
333
|
}
|
|
334
|
+
|
|
389
335
|
.card-ope .card {
|
|
390
336
|
border-right: 3px solid #007535;
|
|
391
337
|
}
|
|
@@ -398,6 +344,7 @@ export default {
|
|
|
398
344
|
border-radius: 7px;
|
|
399
345
|
box-shadow: rgba(0, 0, 0, 0.15) 1px 2px 3px 0px;
|
|
400
346
|
}
|
|
347
|
+
|
|
401
348
|
.card p {
|
|
402
349
|
word-break: break-all;
|
|
403
350
|
}
|
|
@@ -410,6 +357,7 @@ export default {
|
|
|
410
357
|
justify-content: space-between;
|
|
411
358
|
padding: 10px 5px;
|
|
412
359
|
}
|
|
360
|
+
|
|
413
361
|
.card-header svg {
|
|
414
362
|
font-size: 16px;
|
|
415
363
|
}
|
|
@@ -436,16 +384,19 @@ export default {
|
|
|
436
384
|
flex-direction: row-reverse;
|
|
437
385
|
align-items: center;
|
|
438
386
|
}
|
|
387
|
+
|
|
439
388
|
.card-data {
|
|
440
389
|
overflow: hidden;
|
|
441
390
|
display: flex;
|
|
442
391
|
align-content: center;
|
|
443
392
|
}
|
|
393
|
+
|
|
444
394
|
.card-data span {
|
|
445
395
|
white-space: nowrap;
|
|
446
396
|
text-overflow: ellipsis;
|
|
447
397
|
overflow: hidden;
|
|
448
398
|
}
|
|
399
|
+
|
|
449
400
|
.card-data svg {
|
|
450
401
|
margin-right: 5px;
|
|
451
402
|
color: #232323;
|
|
@@ -460,6 +411,7 @@ export default {
|
|
|
460
411
|
opacity: 0.8;
|
|
461
412
|
transition: opacity 150ms;
|
|
462
413
|
}
|
|
414
|
+
|
|
463
415
|
.card-expand:hover {
|
|
464
416
|
opacity: 1;
|
|
465
417
|
}
|
|
@@ -498,34 +450,43 @@ export default {
|
|
|
498
450
|
background-color: rgba(207, 216, 244, 0.6);
|
|
499
451
|
margin-bottom: 5px;
|
|
500
452
|
}
|
|
453
|
+
|
|
501
454
|
.card-chip:hover {
|
|
502
455
|
background-color: rgba(207, 216, 244, 1);
|
|
503
456
|
}
|
|
457
|
+
|
|
504
458
|
.card-chip.orange {
|
|
505
459
|
color: #e14924;
|
|
506
460
|
background-color: rgba(228, 92, 58, 0.15);
|
|
507
461
|
}
|
|
462
|
+
|
|
508
463
|
.card-chip.orange:hover {
|
|
509
464
|
background-color: rgba(228, 92, 58, 0.2);
|
|
510
465
|
}
|
|
466
|
+
|
|
511
467
|
.card-chip.yellow {
|
|
512
468
|
color: #f4a304;
|
|
513
469
|
background-color: rgba(252, 191, 73, 0.15);
|
|
514
470
|
}
|
|
471
|
+
|
|
515
472
|
.card-chip.yellow:hover {
|
|
516
473
|
background-color: rgba(252, 191, 73, 0.2);
|
|
517
474
|
}
|
|
475
|
+
|
|
518
476
|
.card-chip.red {
|
|
519
477
|
color: rgb(231, 76, 60);
|
|
520
478
|
background-color: rgba(231, 76, 60, 0.2);
|
|
521
479
|
}
|
|
480
|
+
|
|
522
481
|
.card-chip.red:hover {
|
|
523
482
|
background-color: rgba(231, 76, 60, 0.25);
|
|
524
483
|
}
|
|
484
|
+
|
|
525
485
|
.card-chip.green {
|
|
526
486
|
color: #0e3213;
|
|
527
487
|
background-color: rgba(15, 177, 39, 0.3);
|
|
528
488
|
}
|
|
489
|
+
|
|
529
490
|
.card-chip.green:hover {
|
|
530
491
|
background-color: rgba(15, 177, 39, 0.4);
|
|
531
492
|
}
|
|
@@ -538,6 +499,7 @@ export default {
|
|
|
538
499
|
justify-content: center;
|
|
539
500
|
align-items: center;
|
|
540
501
|
}
|
|
502
|
+
|
|
541
503
|
.anexo-item {
|
|
542
504
|
width: 100%;
|
|
543
505
|
height: 100%;
|
|
@@ -546,15 +508,18 @@ export default {
|
|
|
546
508
|
align-items: center;
|
|
547
509
|
position: relative;
|
|
548
510
|
}
|
|
511
|
+
|
|
549
512
|
.anexo-item .transition-anexo-item {
|
|
550
513
|
max-width: 100%;
|
|
551
514
|
max-height: 100%;
|
|
552
515
|
}
|
|
516
|
+
|
|
553
517
|
.anexo-item .req-loader {
|
|
554
518
|
position: absolute;
|
|
555
519
|
top: calc(50% - 12.5px);
|
|
556
520
|
right: calc(50% - 12.5px);
|
|
557
521
|
}
|
|
522
|
+
|
|
558
523
|
.anexo-item .transition-anexo-item img {
|
|
559
524
|
max-width: 45px;
|
|
560
525
|
max-height: 45px;
|
|
@@ -569,22 +534,28 @@ export default {
|
|
|
569
534
|
justify-content: center;
|
|
570
535
|
align-items: center;
|
|
571
536
|
}
|
|
537
|
+
|
|
572
538
|
.anexo-icone:hover {
|
|
573
539
|
opacity: 1;
|
|
574
540
|
}
|
|
541
|
+
|
|
575
542
|
.anexo-icone:visited {
|
|
576
543
|
color: inherit;
|
|
577
544
|
}
|
|
545
|
+
|
|
578
546
|
svg {
|
|
579
547
|
font-size: 30px;
|
|
580
548
|
z-index: 1;
|
|
581
549
|
}
|
|
550
|
+
|
|
582
551
|
.anexo-icone.pdf {
|
|
583
552
|
position: relative;
|
|
584
553
|
}
|
|
554
|
+
|
|
585
555
|
.anexo-icone.pdf svg {
|
|
586
556
|
color: rgb(231, 76, 60);
|
|
587
557
|
}
|
|
558
|
+
|
|
588
559
|
.anexo-icone.pdf::after {
|
|
589
560
|
content: "";
|
|
590
561
|
position: absolute;
|
|
@@ -594,9 +565,11 @@ svg {
|
|
|
594
565
|
height: 20px;
|
|
595
566
|
background-color: #fff;
|
|
596
567
|
}
|
|
568
|
+
|
|
597
569
|
.anexo-icone.doc {
|
|
598
570
|
color: #15517f;
|
|
599
571
|
}
|
|
572
|
+
|
|
600
573
|
.anexo-icone.doc::after {
|
|
601
574
|
content: "";
|
|
602
575
|
position: absolute;
|
|
@@ -604,6 +577,7 @@ svg {
|
|
|
604
577
|
height: 20px;
|
|
605
578
|
background-color: #fff;
|
|
606
579
|
}
|
|
580
|
+
|
|
607
581
|
.anexo-img {
|
|
608
582
|
display: flex;
|
|
609
583
|
justify-content: center;
|
|
@@ -621,6 +595,7 @@ svg {
|
|
|
621
595
|
.anexo-img:hover {
|
|
622
596
|
opacity: 1;
|
|
623
597
|
}
|
|
598
|
+
|
|
624
599
|
.anexo-img img {
|
|
625
600
|
width: 95%;
|
|
626
601
|
}
|