修复codemirror暗黑模式文本选中颜色

This commit is contained in:
whyour
2021-03-23 15:53:03 +08:00
parent 51b0418fa9
commit a4f06413a3
7 changed files with 7 additions and 6 deletions
+1
View File
@@ -16,6 +16,7 @@ import './index.less';
export default function (props: any) {
const logout = () => {
localStorage.removeItem(config.authKey);
history.push('/login');
};
useEffect(() => {