Skip to content

Commit 2bde8d6

Browse files
committed
refactor: 微调样式
1 parent 53864dd commit 2bde8d6

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

src/BootstrapBlazor.Server/Components/Samples/Icons/UniverIconList.razor.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
}
77

88
::deep .bb-univer-icon {
9-
padding: 1rem 2rem;
9+
padding: 1rem 30px;
1010
border: 1px solid var(--bs-border-color);
1111
border-radius: var(--bs-border-radius);
12-
margin: 0.5rem;
12+
margin: 0.25rem;
1313
}

src/BootstrapBlazor.Server/Components/Samples/Icons/UniverIcons.razor

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@
1818

1919
<Pre>&lt;link href="_content/BootstrapBlazor.OctIcon/BootstrapBlazor.OctIcon.bundle.scp.css" rel="stylesheet"&gt;</Pre>
2020

21-
<div class="mb-2">
22-
<UniverIcon Name="create-copy-single"></UniverIcon>
23-
</div>
24-
2521
<Pre>&lt;UniverIcon Name="create-copy-single"&gt;&lt;/UniverIcon&gt;</Pre>
2622

2723
<div>@((MarkupString)Localizer["Icons"].Value)</div>

0 commit comments

Comments
 (0)