修复版本号样式,fix #349

This commit is contained in:
hanhh
2021-06-16 21:06:47 +08:00
parent 63cc3e59b4
commit 896a09d701
4 changed files with 13 additions and 10 deletions
+3 -1
View File
@@ -68,7 +68,9 @@ export default function (props: any) {
<>
<a href={changeLog} target="_blank" rel="noopener noreferrer">
<span style={{ fontSize: 9, color: '#666', marginLeft: 5 }}>
<span
style={{ fontSize: 12, color: '#666', marginLeft: 5, zoom: 0.8 }}
>
{version}
</span>
</a>
-1
View File
@@ -71,7 +71,6 @@ const Config = () => {
value={value}
options={{
lineNumbers: true,
lineWrapping: true,
styleActiveLine: true,
matchBrackets: true,
mode: 'shell',