From 1f213bf257cfdf4718bd5984736f373292840039 Mon Sep 17 00:00:00 2001 From: Gabe Date: Sun, 26 Oct 2025 20:10:13 +0800 Subject: [PATCH] fix: styles --- src/libs/style.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/style.js b/src/libs/style.js index 156b414..7aca858 100644 --- a/src/libs/style.js +++ b/src/libs/style.js @@ -84,7 +84,7 @@ const genStyles = ({ // 虚线框 [OPT_STYLE_DASHBOX]: ` border: 2px dashed ${bgColor || DEFAULT_COLOR}; - display: inline-block; + display: block; padding: 0.2em 0.4em; box-sizing: border-box; `,