From 593eb8921bcbd937bc8532725a7e6eb76a6885a4 Mon Sep 17 00:00:00 2001 From: weibaohui Date: Tue, 12 Nov 2024 10:11:19 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E6=9B=B4=E6=96=B0=E8=8A=82=E7=82=B9?= =?UTF-8?q?=E9=A1=B5=E9=9D=A2=E4=BA=8B=E4=BB=B6=E6=8C=89=E9=92=AE=E5=9B=BE?= =?UTF-8?q?=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将节点页面的事件按钮图标从警告图标改为日历图标 - 图标颜色从警告黄色改为蓝色,以更好地符合事件的视觉语义 --- assets/pages/cluster/node.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/pages/cluster/node.json b/assets/pages/cluster/node.json index 032aaa4..552c8ca 100644 --- a/assets/pages/cluster/node.json +++ b/assets/pages/cluster/node.json @@ -169,7 +169,7 @@ }, { "type": "button", - "icon": "fas fa-exclamation-circle text-warning-dker", + "icon": "fas fa-calendar-alt text-primary", "tooltip": "Event", "actionType": "drawer", "drawer": {