8.20
This commit is contained in:
parent
8f2acefd86
commit
95f3e785fe
@ -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();
|
||||
}
|
||||
})
|
||||
|
@ -569,6 +569,7 @@ export default {
|
||||
}
|
||||
|
||||
.new-list {
|
||||
min-height: 650px;
|
||||
width: 25%;
|
||||
|
||||
}
|
||||
|
@ -199,7 +199,7 @@ export default {
|
||||
|
||||
/* 选中的页码按钮样式 */
|
||||
::v-deep .el-pagination .el-pager .active {
|
||||
background-color: #409EFF;
|
||||
background-color: #005375 !important;
|
||||
/* 背景颜色 */
|
||||
color: #fff;
|
||||
/* 文字颜色 */
|
||||
|
@ -205,6 +205,7 @@ export default {
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
.register-code-img {
|
||||
|
||||
height: 38px;
|
||||
}
|
||||
</style>
|
||||
|
Loading…
Reference in New Issue
Block a user