Skip to content

Commit

Permalink
perf: 💄 Update terminal style
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Nov 13, 2023
1 parent fdf40c7 commit 5b6b8d1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Device/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@

<Terminal>
<template #default="{ show }">
<el-button icon="View" @click="show">
<el-button @click="show">
<template #icon>
<svg-icon name="command"></svg-icon>
</template>
{{ $t("device.terminal.name") }}
</el-button>
</template>
Expand Down
1 change: 1 addition & 0 deletions src/icons/svg/command.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions src/locales/languages/en_US.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@
"device.name": "Device Name",
"device.remark": "Remark",
"device.permission.error": "Device permission error, please reconnect device and allow USB debugging",
"device.terminal.name": "Terminal",

"device.wireless.name": "Wireless",
"device.wireless.mode": "Wireless Mode",
Expand Down

0 comments on commit 5b6b8d1

Please sign in to comment.