construccion front fixed

This commit is contained in:
casnet1
2020-08-28 14:19:28 -05:00
parent b7e1a62b68
commit 6b7f1d55c0
8 changed files with 10 additions and 12 deletions
File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -1 +1 @@
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>Portal Editorial Acatlán</title><link href=css/app.36493125.css rel=preload as=style><link href=css/chunk-vendors.138628b4.css rel=preload as=style><link href=js/app.28e71583.js rel=preload as=script><link href=js/chunk-vendors.8f463115.js rel=preload as=script><link href=css/chunk-vendors.138628b4.css rel=stylesheet><link href=css/app.36493125.css rel=stylesheet></head><body><noscript><strong>We're sorry but portal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.8f463115.js></script><script src=js/app.28e71583.js></script></body></html>
<!DOCTYPE html><html lang=en><head><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><meta name=viewport content="width=device-width,initial-scale=1"><link rel="shortcut icon" type=image/png href=assets/icono.png><title>Portal Editorial Acatlán</title><link href=css/app.1d6f1de3.css rel=preload as=style><link href=css/chunk-vendors.138628b4.css rel=preload as=style><link href=js/app.37962070.js rel=preload as=script><link href=js/chunk-vendors.8f463115.js rel=preload as=script><link href=css/chunk-vendors.138628b4.css rel=stylesheet><link href=css/app.1d6f1de3.css rel=stylesheet></head><body><noscript><strong>We're sorry but portal doesn't work properly without JavaScript enabled. Please enable it to continue.</strong></noscript><div id=app></div><script src=js/chunk-vendors.8f463115.js></script><script src=js/app.37962070.js></script></body></html>
-2
View File
File diff suppressed because one or more lines are too long
-1
View File
File diff suppressed because one or more lines are too long
+2
View File
File diff suppressed because one or more lines are too long
+1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
@@ -54,7 +54,7 @@
<div class="overflow-auto">{{ desc }}</div>
<button class="button text-white">
<a href="https://demo-tienda.acatlan.unam.mx/" class="text-white">
{{ boton2 }}
Comprar
</a>
</button>
</div>
@@ -112,7 +112,7 @@ export default {
Libros: [],
isModalVisible: false,
PDF: ""
PDF: "http://www.ataun.eus/bibliotecagratuita/Cl%C3%A1sicos%20en%20Espa%C3%B1ol/Nicol%C3%A1s%20Maquiavelo/El%20pr%C3%ADncipe.pdf#toolbar=0&navpanes=0&scrollbar=0&zoom=80"
};
},
methods: {
+3 -5
View File
@@ -1,4 +1,3 @@
<template>
<transition name="modal">
<div class="modal-backdrop" @click.self="close()">
@@ -10,7 +9,7 @@
>
<section class="modal-body rounded" id="modalDescription">
<iframe
src="http://www.ataun.eus/bibliotecagratuita/Cl%C3%A1sicos%20en%20Espa%C3%B1ol/Nicol%C3%A1s%20Maquiavelo/El%20pr%C3%ADncipe.pdf#toolbar=0&navpanes=0&scrollbar=0&zoom=80"
:src="pdfPre"
width="100%"
height="100%"
frameborder="0"
@@ -21,7 +20,6 @@
</transition>
</template>
<script>
export default {
props: ["pdfPre"],
@@ -55,8 +53,8 @@ export default {
flex-direction: column;
position: relative;
width: auto;
height: 70%;
width: 90%;
height: 90%;
}
.modal-body {