@@ -318,6 +318,8 @@
.staff {
width: 100%;
height: 100%;
+ box-sizing: border-box;
+ padding-left: 0.1rem;
}
.mask {
position: absolute;
@@ -441,6 +443,7 @@
height: calc(var(--staffBoxHeight) + 0.44rem);
padding-bottom: 0.44rem;
padding-left: 0.2rem;
@@ -146,7 +146,7 @@
</template>
<template #title>
<div class="userInfo">
- <p class="name">{{ item.userName }}</p>
+ <p class="name">{{ item.userName || `游客${item.userId}` }}</p>
<p class="sub">
{{ item.subjectName }}
</p>