适配
This commit is contained in:
@@ -634,6 +634,34 @@ body,
|
||||
background: #fff;
|
||||
border: 1px solid var(--color-ps-accent);
|
||||
z-index: 50;
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ps-design-canvas-touch {
|
||||
touch-action: pan-x pan-y;
|
||||
}
|
||||
|
||||
.ps-design-canvas-touch [data-label-element],
|
||||
.ps-design-canvas-touch .ps-handle,
|
||||
.ps-design-canvas-touch .touch-none {
|
||||
touch-action: none;
|
||||
}
|
||||
|
||||
.ps-status-bar-compact {
|
||||
font-size: 10px;
|
||||
gap: 8px;
|
||||
padding: 0 8px;
|
||||
}
|
||||
|
||||
@media (max-width: 1023px) {
|
||||
.ps-handle {
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
}
|
||||
|
||||
.ps-status-bar {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
}
|
||||
|
||||
.ps-zoom-control {
|
||||
|
||||
Reference in New Issue
Block a user