mirror of
https://github.com/whyour/qinglong.git
synced 2026-07-16 17:09:20 +08:00
修复版本号样式,fix #349
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -71,7 +71,6 @@ const Config = () => {
|
||||
value={value}
|
||||
options={{
|
||||
lineNumbers: true,
|
||||
lineWrapping: true,
|
||||
styleActiveLine: true,
|
||||
matchBrackets: true,
|
||||
mode: 'shell',
|
||||
|
||||
Reference in New Issue
Block a user