From 4e4feb514e11b400d6914a98a9f36862a33a9cdf Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Tue, 20 Feb 2024 16:30:15 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=95=B0=E6=8D=AE=E5=A4=A7=E5=B1=8F):?= =?UTF-8?q?=20=E4=BF=AE=E6=94=B9=E5=9B=BE=E5=BD=A2=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/custom-component/component-list.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/core/core-frontend/src/custom-component/component-list.ts b/core/core-frontend/src/custom-component/component-list.ts index 692de5b6a9..8a3bc85067 100644 --- a/core/core-frontend/src/custom-component/component-list.ts +++ b/core/core-frontend/src/custom-component/component-list.ts @@ -193,8 +193,8 @@ const list = [ borderWidth: 1, borderRadius: 5, borderStyle: 'solid', - borderColor: '#000', - backgroundColor: '' + borderColor: '#cccccc', + backgroundColor: 'rgba(236,231,231,0.1)' } }, { @@ -208,8 +208,8 @@ const list = [ height: 200, borderWidth: 1, borderStyle: 'solid', - borderColor: '#000', - backgroundColor: '' + borderColor: '#cccccc', + backgroundColor: 'rgba(236,231,231,0.1)' } }, { @@ -222,7 +222,7 @@ const list = [ width: 200, height: 200, borderWidth: 1, - borderColor: '#000', + borderColor: '#cccccc', backgroundColor: 'rgba(236,231,231,0.1)' } },