From a108d0253a2488e27016ca8ba4f312d32b0b63fc Mon Sep 17 00:00:00 2001 From: zyronon Date: Fri, 2 Aug 2019 23:52:33 +0800 Subject: [PATCH] fixbug --- src/pages/home/Me.vue | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/pages/home/Me.vue b/src/pages/home/Me.vue index e800be8..4afcb26 100644 --- a/src/pages/home/Me.vue +++ b/src/pages/home/Me.vue @@ -854,6 +854,8 @@ background: $right-bg-color; ul { + height: 100%; + overflow: auto; padding: 0; .line { @@ -864,11 +866,14 @@ } li { - margin: 40px 20px; + padding:20px; list-style: none; display: flex; align-items: center; + &:active{ + background: #ffffff; + } img { height: 30px; width: 30px;