Feature: Improve Dashboard UI (#630)
This commit is contained in:
parent
29bb2bff3a
commit
fe70843fae
14 changed files with 111 additions and 51 deletions
|
@ -116,7 +116,7 @@ export default {
|
|||
}
|
||||
const key = `CHAT_LIST.ATTACHMENTS.${fileType}`;
|
||||
return `
|
||||
<i class="${this.$t(`${key}.ICON`)}"></i>
|
||||
<i class="small-icon ${this.$t(`${key}.ICON`)}"></i>
|
||||
${this.$t(`${key}.CONTENT`)}
|
||||
`;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue