applications/drone-command/src/views/dataCockpit/components/CenterContainer.vue
@@ -153,15 +153,30 @@ .left-box, .right-box { position: relative; padding: 17px 20px; display: flex; align-items: center; height: 100px; background: #05050F; background: rgba(0,0,0,0.3); box-sizing: border-box; border-radius: 16px 16px 16px 16px; pointer-events: auto; &::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: -1; background: rgba(17, 23, 34, 0.56); backdrop-filter: blur(2px); border-radius: 16px 16px 16px 16px; } .logo { img { width: 40px;