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;
|
z-index: 999;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
top: 80px;
|
top: 120px;
|
||||||
left: 600px;
|
left: 600px;
|
||||||
display: flex;
|
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 {
|
.title {
|
||||||
background-image: url(@/assets/images/map/map_title_bg.png);
|
background-image: url(@/assets/images/map/map_title_bg.png);
|
||||||
|
@ -3840,4 +3855,3 @@ onMounted(async () => {
|
||||||
z-index: 9998;
|
z-index: 9998;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue