perf: 💄 Update terminal style

This commit is contained in:
viarotel 2023-11-13 18:40:48 +08:00
parent fdf40c70e8
commit 5b6b8d1150
3 changed files with 6 additions and 1 deletions

View File

@ -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>

View File

@ -0,0 +1 @@
<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 36 36"><path fill="currentColor" d="M32 5H4a2 2 0 0 0-2 2v22a2 2 0 0 0 2 2h28a2 2 0 0 0 2-2V7a2 2 0 0 0-2-2ZM4 7h28v2.2H4Zm0 22V10.8h28V29Z" class="clr-i-outline clr-i-outline-path-1"/><path fill="currentColor" d="M17 23h6v2h-6z" class="clr-i-outline clr-i-outline-path-2"/><path fill="currentColor" d="m7 15.68l6.79 3.12L7 21.91v2.2l9.6-4.41v-1.81L7 13.48v2.2z" class="clr-i-outline clr-i-outline-path-3"/><path fill="none" d="M0 0h36v36H0z"/></svg>

After

Width:  |  Height:  |  Size: 528 B

View File

@ -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",