From b43d04ef7295105e78feb5980de619f58a9803a6 Mon Sep 17 00:00:00 2001
From: riku <risaku@163.com>
Date: 星期二, 06 九月 2022 17:49:06 +0800
Subject: [PATCH] 2022.9.6  代码结构整理

---
 pages/mine/mine.wxss |    7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diff --git a/pages/mine/mine.wxss b/pages/mine/mine.wxss
index 9eb74bb..623d764 100644
--- a/pages/mine/mine.wxss
+++ b/pages/mine/mine.wxss
@@ -11,6 +11,7 @@
 }
 
 .flex-v {
+  flex: 1;
   justify-content: space-between;
   margin-left: 20px;
 }
@@ -29,7 +30,7 @@
 }
 
 .user-name {
-  white-space: nowrap;
+  /* white-space: nowrap; */
   font-size: 16px;
   font-weight: 600;
 }
@@ -37,4 +38,8 @@
 .user-tag {
   font-size: 12px;
   color: var(--fyui-text-color_2);
+}
+
+.title:active {
+  background-color: var(--fyui-BG-COLOR-ACTIVE);
 }
\ No newline at end of file

--
Gitblit v1.9.3