Browse Source

Merge branch 'milestone-20250924-接入大财神工作流' into dev

dev
宋杰 1 month ago
parent
commit
3cdc74faf5
  1. 5
      src/views/DeepNineModel.vue
  2. 5
      src/views/homePage.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>

5
src/views/homePage.vue

@ -2676,7 +2676,7 @@ body {
display: flex; display: flex;
width: 100%; width: 100%;
margin-bottom: 30px; margin-bottom: 30px;
flex-wrap: wrap;
justify-content: center;
gap: 20px; gap: 20px;
} }
@ -2753,7 +2753,7 @@ body {
.changeLevelItems { .changeLevelItems {
display: flex; display: flex;
background-color: #f8f8f8; background-color: #f8f8f8;
width: 20%;
width: calc(20% - 12px);
min-width: 70px; min-width: 70px;
max-width: 150px; max-width: 150px;
justify-content: center; justify-content: center;
@ -2816,6 +2816,7 @@ body {
padding: 10px; padding: 10px;
border-radius: 5px; border-radius: 5px;
cursor: pointer; cursor: pointer;
margin: 0 auto;
} }
.changeBtn:hover { .changeBtn:hover {

Loading…
Cancel
Save