Parcourir la source

代码格式优化

xsx il y a 1 an
Parent
commit
670bc1af4b
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      im-web/src/components/common/RightMenu.vue

+ 2 - 2
im-web/src/components/common/RightMenu.vue

@@ -63,11 +63,11 @@
 			.el-menu-item {
 				height: 40px;
 				line-height: 40px;
+				border-bottom: 1px solid #d0d0d0;
+
 				span {
 					font-weight: 600;
 				}
-				border-bottom: 1px solid #d0d0d0;
-
 			}
 		}
 	}