Переход на quasar
This commit is contained in:
@@ -234,8 +234,8 @@ body, html, #app {
|
|||||||
font: normal 12pt ReaderDefault;
|
font: normal 12pt ReaderDefault;
|
||||||
}
|
}
|
||||||
|
|
||||||
.border {
|
.dborder {
|
||||||
border: 1px solid black;
|
border: 2px solid yellow;
|
||||||
}
|
}
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<template>
|
<template>
|
||||||
<q-page class="fit">
|
<q-page class="column no-wrap">
|
||||||
<div class="header" v-show="toolBarActive">
|
<div class="header" v-show="toolBarActive">
|
||||||
<div ref="buttons" class="row justify-between">
|
<div ref="buttons" class="row justify-between">
|
||||||
<el-tooltip content="Загрузить книгу" :open-delay="1000" effect="light">
|
<el-tooltip content="Загрузить книгу" :open-delay="1000" effect="light">
|
||||||
@@ -49,7 +49,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="fit">
|
<div class="col row main">
|
||||||
<keep-alive>
|
<keep-alive>
|
||||||
<component ref="page" :is="activePage"
|
<component ref="page" :is="activePage"
|
||||||
@load-book="loadBook"
|
@load-book="loadBook"
|
||||||
@@ -1154,10 +1154,6 @@ class Reader extends Vue {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.main {
|
.main {
|
||||||
position: relative;
|
|
||||||
display: flex;
|
|
||||||
padding: 0;
|
|
||||||
margin: 0;
|
|
||||||
background-color: #EBE2C9;
|
background-color: #EBE2C9;
|
||||||
color: #000;
|
color: #000;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user