移动端优化

This commit is contained in:
2025-12-06 12:34:31 +08:00
parent 9df5794383
commit b9691b0965
7 changed files with 228 additions and 16 deletions
+10 -1
View File
@@ -383,12 +383,21 @@ defineExpose({
@media (max-width: 640px) {
.pe-input-actions {
flex-direction: column;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 0.5rem;
}
.pe-input-actions button {
width: 100%;
justify-content: center;
padding: 0.75rem 0.5rem; /* Increase touch area */
}
.pe-priority-group {
grid-column: 1 / -1;
width: 100%;
justify-content: space-between;
}
}
</style>