Browse Source

首页选择模型时的样式修改;深度九前置页面样式修改。

milestone-20250924-接入大财神工作流
宋杰 6 days ago
parent
commit
9c711b6652
  1. 8
      src/views/DeepNineModel.vue
  2. 4
      src/views/Selectmodel.vue

8
src/views/DeepNineModel.vue

@ -97,8 +97,8 @@ const closeNoPermissionDialog = () => {
<div v-if="false"></div>
<!-- 顶部图标 -->
<img class="top-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/35bf808538183be0062e4647570a9abd.png" alt="顶部图标" />
<img class="top-title" src="https://d31zlh4on95l9h.cloudfront.net/images/9441f6f0979c2775d0bd916516aa0cc3.png" alt="顶部标题" />
<img class="top-icon" src="https://d31zlh4on95l9h.cloudfront.net/images/b983f29ec261d76d1e7cf5ee33612a7e.png" alt="顶部图标" />
<!-- <img class="top-title" src="https://d31zlh4on95l9h.cloudfront.net/images/9441f6f0979c2775d0bd916516aa0cc3.png" alt="顶部标题" /> -->
<!-- 副标题 -->
<div class="bottom-icon">
<img class="sub-title" src="https://d31zlh4on95l9h.cloudfront.net/images/882069c172b9289b66fa129ddd6b7080.png" alt="构建场景化交易" />
@ -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;
}

4
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;
}

Loading…
Cancel
Save