Переделки с отображением HistoryPage

This commit is contained in:
Book Pauk
2019-01-27 05:18:29 +07:00
parent e0d0c6e46c
commit 6ca7a9fff9
2 changed files with 20 additions and 9 deletions

View File

@@ -1,6 +1,6 @@
<template>
<div ref="main" class="main" @click="close">
<div class="main" @click.stop>
<div class="clickStop" @click.stop>
<Window @close="close">
<template slot="header">
Последние 100 открытых книг
@@ -197,12 +197,20 @@ class HistoryPage extends Vue {
<style scoped>
.main {
flex: 1;
position: absolute;
width: 100%;
height: 100%;
z-index: 50;
display: flex;
flex-direction: column;
align-items: center;
}
.clickStop {
height: 100%;
display: flex;
}
.header {
margin: 0;
padding: 0;