update recent page
This commit is contained in:
@@ -62,10 +62,10 @@
|
||||
:class="['h-6 w-6 flex-none', active ? 'opacity-100' : 'opacity-40']" />
|
||||
|
||||
<div class="flex flex-col flex-auto ml-3 space-y-1">
|
||||
<span class="text-sm font-medium text-gray-800 truncate">
|
||||
<span class="text-sm font-medium text-gray-800 truncate line-clamp-1">
|
||||
{{ menu.name }}
|
||||
</span>
|
||||
<span class="text-xs text-gray-500 ">
|
||||
<span class="text-xs text-gray-500 line-clamp-1">
|
||||
{{ menu.path.replace('/home/', '') }}
|
||||
</span>
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user