From 05240aee063a9f6a563eb0d32641a0cbf60c08e0 Mon Sep 17 00:00:00 2001 From: lulu <124988288+RADWIMPS426@users.noreply.github.com> Date: Tue, 23 Apr 2024 19:52:57 +0800 Subject: [PATCH] fix(stickytool): fix border --- style/web/components/sticky-tool/_index.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/web/components/sticky-tool/_index.less b/style/web/components/sticky-tool/_index.less index 8f52b3badc..050d2beb39 100644 --- a/style/web/components/sticky-tool/_index.less +++ b/style/web/components/sticky-tool/_index.less @@ -11,7 +11,7 @@ opacity: 1; box-sizing: border-box; background-color: @sticky-tool-background; - border: @sticky-tool-border; + border: .5px solid @sticky-tool-border; box-shadow: @sticky-tool-shadow; &-popup-content {