Skip to content

Commit 192a396

Browse files
committed
style(component): 修复字号过大导致超出宽度问题
1 parent da3f4a7 commit 192a396

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/attributeFont.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -297,8 +297,8 @@ onBeforeUnmount(() => {
297297
298298
.font-item {
299299
height: 40px;
300-
width: 330px;
301-
background-size: auto 40px;
300+
width: 280px;
301+
background-size: auto 28px;
302302
background-repeat: no-repeat;
303303
}
304304
}

0 commit comments

Comments
 (0)