Ver código fonte

代码格式优化

xsx 1 ano atrás
pai
commit
670bc1af4b
1 arquivos alterados com 2 adições e 2 exclusões
  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;
-
 			}
 		}
 	}