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