This commit is contained in:
姚宇浩 2024-08-20 14:33:02 +08:00
commit 901611527e
2 changed files with 16 additions and 2 deletions

BIN
dist.zip

Binary file not shown.

View File

@ -3633,9 +3633,24 @@ onMounted(async () => {
z-index: 999;
position: absolute;
color: #ffffff;
top: 80px;
top: 120px;
left: 600px;
display: flex;
cursor: pointer;
.btnopen {
background-color: skyblue;
padding: 5px 10px;
border-radius: 3px 0 0 3px;
}
.btnsave {
background-color: skyblue;
padding: 5px 10px;
}
.btnclose {
background-color: skyblue;
padding: 5px 10px;
border-radius: 0 3px 3px 0;
}
}
.title {
background-image: url(@/assets/images/map/map_title_bg.png);
@ -3840,4 +3855,3 @@ onMounted(async () => {
z-index: 9998;
}
</style>