Commit 113fb8d8 by huaying

fix: ui

parent 25c9807c
......@@ -627,7 +627,8 @@ export default {
}else if(res.data.errorCode == '200009'){
this.$alert(res.data.message, '提示', {
confirmButtonText: '知道了',
type: 'warning'
type: 'warning',
customClass: 'addNewGroupClass'
})
} else {
this.$message.warning(res.data.message);
......
......@@ -525,7 +525,8 @@ export default {
}else if(res.errorCode == '200009'){
this.$alert(res.message, '提示', {
confirmButtonText: '知道了',
type: 'warning'
type: 'warning',
customClass: 'addNewGroupClass'
})
}
})
......@@ -966,7 +967,7 @@ export default {
.member-tag .el-tabs__header {
margin-bottom: 0;
}
.el-message-box__status.el-icon-warning {
.addNewGroupClass .el-message-box__status.el-icon-warning {
top: 12px !important;
&::before {
font-size: 21px !important;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment