chore: update deps

This commit is contained in:
张传龙
2023-07-27 14:25:07 +08:00
parent 0e764ac748
commit c504ad065c
7 changed files with 4156 additions and 5361 deletions

View File

@@ -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>

View File

@@ -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`"
>