mirror of
https://gitee.com/lijingbo-2021/open-anylink-web.git
synced 2025-12-30 11:02:25 +00:00
bgc-for-top的背景色要在没有被选中的情况下才会出来
This commit is contained in:
@@ -170,7 +170,10 @@ const onContextmenu = () => {
|
||||
|
||||
<template>
|
||||
<div class="session-box-wrapper" @contextmenu.prevent="onContextmenu">
|
||||
<div class="session-box" :class="{ 'bgc-for-active': hasBeenSelected, 'bgc-for-top': top }">
|
||||
<div
|
||||
class="session-box"
|
||||
:class="{ 'bgc-for-active': hasBeenSelected, 'bgc-for-top': top && !hasBeenSelected }"
|
||||
>
|
||||
<AvatarIcon
|
||||
class="avatar-session-box"
|
||||
:showName="showName"
|
||||
|
||||
Reference in New Issue
Block a user