拖动高度修改成20

This commit is contained in:
Tw93
2022-10-23 12:01:09 +08:00
parent 1e335aca15
commit e1174a8710

View File

@@ -81,7 +81,7 @@ fn main() -> wry::Result<()> {
background:transparent; background:transparent;
top:0; top:0;
width: 100%; width: 100%;
height:30px; height: 20px;
cursor: move; cursor: move;
cursor: grab; cursor: grab;
cursor: -webkit-grab; cursor: -webkit-grab;