From b6c1a55e3e81a613765dd4fe744d7d34b398ee36 Mon Sep 17 00:00:00 2001 From: "wu.jian2" Date: Sat, 7 Oct 2023 11:16:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=BE=B9=E6=A1=8614?= =?UTF-8?q?=E7=BB=84=E4=BB=B6=E8=AE=BE=E7=BD=AE=E9=80=8F=E6=98=8E=E5=BA=A6?= =?UTF-8?q?=E4=B8=BA0=E6=97=B6=E6=B2=A1=E6=9C=89=E5=AE=8C=E5=85=A8?= =?UTF-8?q?=E9=80=8F=E6=98=8E=E7=9A=84=E6=83=85=E5=86=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data-room-ui/packages/Borders/Border14/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-room-ui/packages/Borders/Border14/index.vue b/data-room-ui/packages/Borders/Border14/index.vue index e1e48a8e..557c706f 100644 --- a/data-room-ui/packages/Borders/Border14/index.vue +++ b/data-room-ui/packages/Borders/Border14/index.vue @@ -65,7 +65,7 @@ export default { return this.config.customize.gradientDirection }, opacity () { - return this.config.customize.opacity || 100 + return (this.config.customize.opacity === 0 || this.config.customize.opacity) ? this.config.customize.opacity : 100 } }, watch: {},