-
{{ user.name }}
+
+
+
+
+ {{ user.name }}
+
{{ user.jobActivityDesc }}
@@ -67,7 +74,7 @@ const props = defineProps({
},
isColumn: {
type: Boolean,
- default:false
+ default: false
}
})
@@ -295,20 +302,21 @@ init()
border-bottom: none;
}
- .avatar-block {
+ .avatar-block {
display: flex;
- .name {
- width:130px;
+ .name {
+ width: 130px;
display: flex;
flex-direction: column;
margin-left: 10px;
- margin-right: 20px;
+ margin-right: 20px;
- > span:first-child {
+ .name-style{
color: #2a99ff;
}
- >span:last-child{
+
+ > span:last-child {
margin-top: 5px;
color: #909399;
}