修复进度条高度在增长后无法正常恢复的BUG

This commit is contained in:
fofolee
2025-03-15 13:25:26 +08:00
parent dd7fca3b62
commit 2fce45e13b
3 changed files with 33 additions and 25 deletions

View File

@@ -606,6 +606,7 @@ textarea:focus {
padding-right: 2px;
width: calc(100% - 15px);
box-sizing: border-box;
/* 290 - 40 的 padding*/
max-height: 250px;
-webkit-app-region: no-drag;
}