Commit a15edb8f by lijiabin

【需求 21402】 styles: 修改样式

parent 640ef3e2
......@@ -344,7 +344,7 @@ onActivated(async () => {
></span>
<span
v-if="item.un_read_count > 0"
class="inline-flex h-5 min-w-5 shrink-0 items-center justify-center rounded-full bg-[#ffebeb] px-1.5 text-3 font-700 text-[#df3e3e]"
class="inline-flex h-5 min-w-5 shrink-0 items-center justify-center rounded-full bg-[#f56c6c] px-1.5 text-3 font-700 text-white"
>
{{ item.un_read_count > 99 ? '99+' : item.un_read_count }}
</span>
......@@ -504,6 +504,7 @@ onActivated(async () => {
v-model:inputImg="draftImages"
:textAreaHeight="72"
placeholder="请输入回复内容"
:showMention="false"
>
<template #submit>
<button
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment