@@ -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>