Skip to content

Commit 76d6b17

Browse files
committed
Fix toolbar height
1 parent 2e1011b commit 76d6b17

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Toolbar.vue

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ export default {
4545
let st = this.$props.config.TB_B_STYLE
4646
return {
4747
'width': `${w}px`,
48-
'height': `${this.$props.height}px`,
48+
'height': `${this.$props.height-3}px`,
4949
'background-color': cb,
5050
'border-right': `${b}px ${st} ${brd}`
5151
}
@@ -73,6 +73,6 @@ export default {
7373
position: absolute;
7474
border-right: 1px solid black;
7575
z-index: 100;
76-
padding-top: 4px;
76+
padding-top: 3px;
7777
}
7878
</style>

0 commit comments

Comments
 (0)