|
@@ -1,6 +1,6 @@
|
|
|
<template>
|
|
<template>
|
|
|
<div>
|
|
<div>
|
|
|
- <div @click="toggleDrawer">{{ onlineUserList.length }}人在线</div>
|
|
|
|
|
|
|
+ <span @click="toggleDrawer" class="online-user-wrapper">{{ onlineUserList.length }}人在线</span>
|
|
|
|
|
|
|
|
<Drawer title="在线人员" width="600px" v-model:visible="drawerShow">
|
|
<Drawer title="在线人员" width="600px" v-model:visible="drawerShow">
|
|
|
<List item-layout="horizontal" :data-source="onlineUserList">
|
|
<List item-layout="horizontal" :data-source="onlineUserList">
|