Merge remote-tracking branch 'origin/master'

main
liu.shiyi
commit 5999aae0f1

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

Loading…
Cancel
Save