Работа над HistoryPage

This commit is contained in:
Book Pauk
2019-01-26 01:47:11 +07:00
parent bcc5b27d1e
commit 641409902e
7 changed files with 145 additions and 18 deletions

View File

@@ -27,9 +27,7 @@ class Window extends Vue {
flex: 1;
display: flex;
flex-direction: column;
min-width: 200px;
max-width: 600px;
background-color: #f5f7fa;
background-color: #e5e7ea;
margin: 10px;
border: 1px solid black;
box-shadow: 3px 3px 5px black;
@@ -43,5 +41,6 @@ class Window extends Vue {
.header-text {
margin-left: 10px;
margin-right: 10px;
}
</style>