mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-05 00:19:59 +00:00
fix(mobile): fix long text wapped (#311)
This commit is contained in:
parent
3952dd6cd6
commit
73f1f1d151
1 changed files with 7 additions and 6 deletions
|
@ -15,12 +15,13 @@ defineProps<{
|
|||
<NuxtLink v-if="back" flex="~ gap1" items-center btn-text p-0 @click="$router.go(-1)">
|
||||
<div i-ri:arrow-left-line />
|
||||
</NuxtLink>
|
||||
<slot name="title" />
|
||||
<div h-7 w-1px />
|
||||
</div>
|
||||
<div flex items-center>
|
||||
<slot name="actions" />
|
||||
<NavUser v-if="isMediumScreen" />
|
||||
<div line-clamp-1>
|
||||
<slot name="title" />
|
||||
</div>
|
||||
<div flex items-center shrink-0>
|
||||
<slot name="actions" />
|
||||
<NavUser v-if="isMediumScreen" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<slot name="header" />
|
||||
|
|
Loading…
Reference in a new issue