This commit is contained in:
xvv 2024-08-20 21:36:44 +08:00
parent 8f2acefd86
commit 95f3e785fe
4 changed files with 5 additions and 2 deletions

View File

@ -312,7 +312,8 @@ export default {
})
}
this.reset();
this.$router.replace('/content/content')
this.$router.go(-1);
// this.$router.replace('/content/content')
this.$modal.closeLoading();
}
})

View File

@ -569,6 +569,7 @@ export default {
}
.new-list {
min-height: 650px;
width: 25%;
}

View File

@ -199,7 +199,7 @@ export default {
/* 选中的页码按钮样式 */
::v-deep .el-pagination .el-pager .active {
background-color: #409EFF;
background-color: #005375 !important;
/* 背景颜色 */
color: #fff;
/* 文字颜色 */

View File

@ -205,6 +205,7 @@ export default {
letter-spacing: 1px;
}
.register-code-img {
height: 38px;
}
</style>