mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/tickme.git
synced 2026-08-19 04:23:56 +00:00
display assignee tooltip to show full name
This commit is contained in:
@@ -39,6 +39,9 @@
|
||||
},
|
||||
};
|
||||
},
|
||||
mounted(){
|
||||
$('[data-toggle="tooltip"]').tooltip()
|
||||
},
|
||||
methods:{
|
||||
deleteAssignee(id){
|
||||
this.parameters.assignee_id = id;
|
||||
@@ -57,4 +60,7 @@
|
||||
.assignee-avatar:hover .delete-icon {
|
||||
visibility: visible;
|
||||
}
|
||||
.tooltip {
|
||||
font-size: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user