This commit is contained in:
tianlong 2023-04-24 17:08:25 +08:00
parent 4db5df3fae
commit 8fdd30ab94
2 changed files with 791 additions and 377 deletions

File diff suppressed because it is too large Load Diff

View File

@ -137,6 +137,7 @@
</div> </div>
<div class="cancel" @click="hiddenOverlayChart">X</div> <div class="cancel" @click="hiddenOverlayChart">X</div>
</div> </div>
<el-button class="back_button">111111</el-button>
</div> </div>
</template> </template>
@ -1993,9 +1994,10 @@ $height: calc(100vh - 100px);
display: flex; display: flex;
flex-direction: column; flex-direction: column;
max-width: calc(100% - 7px); max-width: calc(100% - 7px);
align-items: center;
.typesofDiv { .typesofDiv {
width: 100%; width: 375px;
height: 397px; height: 397px;
background: url('@/assets/images/bj1_00000_iSpt.png'); background: url('@/assets/images/bj1_00000_iSpt.png');
background-repeat: no-repeat; background-repeat: no-repeat;
@ -2230,6 +2232,9 @@ $height: calc(100vh - 100px);
cursor: pointer; cursor: pointer;
} }
} }
.back_button{
position: absolute;
}
</style> </style>
<style lang="scss"> <style lang="scss">