mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-07 09:29:59 +00:00
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>
|
||||
|
||||
<template>
|
||||
<CommonRouteTabs force :options="tabs" prevent-scroll-top command />
|
||||
<CommonRouteTabs force :options="tabs" prevent-scroll-top command border="base b" />
|
||||
</template>
|
||||
|
|
Loading…
Reference in a new issue