Skip to content

Commit e974a11

Browse files
committed
refactor: 增加旋转样式
1 parent a2e8c02 commit e974a11

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/components/BootstrapBlazor.PdfReader/PdfReader.razor.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@
112112
}
113113

114114
.bb-view-thumbnails {
115+
--thumb-rotate: 0;
115116
flex-basis: 0;
116117
overflow: auto;
117118
background-color: #28292a;
@@ -141,6 +142,7 @@
141142
padding: 1px;
142143
cursor: pointer;
143144
border: 2px solid #28292a;
145+
transform: rotate(var(--thumb-rotate));
144146
}
145147

146148
.bb-view-content {

0 commit comments

Comments
 (0)