Skip to content

Commit 3028387

Browse files
committed
feat: 增加 CheckboxColumnCompactWidth 参数
1 parent cda0ca5 commit 3028387

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/BootstrapBlazor/Options/TableSettings.cs

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Licensed to the .NET Foundation under one or more agreements.
1+
// Licensed to the .NET Foundation under one or more agreements.
22
// The .NET Foundation licenses this file to you under the Apache 2.0 License
33
// See the LICENSE file in the project root for more information.
44
// Maintainer: Argo Zhang([email protected]) Website: https://www.blazor.zone
@@ -15,6 +15,11 @@ public class TableSettings
1515
/// </summary>
1616
public int CheckboxColumnWidth { get; set; } = 36;
1717

18+
/// <summary>
19+
/// 获得/设置 复选框宽度 默认 28
20+
/// </summary>
21+
public int CheckboxColumnCompactWidth { get; set; } = 28;
22+
1823
/// <summary>
1924
/// 获得/设置 明细行 Row Header 宽度 默认 24
2025
/// </summary>

0 commit comments

Comments
 (0)