联调中心,根据类型,上传logo调取不同接口,优化了其他代码

This commit is contained in:
fengerli
2025-10-07 10:57:49 +08:00
parent 462656880c
commit 4a4902ab72
10 changed files with 88 additions and 49 deletions

View File

@ -259,7 +259,7 @@ const historyjectory = (row: any) => {
<style lang="scss" scoped>
.p-2{
background: rgba(247, 248, 252, 1);
min-height: 100vh;
height: calc(100vh - 8vh);
box-sizing: border-box;
padding: 15px;
}
@ -307,7 +307,7 @@ const historyjectory = (row: any) => {
}
.Maplist {
height: 680px;
height: calc(100vh - 24vh);
overflow: auto;
}
</style>