chore: update deps
This commit is contained in:
@@ -18,7 +18,8 @@
|
||||
<li
|
||||
v-for="(item, index) in tab.messages"
|
||||
:key="index"
|
||||
class="flex-col border-t border-gray-200 py-12"
|
||||
class="flex-col py-12"
|
||||
border-t="1 solid gray-200"
|
||||
:style="index > 0 ? '' : 'border: none;'"
|
||||
>
|
||||
<span mb-4 text-ellipsis>{{ item.content }}</span>
|
||||
|
||||
@@ -13,7 +13,8 @@
|
||||
|
||||
<article flex-col flex-1 overflow-hidden>
|
||||
<header
|
||||
class="flex items-center border-b bg-white px-15 bc-eee"
|
||||
border-b="1 solid #eee"
|
||||
class="flex items-center bg-white px-15"
|
||||
dark="bg-dark border-0"
|
||||
:style="`height: ${header.height}px`"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user