From 258fdf63d376d0833bde2b09f6f375218b1e3730 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?sunsonliu=28=E5=88=98=E9=98=B3=29?= Date: Fri, 14 Jul 2023 11:22:36 +0800 Subject: [PATCH] remove border --- src/sass/cherry.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sass/cherry.scss b/src/sass/cherry.scss index 5ab6e125..a384da4a 100644 --- a/src/sass/cherry.scss +++ b/src/sass/cherry.scss @@ -715,7 +715,7 @@ left: 0; top: 0; background: #fff; - border: 1px solid #ccc; + // border: 1px solid #ccc; border-radius: 2px; max-height: 500px; box-shadow: 0 2px 8px 1px #00000033;