From cbc82fff64f2f03e27a33842071ca1b0f39d3e4b Mon Sep 17 00:00:00 2001 From: Gabe Date: Wed, 27 Aug 2025 01:05:35 +0800 Subject: [PATCH] fix: dashbox style --- src/views/Content/index.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/views/Content/index.js b/src/views/Content/index.js index 35707e6..9c0e674 100644 --- a/src/views/Content/index.js +++ b/src/views/Content/index.js @@ -56,12 +56,11 @@ const StyledSpan = styled("span")` border: 1px dashed ${bgColor || DEFAULT_COLOR}; background: transparent; display: block; - padding: 5px 5px; + padding: 0.2em; box-sizing: border-box; white-space: normal; word-wrap: break-word; overflow-wrap: break-word; - line-height: 1.4; `; case OPT_STYLE_FUZZY: // 模糊 return css`