diff --git a/src/views/DBQBmodel.vue b/src/views/DBQBmodel.vue index ada3fcd..683d5a5 100644 --- a/src/views/DBQBmodel.vue +++ b/src/views/DBQBmodel.vue @@ -306,4 +306,10 @@ const closeNoPermissionDialog = () => { /* margin-top: 20px; */ } } +@media screen and (min-width: 375px) and (max-width: 400px) { + .top-icon { + margin-top: 2%; + width: 90%; + } +} diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue index ddccb77..d087d6a 100644 --- a/src/views/DeepNineModel.vue +++ b/src/views/DeepNineModel.vue @@ -316,4 +316,10 @@ const closeNoPermissionDialog = () => { /* margin-top: 20px; */ } } +@media screen and (min-width: 375px) and (max-width: 400px) { + .top-icon { + margin-top: -2%; + width: 80%; + } +}