diff --git a/AyCode.Blazor.Components/Components/Grids/MgGridDataColumn.cs b/AyCode.Blazor.Components/Components/Grids/MgGridDataColumn.cs index 93b0746..540194f 100644 --- a/AyCode.Blazor.Components/Components/Grids/MgGridDataColumn.cs +++ b/AyCode.Blazor.Components/Components/Grids/MgGridDataColumn.cs @@ -64,7 +64,7 @@ public class MgGridDataColumn : DxGridDataColumn builder.OpenElement(0, "a"); builder.AddAttribute(1, "href", url); builder.AddAttribute(2, "target", "_blank"); - builder.AddAttribute(3, "style", "text-decoration: none;"); + builder.AddAttribute(3, "style", "text-decoration: underline; color: inherit;"); builder.AddContent(4, context.DisplayText); builder.CloseElement(); };