修改标签颜色---第三次提交
This commit is contained in:
@ -21,7 +21,7 @@ const user = {
|
|||||||
},
|
},
|
||||||
SET_USER_ID: (state, userId) => {
|
SET_USER_ID: (state, userId) => {
|
||||||
state.userId = userId;
|
state.userId = userId;
|
||||||
localStorage.setItem('userId', userId);
|
localStorage.setItem('admin-userId', userId);
|
||||||
},
|
},
|
||||||
SET_AVATAR: (state, avatar) => {
|
SET_AVATAR: (state, avatar) => {
|
||||||
state.avatar = avatar;
|
state.avatar = avatar;
|
||||||
|
@ -521,3 +521,26 @@ export default {
|
|||||||
},
|
},
|
||||||
};
|
};
|
||||||
</script>
|
</script>
|
||||||
|
<style lang="scss" scoped>
|
||||||
|
.el-dialog{
|
||||||
|
.el-form{
|
||||||
|
.el-select{
|
||||||
|
/deep/.el-tag.el-tag--info{
|
||||||
|
background-color: #ecf5ff;
|
||||||
|
border-color: #d9ecff;
|
||||||
|
color: #409eff;
|
||||||
|
}
|
||||||
|
/deep/.el-tag__close.el-icon-close{
|
||||||
|
background-color: unset;
|
||||||
|
}
|
||||||
|
/deep/.el-tag .el-tag__close{
|
||||||
|
color: #409eff;
|
||||||
|
}
|
||||||
|
/deep/.el-tag.el-tag--info .el-tag__close:hover{
|
||||||
|
color: #fff;
|
||||||
|
background-color: #409eff;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
Reference in New Issue
Block a user