This commit is contained in:
熊成强 2020-11-20 17:51:40 +08:00
parent 75838af011
commit 7d0a8c53de
2 changed files with 2 additions and 2 deletions

View File

@ -249,7 +249,7 @@ export default {
message: res.msg, message: res.msg,
type: 'success' type: 'success'
}) })
history.go(0) // history.go(0)
}).catch(() => { }).catch(() => {
this.$message({ this.$message({
type: 'info', type: 'info',

View File

@ -117,7 +117,7 @@ export default {
width: 100%; width: 100%;
justify-content: space-between; justify-content: space-between;
align-items: flex-start; align-items: flex-start;
overflow: hidden;
&-left{ &-left{
flex: 1; flex: 1;
padding: 0 30px 0 0; padding: 0 30px 0 0;