Переход на quasar

This commit is contained in:
Book Pauk
2020-02-03 01:25:57 +07:00
parent 2e66134bf8
commit 9628188730
3 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
<template>
<div ref="main" class="col column no-wrap" style="min-height: 520px">
<div ref="main" class="column no-wrap" style="min-height: 520px">
<div class="relative-position">
<GithubCorner url="https://github.com/bookpauk/liberama" cornerColor="#1B695F" gitColor="EBE2C9"></GithubCorner>
</div>

View File

@@ -1,5 +1,5 @@
<template>
<div v-show="visible" class="fit column justify-center items-center z-max" style="background-color: rgba(0, 0, 0, 0.8)">
<div v-show="visible" class="column justify-center items-center z-max" style="background-color: rgba(0, 0, 0, 0.8)">
<div class="column justify-start items-center" style="height: 250px">
<q-circular-progress
show-value

View File

@@ -61,7 +61,7 @@
<div class="main col row relative-position">
<keep-alive>
<component ref="page" :is="activePage"
<component ref="page" class="col" :is="activePage"
@load-book="loadBook"
@load-file="loadFile"
@book-pos-changed="bookPosChanged"