mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +00:00
Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
00f690656d
1 changed files with 14 additions and 2 deletions
|
|
@ -35,8 +35,16 @@
|
|||
:key="region"
|
||||
@click="selectedRegion = region"
|
||||
:class="classRegions(index)"
|
||||
class="px-4b py-1 text-xs bg-teal-600 hover:bg-teal-500"
|
||||
>{{ region }}</div>
|
||||
class="relative px-4b py-1 text-xs bg-teal-600 hover:bg-teal-500"
|
||||
>
|
||||
<v-icon
|
||||
v-if="region === selectedRegion"
|
||||
name="check"
|
||||
scale="0.7"
|
||||
class="absolute vertical-center offsetIcon">
|
||||
</v-icon>
|
||||
{{ region }}
|
||||
</div>
|
||||
</div>
|
||||
</transition>
|
||||
</div>
|
||||
|
|
@ -89,4 +97,8 @@ export default {
|
|||
top: 57px;
|
||||
right: 1px;
|
||||
}
|
||||
|
||||
.offsetIcon {
|
||||
left: 4px;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue