Browse Source

不同宽度设备下log靠下的问题;

songjie/feature-20250924120152-大财神功能开发分支
宋杰 6 days ago
parent
commit
dfd013c14c
  1. 5
      src/views/DeepNineModel.vue

5
src/views/DeepNineModel.vue

@ -316,10 +316,13 @@ const closeNoPermissionDialog = () => {
/* margin-top: 20px; */
}
}
@media screen and (min-width: 375px) and (max-width: 400px) {
@media screen and (min-width: 365px) and (max-width: 400px) {
.top-icon {
margin-top: -2%;
width: 80%;
}
.bottom-icon{
gap: 1rem;
}
}
</style>
Loading…
Cancel
Save