diff --git a/public/client.js b/public/client.js index 453f9fb..eb5140f 100644 --- a/public/client.js +++ b/public/client.js @@ -268,6 +268,7 @@ export default class ClientList { textAlign: 'center', position: 'absolute', bottom: '-2px', + background: 'rgba(255, 255, 255, 0.8)', }, readOnly: !self, // 如果不是自己, 则不可编辑 value: item.name ?? item.id,