style(NavCommon): 移除响应式设计和用户信息间隔样式
移除不再需要的移动端响应式设计代码和用户信息组件中的
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user