Browse Source

feat: 样式优化

feature-v1.0.0
邱伟洋 1 month ago
parent
commit
d071ed5c0a
  1. 5
      src/views/Main/Map/components/Legend.vue

5
src/views/Main/Map/components/Legend.vue

@ -79,7 +79,8 @@ onMounted(() => {
padding: 12px 0 12px 12px;
overflow-y: auto;
border-radius: 4px;
background-color: #fff;
background: rgba(255, 255, 255, 0.8);
backdrop-filter: blur(10px);
overflow: hidden;
}
.legend-comp {
@ -98,7 +99,7 @@ onMounted(() => {
.icon {
width: 20px;
height: 20px;
margin-right: 4px;
margin-right: 10px;
}
}
</style>

Loading…
Cancel
Save