We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 459a140 commit 6fb15d0Copy full SHA for 6fb15d0
src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor
@@ -129,8 +129,8 @@
129
<div class="col-md-6">
130
<Card IsShadow="true" HeaderText="分类进度">
131
<BodyTemplate>
132
- <Scroll Height="320px" style="overflow:scroll;">
133
- <div style="margin-right:10px;">
+ <Scroll Height="320px" style="margin: -1rem; padding: 1rem;">
+ <div>
134
@{
135
foreach (var item in Data.TestKKSGroupList)
136
{
0 commit comments