fix: sqlTableName 字体 fallback
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
@@ -539,7 +539,7 @@ function type(status: ProblemStatus) {
|
|||||||
.sqlTableName {
|
.sqlTableName {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin: 8px 0 4px;
|
margin: 8px 0 4px;
|
||||||
font-family: "Monaco";
|
font-family: Monaco, Consolas, monospace;
|
||||||
}
|
}
|
||||||
|
|
||||||
.sqlNote {
|
.sqlNote {
|
||||||
|
|||||||
Reference in New Issue
Block a user