fix: 小地图样式修改

main
zhu.yawen 1 year ago
parent 380cad065b
commit 857ef88eca

@ -609,7 +609,6 @@ export default {
position: absolute ;
bottom: 20px;
right: 20px;
border: 1px solid #f6f7fb;
z-index:1000;
}
.minimap .mapHeader{
@ -618,11 +617,11 @@ export default {
padding: 0 10px;
display: flex;
justify-content: space-between;
height: 20px;
align-items: center;
height: 30px;
width: 150px;
font-size: 12px;
border-bottom: 1px solid #fff;
color: #ffffff;
color: var(--bs-el-title);
cursor: pointer;
span {
user-select: none;

Loading…
Cancel
Save