Parcourir la source

修复小屏幕下 头像变形

https://github.com/ant-design/ant-design-pro/issues/8667
黄威 il y a 4 ans
Parent
commit
7128e9d012
1 fichiers modifiés avec 22 ajouts et 0 suppressions
  1. 22 0
      src/components/RightContent/index.less

+ 22 - 0
src/components/RightContent/index.less

@@ -60,3 +60,25 @@
     }
   }
 }
+
+@media only screen and (max-width: @screen-md) {
+  :global(.ant-divider-vertical) {
+    vertical-align: unset;
+  }
+  .name {
+    display: none;
+  }
+  .right {
+    position: absolute;
+    top: 0;
+    right: 12px;
+    .account {
+      .avatar {
+        margin-right: 3px;
+      }
+    }
+    .search {
+      display: none;
+    }
+  }
+}