fix Style

pull/391/head
王良 2024-11-15 15:04:14 +08:00
parent 3d11d8c660
commit 5ee2709d65
1 changed files with 2 additions and 2 deletions

View File

@ -155,7 +155,7 @@ function install (app, api) {
return (
<div>
<div>发布公告<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
<hr>
<hr/>
<pre style="max-height:350px;font-family:auto">
{releaseNotes}
</pre>
@ -201,7 +201,7 @@ function install (app, api) {
return (
<div>
<div>发布公告<a onClick={openGithubUrl}>https://github.com/docmirror/dev-sidecar/releases</a></div>
<hr>
<hr/>
<pre style="max-height:350px;font-family:auto">
{releaseNotes}
</pre>