diff --git a/src/views/DeepNineModel.vue b/src/views/DeepNineModel.vue
index 7860674..79e44b8 100644
--- a/src/views/DeepNineModel.vue
+++ b/src/views/DeepNineModel.vue
@@ -97,8 +97,8 @@ const closeNoPermissionDialog = () => {

@@ -144,7 +144,7 @@ const closeNoPermissionDialog = () => {
/* 顶部标题图 */
.top-icon {
- width: 10%;
+ width: 100%;
max-width: 500px;
height: auto;
/* margin-top: 20px; */
@@ -290,7 +290,7 @@ const closeNoPermissionDialog = () => {
.top-icon {
/* margin-top: 15%; */
- width: 30%;
+ width: 100%;
position: absolute;
top: 13vh;
}
diff --git a/src/views/Selectmodel.vue b/src/views/Selectmodel.vue
index a38b612..8d31857 100644
--- a/src/views/Selectmodel.vue
+++ b/src/views/Selectmodel.vue
@@ -273,6 +273,7 @@ const goToDeepNineModel = () => {
position: relative;
z-index: 2;
margin-top: -30px;
+ top: -3rem;
}
.btn-item {
@@ -424,6 +425,7 @@ const goToDeepNineModel = () => {
.connection-lines {
width: 80vw;
height: 80px;
+ margin-top: -40px;
}
.connection-line {
@@ -431,7 +433,7 @@ const goToDeepNineModel = () => {
}
.first-row {
- gap: 10vw;
+ gap: 20vw;
margin-bottom: 0;
}