Ver Fonte

style: complete medtech frontend visual QA

wangkangyjy há 1 mês atrás
pai
commit
c94f35bebc
1 ficheiros alterados com 26 adições e 0 exclusões
  1. 26 0
      frontend/src/components/MainLayout.vue

+ 26 - 0
frontend/src/components/MainLayout.vue

@@ -268,4 +268,30 @@ function handleLogout() {
 .notify-time { font-size: 11px; color: var(--color-text-muted); margin-top: 2px; }
 .notify-empty { padding: 20px; text-align: center; color: var(--color-text-muted); font-size: 13px; }
 .notify-footer { padding-top: 8px; text-align: center; border-top: 1px solid var(--color-border-soft); margin-top: 4px; }
+
+@media (max-width: 700px) {
+  .clinical-sidebar {
+    display: none;
+  }
+
+  .clinical-topbar {
+    padding: 0 12px;
+  }
+
+  .topbar-left {
+    min-width: 0;
+  }
+
+  .topbar-right {
+    gap: 6px;
+  }
+
+  .user-info {
+    display: none;
+  }
+
+  .clinical-main {
+    padding: 14px;
+  }
+}
 </style>