画布图层面板设置高度

This commit is contained in:
李志鹏
2025-10-16 13:31:24 +08:00
parent 76c37446f2
commit ef6dd763ce
3 changed files with 662 additions and 5 deletions

View File

@@ -1472,8 +1472,9 @@ button:hover {
transition: width 0.3s ease;
background: #fff;
width: 35rem;
max-height: 85vh;
height: 70%;
max-height: 90%;
display: flex;
overflow: hidden;
box-shadow: 0 0.4rem 2rem rgba(0, 0, 0, 0.1); /* 添加阴影效果 */
backdrop-filter: blur(2px); /* 添加模糊效果 */
-webkit-backdrop-filter: blur(2px);