style: 适配各页面弹窗窄屏布局

This commit is contained in:
2026-08-02 11:48:37 +08:00
parent c2493e4c71
commit de45c8039c
4 changed files with 30 additions and 1 deletions
+9
View File
@@ -762,6 +762,15 @@ onMounted(() => {
}
@media (max-width: 768px) {
.weight-row {
gap: 8px;
}
.weight-label {
width: 64px;
font-size: 13px;
}
.action-card {
grid-template-columns: 1fr;
}