fix: lint

This commit is contained in:
xingyu4j
2026-01-26 10:34:14 +08:00
parent 6d60071515
commit 24b8bba754
7 changed files with 8 additions and 7 deletions

View File

@@ -6,8 +6,8 @@ export * from './card/summary-card';
export * from './col-page';
export * from './content-wrap';
export * from './count-to';
export * from './doc-alert';
export * from './cropper';
export * from './doc-alert';
export * from './ellipsis-text';
export * from './icon-picker';
export * from './iframe';

View File

@@ -407,7 +407,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
font-variant-ligatures: contextual;
line-height: inherit;
color: inherit;
word-wrap: normal;
overflow-wrap: normal;
white-space: pre;
background: transparent;
border-width: 0;
@@ -419,7 +419,7 @@ div.CodeMirror span.CodeMirror-nonmatchingbracket {
.CodeMirror-wrap pre {
word-break: normal;
word-wrap: break-word;
overflow-wrap: break-word;
white-space: pre-wrap;
}