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;