@@ -3,6 +3,9 @@
padding: 15px 12px;
border-radius: 10px;
:global {
+ .van-badge__wrapper{
+ display: flex;
+ }
.van-cell__title {
color: #333;
line-height: 22px;
@@ -70,10 +70,9 @@ export default defineComponent({
),
title: () => (
<div
- class={styles.title + valueType.value}
+ class={styles.title}
onClick={() => {
if (valueType.value === 'statued' || !valueType.value) return;
- console.log('去聊天');
emit('contact')
}}>
{item.value.studentName}{' '}