소스 검색

Merge remote-tracking branch 'origin/master'

韩帛霖 1 년 전
부모
커밋
bcdfdd62f5
1개의 변경된 파일6개의 추가작업 그리고 5개의 파일을 삭제
  1. 6 5
      ruoyi-ui/src/layout/index.vue

+ 6 - 5
ruoyi-ui/src/layout/index.vue

@@ -169,14 +169,15 @@ export default {
   position: fixed;
   display: block;
   width: 100%;
-  z-index: 9999;
+  z-index: 1000;
   background: #fff;
   border-bottom: 1px solid #6f7af3;
   box-shadow: 0px 0px 2px 0px #222653;
 }
+
 .jianbiase {
-  width: 87.55px;
-  height: 29.25px;
+  width: 100px;
+  height: 37px;
   /* height: 25px; */
   background: linear-gradient(128.13deg, rgba(82, 79, 255, 1) 0%, rgba(255, 74, 74, 1) 100%);
   box-shadow: 0px 4px 16px  rgba(179, 192, 231, 1);
@@ -191,8 +192,8 @@ export default {
 }
 .user-avatar {
   cursor: pointer;
-  width: 40px;
-  height: 40px;
+  width: 50px;
+  height: 50px;
   border-radius: 50px; //是谁的样式来着
   z-index: 2;