diff --git a/Touchkebao/src/pages/pc/ckbox/components/NavCommon/index.module.scss b/Touchkebao/src/pages/pc/ckbox/components/NavCommon/index.module.scss index ffa4d33e..ad3496e9 100644 --- a/Touchkebao/src/pages/pc/ckbox/components/NavCommon/index.module.scss +++ b/Touchkebao/src/pages/pc/ckbox/components/NavCommon/index.module.scss @@ -79,7 +79,6 @@ .userInfo { display: flex; align-items: center; - gap: 16px; padding: 8px 0; .suanli { @@ -447,28 +446,3 @@ color: #52c41a; margin: 2px 0 0 0; } - -// ===== 响应式设计 ===== -@media (max-width: 768px) { - .header { - padding: 0 12px; - - .headerLeft { - .title { - font-size: 16px; - } - } - - .headerRight { - .userInfo { - .username { - display: none; - } - } - } - } - - .drawer { - width: 280px !important; - } -}