fix: 美化CSS

This commit is contained in:
jackfiled 2023-10-17 22:05:21 +08:00
parent bb6ed6acfc
commit 773ae07ee3
4 changed files with 13 additions and 6 deletions

View File

@ -28,8 +28,8 @@
<div class="logging-zone"> <div class="logging-zone">
<AntList TItem="@string" DataSource="@_logs" Split="@false" @ref="@_logList"> <AntList TItem="@string" DataSource="@_logs" Split="@false" @ref="@_logList">
<ListItem class="logging-item"> <ListItem Style="padding: 0 0 0">
<p>@context</p> <p class="logging-item">@context</p>
</ListItem> </ListItem>
</AntList> </AntList>
</div> </div>

View File

@ -14,5 +14,5 @@
} }
.logging-item { .logging-item {
padding: 0 0 0; margin: 0 0 0;
} }

View File

@ -31,7 +31,7 @@ body {
overflow: hidden; overflow: hidden;
} }
.monaco-editor-container { #code-editor {
min-height: 80%; min-height: 80%;
margin: 5px; margin: 5px;
} }

View File

@ -3,7 +3,7 @@
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>BlazorWasmSample</title> <title>凯瑟琳</title>
<base href="/" /> <base href="/" />
<link href="css/site.css" rel="stylesheet" /> <link href="css/site.css" rel="stylesheet" />
<link href="Frontend.styles.css" rel="stylesheet" /> <link href="Frontend.styles.css" rel="stylesheet" />
@ -11,7 +11,14 @@
</head> </head>
<body> <body>
<div id="app">Loading...</div> <div id="app">
<div style="position:absolute; top:30vh; width:100%; text-align:center">
<h1>凯瑟琳</h1>
<div style="display:flex; gap:10px; justify-content:center; align-items:center">
提瓦特有着他自己的法则。。。
</div>
</div>
</div>
<div id="blazor-error-ui"> <div id="blazor-error-ui">
An unhandled error has occurred. An unhandled error has occurred.