cuiqian2004
2025-03-21 0ecc402885f332b21923bb12183dc072306f2b39
uni_modules/select-cy/components/select-cy/select-cy.vue
@@ -141,7 +141,10 @@
         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 = [];
@@ -232,6 +235,7 @@
         flex: 1;
         width: 0;
         flex-wrap: nowrap;
         .uni-select-multiple-item {
            background: #bbb;
            margin-right: 5rpx;
@@ -265,6 +269,7 @@
         font-size: 14px;
         color: #999;
         flex-wrap: nowrap;
         .uni-disabled {
            position: absolute;
            left: 0;
@@ -385,7 +390,8 @@
            &.active {
               color: #409eff;
               background-color: #f5f7fa &:hover {
               background-color: #f5f7fa;
               &:hover {
                  color: #409eff;
                  background-color: #f5f7fa
               }