fix: update rules

This commit is contained in:
Gabe
2025-09-26 01:46:58 +08:00
parent 6b9a1a49bb
commit 14f74b76bb
2 changed files with 22 additions and 16 deletions

View File

@@ -47,7 +47,7 @@ const genStyles = ({ textDiyStyle, bgColor = DEFAULT_COLOR }) => ({
[OPT_STYLE_DASHBOX]: `
border: 1px dashed ${bgColor || DEFAULT_COLOR};
background: transparent;
display: block;
display: inline-block;
padding: 0.2em 0.5em;
box-sizing: border-box;
`,