Skip to content

Commit

Permalink
feat: allow select riic building name and skill name
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsuk1ko committed Aug 1, 2024
1 parent 327f267 commit 54622de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/riic/SkillTr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
</td>
<td v-else class="hidden"></td>
<td class="mdui-text-center no-wrap">{{ $t(`riic.table.unlock.${skill.unlock}`) }}</td>
<td class="mdui-text-center mdui-hidden-sm-down no-wrap">{{
<td class="mdui-text-center mdui-hidden-sm-down no-wrap can-sl">{{
$t(`building.name.${getInfoById(skill.id).building}`)
}}</td>
<td class="mdui-text-center no-wrap">
<span class="skill-card" v-theme-class="color[getInfoById(skill.id).building]">{{
<span class="skill-card can-sl" v-theme-class="color[getInfoById(skill.id).building]">{{
$t(`building.buff.name.${skill.id}`)
}}</span>
</td>
Expand Down

0 comments on commit 54622de

Please sign in to comment.