|
@@ -187,7 +187,7 @@ function goDetails(item){
|
|
|
</div>
|
|
|
</template>
|
|
|
<template v-else>
|
|
|
- <div class="img-box">
|
|
|
+ <div class="img-box" @click="goDetails(authorInfoList?.[0])">
|
|
|
<img :src="authorInfoList.length > 0 ? authorInfoList[0].headImgUrl : defaultImg"/>
|
|
|
</div>
|
|
|
<div class="author-info">
|
|
@@ -349,11 +349,6 @@ function goDetails(item){
|
|
|
line-break: anywhere;
|
|
|
-webkit-box-orient: vertical;
|
|
|
}
|
|
|
- .time {
|
|
|
- margin-top: 10px;
|
|
|
- font-size: var(--font-size-small);
|
|
|
- color: var(--text-color-grey);
|
|
|
- }
|
|
|
}
|
|
|
.opt-btn {
|
|
|
margin-left: auto;
|
|
@@ -376,6 +371,10 @@ function goDetails(item){
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
justify-content: space-between;
|
|
|
+ .time {
|
|
|
+ font-size: var(--font-size-small);
|
|
|
+ color: var(--text-color-grey);
|
|
|
+ }
|
|
|
.btn {
|
|
|
color: var(--primary-color);
|
|
|
}
|