Поправки порядка загрузки компонентов и сопутствующих багов

This commit is contained in:
Book Pauk
2019-07-21 14:39:06 +07:00
parent 0d41171e9d
commit 9af055ec54
7 changed files with 55 additions and 19 deletions

View File

@@ -94,6 +94,6 @@ class ProgressPage extends Vue {
</style>
<style>
.el-progress__text {
color: lightgreen;
color: lightgreen !important;
}
</style>

View File

@@ -1036,7 +1036,7 @@ class Reader extends Vue {
overflow-x: auto;
overflow-y: hidden;
}
.header {
display: flex;
justify-content: space-between;
@@ -1064,6 +1064,10 @@ class Reader extends Vue {
box-shadow: 3px 3px 5px black;
}
.tool-button + .tool-button {
margin: 0 2px 0 2px;
}
.tool-button:hover {
background-color: white;
}

View File

@@ -871,9 +871,9 @@ class SettingsPage extends Vue {
}
.el-form-item {
padding: 0;
margin: 0;
margin-bottom: 5px;
padding: 0 !important;
margin: 0 !important;
margin-bottom: 5px !important;
}
.color-picked {