make td looks like clickable

This commit is contained in:
2021-05-23 21:10:00 +08:00
parent 4221a4ff8f
commit cd493807fb
2 changed files with 5 additions and 2 deletions

View File

@@ -292,8 +292,8 @@ const component_file = {
props: ['file'],
emits: ['play_audio'],
template: `
<td @click="dialog">{{ file.filename }}</td>
<td @click="show_folder">{{ file.foldername }}</td>
<td class="clickable" @click="dialog">{{ file.filename }}</td>
<td class="clickable" @click="show_folder">{{ file.foldername }}</td>
<td>{{ computed_readable_size }}</td>
<td>
<button @click="dialog">Dialog</button>