fix Style
parent
3d11d8c660
commit
5ee2709d65
|
@ -155,7 +155,7 @@ function install (app, api) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div>发布公告:<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
|
<div>发布公告:<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
|
||||||
<hr>
|
<hr/>
|
||||||
<pre style="max-height:350px;font-family:auto">
|
<pre style="max-height:350px;font-family:auto">
|
||||||
{releaseNotes}
|
{releaseNotes}
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -201,7 +201,7 @@ function install (app, api) {
|
||||||
return (
|
return (
|
||||||
<div>
|
<div>
|
||||||
<div>发布公告:<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
|
<div>发布公告:<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
|
||||||
<hr>
|
<hr/>
|
||||||
<pre style="max-height:350px;font-family:auto">
|
<pre style="max-height:350px;font-family:auto">
|
||||||
{releaseNotes}
|
{releaseNotes}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
Loading…
Reference in New Issue