Skip to content

Commit

Permalink
fix: 🔧 设备列表标签显示细节调整
Browse files Browse the repository at this point in the history
  • Loading branch information
viarotel committed Oct 20, 2023
1 parent 5382f3d commit 4f2f00e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Device/Remark/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@show="handleFocus"
>
<template #reference>
<el-tag effect="light" class="ml-2 cursor-pointer">
<el-tag effect="light" class="cursor-pointer">
<div class="flex items-center">
<el-icon>
<EditPen />
Expand Down
6 changes: 4 additions & 2 deletions src/components/Device/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,13 @@

{{ row.$name }}

<div class="ml-2">
<Remark :device="row" class="" />
</div>

<el-tag v-if="row.$wifi" effect="light" class="ml-2">
WIFI
</el-tag>

<Remark :device="row" />
</div>
</template>
</el-table-column>
Expand Down

0 comments on commit 4f2f00e

Please sign in to comment.