This commit is contained in:
lutinglt
2025-08-13 12:13:18 +08:00
parent 7039041d9d
commit c46d9333ff
4 changed files with 16 additions and 19 deletions

View File

@@ -7,14 +7,14 @@ export const monaco = css`
.monaco-mouse-cursor-text {
font-size: 12px !important;
}
}
// 滚动时固定在顶部的行
.monaco-editor .sticky-widget {
background: ${themeVars.color.body} !important;
box-shadow: 0 1px 0 ${themeVars.color.secondary.self} !important;
width: 100% !important;
.sticky-line-content {
font-size: 12px !important;
// 滚动时固定在顶部的行
.sticky-widget {
background: ${themeVars.color.body} !important;
box-shadow: 0 1px 0 ${themeVars.color.secondary.self} !important;
width: 100% !important;
.sticky-line-content {
font-size: 12px !important;
}
}
}
`;