Skip to content

Commit

Permalink
chore: update style
Browse files Browse the repository at this point in the history
  • Loading branch information
Qinyouzeng committed Jul 27, 2023
1 parent 8ae7399 commit 70e38c9
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@inherits TscComponentBase

<MHover Context="hContext" Style="max-width:100%">
<MHover Context="hContext">
<div @attributes="hContext.Attrs" class="hover-pointer d-flex align-left tooltip">
<div @onclick="() => Copy(ValueFunc(Value))" @onclick:stopPropagation>
<SIcon Tooltip="@I18n.T("Copy value")"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.

using BlazorComponent.I18n;

namespace Masa.Tsc.Web.Admin.Rcl.Components;

public partial class TscTraceChart
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
// Copyright (c) MASA Stack All rights reserved.
// Licensed under the MIT License. See LICENSE.txt in the project root for license information.

using BlazorComponent;

namespace Masa.Tsc.Web.Admin.Rcl.Pages.Dashboards;

public partial class Dashboard
Expand Down

0 comments on commit 70e38c9

Please sign in to comment.