gaoluyang
5 天以前 288ad5be2d5149897da92a7bdfdcf8a688b889ef
src/layout/components/Sidebar/Logo.vue
@@ -84,12 +84,14 @@
  width: 100% !important;
  height: 56px !important;
  line-height: 56px;
  background: rgba(255, 255, 255, 0.78);
  background: var(--menu-surface);
  border: 1px solid var(--surface-border);
  border-radius: 0 22px 22px 0;
  border-radius: var(--radius-lg);
  text-align: center;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  backdrop-filter: blur(20px);
  transition: all 0.3s ease;
  .sidebar-logo-link {
    height: 100%;