画布图层面板设置高度
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user