Browse Source

角色样式

h5_css
yanyan 3 years ago
parent
commit
2914c29d1b
  1. 3
      subpkg/role/role.vue

3
subpkg/role/role.vue

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

Loading…
Cancel
Save