画布图层面板设置高度

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

@@ -12,8 +12,8 @@
user-select: none;
z-index: 6;
overflow-y: auto;
height: 100%;
max-height: 70vh;
width: 100%;
// max-height: 70vh;
-webkit-overflow-scrolling: touch;
}
@@ -586,7 +586,7 @@
// 响应式设计
@media (max-width: 768px) {
.layers-panel-inner {
max-height: 70vh;
// max-height: 70vh;
}
.layer-item {