From 81bd58c37a8b9d5b87f2a3ffa180d877f963d4ea Mon Sep 17 00:00:00 2001 From: XiaoZhuo Date: Wed, 11 Oct 2023 12:26:43 +0800 Subject: [PATCH] =?UTF-8?q?=E6=98=B5=E7=A7=B0UI=E6=98=BE=E7=A4=BA=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E5=BE=AE=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/client.js | 1 + 1 file changed, 1 insertion(+) 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,