mirror of
https://gitee.com/LongbowEnterprise/BootstrapBlazor.git
synced 2024-12-06 05:59:45 +08:00
!3645 doc(#I679UQ): update the pre max-height style
* doc: 更新 max-height 样式
This commit is contained in:
parent
696c0deec3
commit
28ae9874e1
@ -44,6 +44,7 @@
|
||||
::deep pre {
|
||||
color: #e83e8c;
|
||||
margin-bottom: 0;
|
||||
max-height: 260px;
|
||||
}
|
||||
|
||||
.card-footer-control {
|
||||
|
@ -8,7 +8,7 @@
|
||||
}
|
||||
else
|
||||
{
|
||||
<pre style="max-height: 260px;"><code>@ChildContent</code></pre>
|
||||
<pre><code>@ChildContent</code></pre>
|
||||
@if (CanCopy)
|
||||
{
|
||||
@if (ShowToolbar)
|
||||
|
Loading…
Reference in New Issue
Block a user