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

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

@@ -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 {