forked from Mirrors/elk
fix: add bottom border to account tabs
This commit is contained in:
parent
c0602555de
commit
cc666ca8b7
1 changed files with 1 additions and 1 deletions
|
@ -37,5 +37,5 @@ const tabs = $computed(() => [
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<template>
|
<template>
|
||||||
<CommonRouteTabs force :options="tabs" prevent-scroll-top command />
|
<CommonRouteTabs force :options="tabs" prevent-scroll-top command border="base b" />
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in a new issue