Skip to content

Commit

Permalink
cursor: pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
putianyi889 committed Jun 18, 2024
1 parent 6badab4 commit b18e8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion front_end/src/components/LanguagePicker.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<template>
<el-dropdown @command="changeLanguage" trigger="click">
<el-image :src="logo_lang" style="width: 24px; height: 24px; margin-top: 18px"></el-image>
<el-image :src="logo_lang" style="width: 24px; height: 24px; margin-top: 18px; cursor: pointer"></el-image>
<template #dropdown>
<el-dropdown-item v-for="item in options" :command="item.lang">
{{ item.text }}
Expand Down

0 comments on commit b18e8ce

Please sign in to comment.