fix: 美化CSS
This commit is contained in:
@@ -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;
|
||||
}
|
Reference in New Issue
Block a user