| | |
| | | handleRemove(index) { |
| | | var delvalue=[]; |
| | | for(var i in this.changevalue){ |
| | | delvalue.push({attr:this.changevalue[i].attr,Name:this.changevalue[i].Name}); |
| | | delvalue.push({ |
| | | attr: this.changevalue[i].attr, |
| | | Name: this.changevalue[i].Name |
| | | }); |
| | | } |
| | | if (index === null) { |
| | | this.realValue = []; |
| | |
| | | flex: 1; |
| | | width: 0; |
| | | flex-wrap: nowrap; |
| | | |
| | | .uni-select-multiple-item { |
| | | background: #bbb; |
| | | margin-right: 5rpx; |
| | |
| | | font-size: 14px; |
| | | color: #999; |
| | | flex-wrap: nowrap; |
| | | |
| | | .uni-disabled { |
| | | position: absolute; |
| | | left: 0; |
| | |
| | | &.active { |
| | | color: #409eff; |
| | | |
| | | background-color: #f5f7fa &:hover { |
| | | background-color: #f5f7fa; |
| | | &:hover { |
| | | color: #409eff; |
| | | background-color: #f5f7fa |
| | | } |