Skip to content

Commit 6fb15d0

Browse files
committed
style: 调整滚动条位置
1 parent 459a140 commit 6fb15d0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BootstrapBlazor.Server/Components/Samples/Tutorials/Dashboard.razor

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,8 @@
129129
<div class="col-md-6">
130130
<Card IsShadow="true" HeaderText="分类进度">
131131
<BodyTemplate>
132-
<Scroll Height="320px" style="overflow:scroll;">
133-
<div style="margin-right:10px;">
132+
<Scroll Height="320px" style="margin: -1rem; padding: 1rem;">
133+
<div>
134134
@{
135135
foreach (var item in Data.TestKKSGroupList)
136136
{

0 commit comments

Comments
 (0)