vue-intergrall-plugins 0.0.215 → 0.0.216
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.
|
@@ -11146,8 +11146,8 @@ var __vue_staticRenderFns__$6 = [];
|
|
|
11146
11146
|
|
|
11147
11147
|
var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
11148
11148
|
if (!inject) return;
|
|
11149
|
-
inject("data-v-
|
|
11150
|
-
source: ".fade-enter-active[data-v-
|
|
11149
|
+
inject("data-v-433c38d2_0", {
|
|
11150
|
+
source: ".fade-enter-active[data-v-433c38d2],.fade-leave-active[data-v-433c38d2]{transition:opacity .5s}.fade-enter[data-v-433c38d2],.fade-leave-to[data-v-433c38d2]{opacity:0}.mensagem-div-anexo[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;overflow:hidden}.anexo-container[data-v-433c38d2]{width:100%;margin-top:5px;overflow:hidden;display:flex;max-height:300px}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container a[data-v-433c38d2]{padding:10px 15px 15px 15px;display:flex;justify-content:center;align-items:center}.anexo-container p[data-v-433c38d2]{text-overflow:ellipsis;overflow:hidden}.anexo-container .arquivo-erro[data-v-433c38d2],.anexo-container p[data-v-433c38d2]{margin:0;margin-left:15px;font-size:.9rem}.anexo-container svg[data-v-433c38d2]{font-size:2rem}.anexo-container audio[data-v-433c38d2]{outline:0;width:100%}.anexo-container video[data-v-433c38d2]{flex:1;width:100%;max-width:350px;cursor:pointer}.anexos-links-container[data-v-433c38d2]{width:100%;display:flex;justify-content:center;align-items:center}.anexos-links-container a[data-v-433c38d2]{white-space:nowrap;text-overflow:ellipsis;overflow:hidden;margin-right:5px;font-weight:550;color:inherit;text-decoration:none}.anexos-links-container svg[data-v-433c38d2]{cursor:pointer}.mensagem-div-anexo img[data-v-433c38d2]{cursor:pointer;margin:10px 0;min-width:35px;width:100%;max-width:250px}.anexo-transition[data-v-433c38d2]{width:100%;height:100%}.anexo-mensagem[data-v-433c38d2]{display:flex;justify-content:center;align-items:center;flex-direction:column}.alert-danger[data-v-433c38d2]{color:#721c24;background-color:#f8d7da;border-color:#f5c6cb}.alert[data-v-433c38d2]{position:relative;padding:.65rem 1.2rem;margin:5px 0;border:1px solid transparent;border-radius:.25rem;text-align:center}.alert svg[data-v-433c38d2]{font-size:1.025em;margin-right:2px}.pdf[data-v-433c38d2]{color:#e74c3c}.doc[data-v-433c38d2]{color:#006bc9}",
|
|
11151
11151
|
map: undefined,
|
|
11152
11152
|
media: undefined
|
|
11153
11153
|
});
|
|
@@ -11155,10 +11155,10 @@ var __vue_inject_styles__$6 = function __vue_inject_styles__(inject) {
|
|
|
11155
11155
|
/* scoped */
|
|
11156
11156
|
|
|
11157
11157
|
|
|
11158
|
-
var __vue_scope_id__$6 = "data-v-
|
|
11158
|
+
var __vue_scope_id__$6 = "data-v-433c38d2";
|
|
11159
11159
|
/* module identifier */
|
|
11160
11160
|
|
|
11161
|
-
var __vue_module_identifier__$6 = "data-v-
|
|
11161
|
+
var __vue_module_identifier__$6 = "data-v-433c38d2";
|
|
11162
11162
|
/* functional template */
|
|
11163
11163
|
|
|
11164
11164
|
var __vue_is_functional_template__$6 = false;
|
package/package.json
CHANGED
|
@@ -124,6 +124,8 @@ export default {
|
|
|
124
124
|
width: 100%;
|
|
125
125
|
margin-top: 5px;
|
|
126
126
|
overflow: hidden;
|
|
127
|
+
display: flex;
|
|
128
|
+
max-height: 300px;
|
|
127
129
|
}
|
|
128
130
|
.anexo-container a, .anexo-container .arquivo-erro{
|
|
129
131
|
padding: 10px 15px 15px 15px;
|
|
@@ -148,6 +150,7 @@ export default {
|
|
|
148
150
|
width: 100%;
|
|
149
151
|
}
|
|
150
152
|
.anexo-container video{
|
|
153
|
+
flex: 1;
|
|
151
154
|
width: 100%;
|
|
152
155
|
max-width: 350px;
|
|
153
156
|
cursor: pointer;
|