From ce0243e33936b4d91f4662c60813d835869b3727 Mon Sep 17 00:00:00 2001 From: fit2cloud-chenyw Date: Fri, 28 Oct 2022 11:38:13 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E5=9C=B0=E5=9B=BE):=20=E6=B8=90=E5=8F=98?= =?UTF-8?q?=E8=89=B2=E8=AE=BE=E7=BD=AE=E4=B8=8D=E5=8F=AF=E6=B8=85=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/components/GradientColorSelector/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/components/GradientColorSelector/index.vue b/frontend/src/components/GradientColorSelector/index.vue index 8bffc71dab..1dcec6bf38 100644 --- a/frontend/src/components/GradientColorSelector/index.vue +++ b/frontend/src/components/GradientColorSelector/index.vue @@ -106,6 +106,7 @@ @@ -423,4 +424,7 @@ export default { width: 20px; height: 20px; } +.gradient-picker-dropdown .el-color-dropdown__link-btn { + display: none; +}