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