From a760cf3082b624a998656b88293b7d6f1ac770da Mon Sep 17 00:00:00 2001 From: wangjiahao <1522128093@qq.com> Date: Mon, 2 Dec 2024 15:46:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20=E8=B0=83=E6=95=B4=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=E9=80=89=E6=8B=A9=E6=A0=87=E7=AD=BE=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/core-frontend/src/style/index.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core/core-frontend/src/style/index.less b/core/core-frontend/src/style/index.less index 289242d391..bc83262d85 100644 --- a/core/core-frontend/src/style/index.less +++ b/core/core-frontend/src/style/index.less @@ -641,3 +641,8 @@ strong { .ed-scrollbar__bar.is-horizontal { height: 8px !important; } + +.ed-color-picker__color { + border: 1px solid #dee0e3 !important; + border-radius: 2px; +}