style: 适配各页面弹窗窄屏布局
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user