Skip to content

Commit 7266352

Browse files
committed
修复字母被截取的问题
1 parent c1cff1e commit 7266352

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/renderer/components/base/Selection.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ export default {
143143
transition: background-color @transition-normal;
144144
height: @selection-height;
145145
// line-height: 27px;
146+
line-height: 1.5;
146147
box-sizing: border-box;
147148
color: var(--color-button-font);
148149
border-radius: @form-radius;

0 commit comments

Comments
 (0)