Skip to content

Commit 6fb0e57

Browse files
authored
feat(PdfReader): update style for pdf property dialog (#853)
* style: 更新样式 * chore: bump version 10.0.23
1 parent 7710f34 commit 6fb0e57

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

src/components/BootstrapBlazor.PdfReader/BootstrapBlazor.PdfReader.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project Sdk="Microsoft.NET.Sdk.Razor">
22

33
<PropertyGroup>
4-
<Version>10.0.22</Version>
4+
<Version>10.0.23</Version>
55
</PropertyGroup>
66

77
<PropertyGroup>

src/components/BootstrapBlazor.PdfReader/wwwroot/css/pdf_reader.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -279,6 +279,12 @@
279279
margin-block-start: .5rem;
280280
}
281281

282+
.bb-view-pdf-dialog-item > div:last-child {
283+
flex: 1;
284+
width: 1%;
285+
min-width: 0;
286+
}
287+
282288
.bb-view-pdf-dialog-label {
283289
width: 108px;
284290
white-space: nowrap;

0 commit comments

Comments
 (0)