Skip to content

Commit 38b1437

Browse files
fix: card border
1 parent 8766d48 commit 38b1437

3 files changed

Lines changed: 145 additions & 152 deletions

File tree

ui/src/views/application/index.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,9 @@
191191
@contextmenu.prevent
192192
@mousedown.stop="goApp($event, item)"
193193
:disabled="isBatch"
194+
:class="{
195+
'border-active': multipleSelection.includes(item.id),
196+
}"
194197
>
195198
<template #icon>
196199
<el-avatar shape="square" :size="32" style="background: none">

0 commit comments

Comments
 (0)