mirror of
https://github.com/tiny-craft/tiny-rdm.git
synced 2025-04-26 00:48:35 +08:00
fix: add background color for empty client list table
This commit is contained in:
parent
bb4ab109e7
commit
f8ef25a323
@ -652,7 +652,11 @@ const clientTableColumns = computed(() => {
|
||||
:label="$t('status.connected_clients')"
|
||||
:value="get(serverInfo, 'Clients.connected_clients', '0')">
|
||||
<template #suffix>
|
||||
<n-tooltip trigger="click" width="70vw" @update-show="onShowClients">
|
||||
<n-tooltip
|
||||
:content-style="{ backgroundColor: themeVars.tableColor }"
|
||||
trigger="click"
|
||||
width="70vw"
|
||||
@update-show="onShowClients">
|
||||
<template #trigger>
|
||||
<n-button :bordered="false" size="small">↘</n-button>
|
||||
</template>
|
||||
|
Loading…
x
Reference in New Issue
Block a user