feat: auto login when register successfully

This commit is contained in:
RockYang
2023-10-13 16:27:40 +08:00
parent 95615a5501
commit ead8dbbaa5
7 changed files with 40 additions and 15 deletions

View File

@@ -41,10 +41,13 @@
.page-images-wall .inner .waterfall .list-item .prompt {
display: none;
position: absolute;
width: 180px;
bottom: 0;
left: 0;
color: #fff;
padding: 10px 10px 20px 10px;
line-height: 1.2;
border-top-right-radius: 10px;
background-color: rgba(10,10,10,0.7);
}
.page-images-wall .inner .waterfall .list-item .prompt .el-icon {

View File

@@ -60,10 +60,13 @@
.prompt {
display none
position absolute
width 180px
bottom 0
left 0
color #ffffff
padding 10px 10px 20px 10px
line-height 1.2
border-top-right-radius 10px
background-color rgba(10, 10, 10, 0.7)
.el-icon {