Fix dashboard style
This commit is contained in:
parent
cc10f38a54
commit
1ce79092bd
@ -2,11 +2,11 @@
|
|||||||
<main id="dashboard">
|
<main id="dashboard">
|
||||||
<div id="dashboard-inner">
|
<div id="dashboard-inner">
|
||||||
<hdr></hdr>
|
<hdr></hdr>
|
||||||
<task-list></task-list>
|
<village-state-list></village-state-list>
|
||||||
<hr class="separator" />
|
<hr class="separator" />
|
||||||
<quick-actions></quick-actions>
|
<quick-actions></quick-actions>
|
||||||
<hr class="separator" />
|
<hr class="separator" />
|
||||||
<village-state-list></village-state-list>
|
<task-list></task-list>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</template>
|
</template>
|
||||||
@ -47,7 +47,7 @@ export default {
|
|||||||
}
|
}
|
||||||
#dashboard-inner {
|
#dashboard-inner {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
padding: 10px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
.separator {
|
.separator {
|
||||||
margin: 10px auto;
|
margin: 10px auto;
|
||||||
|
@ -1,7 +1,9 @@
|
|||||||
<template>
|
<template>
|
||||||
<section>
|
<section>
|
||||||
<h1 class="title">{{ shared.name }} - {{ villageName }}</h1>
|
<h1 class="title">
|
||||||
<p class="version">{{ shared.version }}</p>
|
[{{ shared.name }}] {{ villageName }}
|
||||||
|
<span class="version">- {{ shared.version }}</span>
|
||||||
|
</h1>
|
||||||
</section>
|
</section>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -28,8 +30,6 @@ export default {
|
|||||||
margin-bottom: 8px;
|
margin-bottom: 8px;
|
||||||
}
|
}
|
||||||
.version {
|
.version {
|
||||||
font-size: 120%;
|
font-size: 14px;
|
||||||
margin-top: 8px;
|
|
||||||
margin-bottom: 8px;
|
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user