From 8d8a3f5dc5398d85386fb40bdf2556d51bc0f455 Mon Sep 17 00:00:00 2001 From: "xinxin.wu" Date: Wed, 19 Jun 2024 18:12:57 +0800 Subject: [PATCH] =?UTF-8?q?style(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):=20?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=9B=BE=E8=A1=A8tooltip=E5=B1=95=E7=A4=BA?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/config/testPlan.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/config/testPlan.ts b/frontend/src/config/testPlan.ts index 043113f03d..3e6b01ddb4 100644 --- a/frontend/src/config/testPlan.ts +++ b/frontend/src/config/testPlan.ts @@ -142,6 +142,7 @@ export const toolTipConfig = { label: { color: '#959598', }, + position: 'top', backgroundColor: '#fff', padding: 24, borderWidth: 0,