Переход на quasar

This commit is contained in:
Book Pauk
2020-02-02 15:14:22 +07:00
parent ab5049127a
commit 55f092f161
2 changed files with 4 additions and 8 deletions

View File

@@ -234,8 +234,8 @@ body, html, #app {
font: normal 12pt ReaderDefault;
}
.border {
border: 1px solid black;
.dborder {
border: 2px solid yellow;
}
@font-face {

View File

@@ -1,5 +1,5 @@
<template>
<q-page class="fit">
<q-page class="column no-wrap">
<div class="header" v-show="toolBarActive">
<div ref="buttons" class="row justify-between">
<el-tooltip content="Загрузить книгу" :open-delay="1000" effect="light">
@@ -49,7 +49,7 @@
</div>
</div>
<div class="fit">
<div class="col row main">
<keep-alive>
<component ref="page" :is="activePage"
@load-book="loadBook"
@@ -1154,10 +1154,6 @@ class Reader extends Vue {
}
.main {
position: relative;
display: flex;
padding: 0;
margin: 0;
background-color: #EBE2C9;
color: #000;
}