fix: 美化CSS
This commit is contained in:
parent
bb6ed6acfc
commit
773ae07ee3
|
@ -28,8 +28,8 @@
|
|||
|
||||
<div class="logging-zone">
|
||||
<AntList TItem="@string" DataSource="@_logs" Split="@false" @ref="@_logList">
|
||||
<ListItem class="logging-item">
|
||||
<p>@context</p>
|
||||
<ListItem Style="padding: 0 0 0">
|
||||
<p class="logging-item">@context</p>
|
||||
</ListItem>
|
||||
</AntList>
|
||||
</div>
|
||||
|
|
|
@ -14,5 +14,5 @@
|
|||
}
|
||||
|
||||
.logging-item {
|
||||
padding: 0 0 0;
|
||||
margin: 0 0 0;
|
||||
}
|
|
@ -31,7 +31,7 @@ body {
|
|||
overflow: hidden;
|
||||
}
|
||||
|
||||
.monaco-editor-container {
|
||||
#code-editor {
|
||||
min-height: 80%;
|
||||
margin: 5px;
|
||||
}
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>BlazorWasmSample</title>
|
||||
<title>凯瑟琳</title>
|
||||
<base href="/" />
|
||||
<link href="css/site.css" rel="stylesheet" />
|
||||
<link href="Frontend.styles.css" rel="stylesheet" />
|
||||
|
@ -11,7 +11,14 @@
|
|||
</head>
|
||||
|
||||
<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">
|
||||
An unhandled error has occurred.
|
||||
|
|
Loading…
Reference in New Issue
Block a user