fix: styles

This commit is contained in:
Gabe
2025-10-26 20:10:13 +08:00
parent b38f079611
commit 1f213bf257

View File

@@ -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;
`,