Merge branch 'main' of https://git.cityme.com.cn/xiangshan/ggfwjsc
This commit is contained in:
commit
901611527e
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in New Issue