Browse Source

Merge branch 'songjie/feature-20250924120152-大财神功能开发分支' into milestone-20250924-接入大财神工作流

milestone-20250924-接入大财神工作流
宋杰 6 days ago
parent
commit
55e8919dcc
  1. 5
      src/views/DeepNineModel.vue

5
src/views/DeepNineModel.vue

@ -316,10 +316,13 @@ const closeNoPermissionDialog = () => {
/* margin-top: 20px; */ /* 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 { .top-icon {
margin-top: -2%; margin-top: -2%;
width: 80%; width: 80%;
} }
.bottom-icon{
gap: 1rem;
}
} }
</style> </style>
Loading…
Cancel
Save