fix: add bottom border to account tabs
parent
c0602555de
commit
cc666ca8b7
|
@ -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 New Issue