From e8201ba08ca9e4975ec8f66b0c2c52c4f3c12400 Mon Sep 17 00:00:00 2001
From: Dragon <>
Date: Sat, 16 Mar 2024 20:26:13 +0800
Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E7=BD=AE=E5=AF=86=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/login/components/Forget.vue | 32 ++++++-------------
src/views/login/components/Login.vue | 2 +-
src/views/message/content/List.vue | 46 +++++++++++++++++++++------
3 files changed, 47 insertions(+), 33 deletions(-)
diff --git a/src/views/login/components/Forget.vue b/src/views/login/components/Forget.vue
index c89c744..8da8fd5 100644
--- a/src/views/login/components/Forget.vue
+++ b/src/views/login/components/Forget.vue
@@ -1,17 +1,8 @@
@@ -129,6 +131,10 @@ function goDetail(item) {
查看
+
+
+ 查看更多
![]()
+
@@ -143,6 +149,7 @@ function goDetail(item) {
background: #FFF;
border-radius: 3px;
height: calc(100vh - 88px);
+ position: relative;
.header{
padding: 24px;
@@ -235,6 +242,27 @@ function goDetail(item) {
margin-left: 24px;
flex: 1;
+ .more{
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ font-size: 14px;
+ font-family: PingFang SC, PingFang SC-Regular;
+ text-align: left;
+ color: #666666;
+ position: absolute;
+ bottom: 40px;
+ left: 50%;
+ background: #fff;
+ cursor: pointer;
+
+ .icon-more{
+ width: 14px;
+ height: 14px;
+ margin-left: 6px;
+ }
+ }
+
.item{
display: flex;
align-items: center;