Commit a15edb8f by lijiabin

【需求 21402】 styles: 修改样式

parent 640ef3e2
...@@ -344,7 +344,7 @@ onActivated(async () => { ...@@ -344,7 +344,7 @@ onActivated(async () => {
></span> ></span>
<span <span
v-if="item.un_read_count > 0" 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 }} {{ item.un_read_count > 99 ? '99+' : item.un_read_count }}
</span> </span>
...@@ -504,6 +504,7 @@ onActivated(async () => { ...@@ -504,6 +504,7 @@ onActivated(async () => {
v-model:inputImg="draftImages" v-model:inputImg="draftImages"
:textAreaHeight="72" :textAreaHeight="72"
placeholder="请输入回复内容" placeholder="请输入回复内容"
:showMention="false"
> >
<template #submit> <template #submit>
<button <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