fix: 尝试修复水合问题

This commit is contained in:
camera-2018
2023-07-22 14:58:47 +08:00
parent 5c8dad5e81
commit c429d3dd5f
3 changed files with 15 additions and 27 deletions

View File

@@ -18,9 +18,9 @@ const goUrl = (url) => {
<img class="avatar-img" :src="member.avatar" :alt="member.name">
</figure>
<div class="data">
<h1 class="name">
<div class="author_name">
{{ member.name }}
</h1>
</div>
<p v-if="member.title || member.org" class="affiliation">
<span v-if="member.title" class="title">
{{ member.title }}
@@ -157,7 +157,7 @@ const goUrl = (url) => {
object-fit: cover;
}
.name {
.author_name {
margin: 0;
font-weight: 600;
cursor: pointer;