|
|
|
@ -98,6 +98,7 @@ |
|
|
|
this.$set(item, 'choose', 'false') |
|
|
|
this.roleId = '' |
|
|
|
} else if(item.choose === "false"){ |
|
|
|
this.roleList.forEach(item=>{this.$set(item, 'choose', 'false')}) |
|
|
|
this.$set(item, 'choose', 'true') |
|
|
|
this.roleId = item.guid |
|
|
|
} |
|
|
|
@ -305,7 +306,7 @@ |
|
|
|
letter-spacing: 2px; |
|
|
|
} |
|
|
|
.change_color{ |
|
|
|
background:rgba(0, 153, 255, 1.0); |
|
|
|
background:rgba(138, 162, 254, 1.0); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|