Skip to content

Commit 7b98a16

Browse files
committed
refactor: 精简代码
1 parent 8d64e54 commit 7b98a16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BootstrapBlazor/Components/Watermark/Watermark.razor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ const createWatermark = watermark => {
7171
fontSize: 16,
7272
text: 'BootstrapBlazor',
7373
rotate: -40,
74-
color: '#0000004d',
74+
color: '#0000004d'
7575
};
7676

7777
for (const key in options) {

0 commit comments

Comments
 (0)