|
@@ -72,7 +72,7 @@
|
|
|
height="100%"
|
|
|
round
|
|
|
alt="cover"
|
|
|
- :src="item.headerUrl || defaultHeadImg"
|
|
|
+ :src="item.userAvatarPath || defaultHeadImg"
|
|
|
/>
|
|
|
</div>
|
|
|
<div class="learn-content-comment-item-userInfo">
|
|
@@ -481,8 +481,8 @@ export default {
|
|
|
justify-content: space-between;
|
|
|
margin-bottom: 0.5rem;
|
|
|
.learn-content-comment-item-userHead {
|
|
|
- width: 2rem;
|
|
|
- height: 2rem;
|
|
|
+ width: 1.5rem;
|
|
|
+ height: 1.5rem;
|
|
|
border-radius: 100%;
|
|
|
overflow: hidden;
|
|
|
border: 1px dashed #e5e5e5;
|
|
@@ -495,6 +495,8 @@ export default {
|
|
|
white-space: nowrap;
|
|
|
text-overflow: ellipsis;
|
|
|
overflow: hidden;
|
|
|
+ color: #494949;
|
|
|
+ font-size: 0.7rem;
|
|
|
}
|
|
|
.learn-content-comment-item-content {
|
|
|
margin-top: 0.5rem;
|
|
@@ -503,7 +505,7 @@ export default {
|
|
|
}
|
|
|
.learn-content-comment-item-createdtime {
|
|
|
margin-top: 0.5rem;
|
|
|
- color: #696969;
|
|
|
+ color: #999999;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
@@ -541,6 +543,9 @@ export default {
|
|
|
</style>
|
|
|
|
|
|
<style lang="scss">
|
|
|
+.p-content{
|
|
|
+ letter-spacing:0.05rem;
|
|
|
+}
|
|
|
.p-content img {
|
|
|
max-width: 100%;
|
|
|
width: auto;
|