whao 2 年之前
父节点
当前提交
f5e27f3317
共有 1 个文件被更改,包括 4 次插入1 次删除
  1. 4 1
      src/components/v-fastmenu.vue

+ 4 - 1
src/components/v-fastmenu.vue

@@ -77,6 +77,7 @@
 	.user-tip {
 		width: 100%;
 		display: flex;
+		font-size: .8rem;
 		flex-direction: column;
 
 		.u-tip-1 {
@@ -85,6 +86,7 @@
 
 			img {
 				margin-right: 1rem;
+				border-radius: .3rem;
 			}
 
 			.user-info {
@@ -156,6 +158,7 @@
 	.el-popover{
 		background:#0c1327;
 		border:1px solid #334780; 
-		box-shadow:$shadowListHover
+		box-shadow:$shadowListHover;
+		border-radius: 1rem;
 	}
 </style>