.@{input-prefix-cls} { 
  &-size-default{
    line-height: 18px;
  }

  &-group{
    .arco-input-group-addbefore{
      border-right: 0;
    }
    .arco-input-group-addafter{
      border-left: 0;
    }

    & > :last-child,
    & > :first-child,
    & > .arco-input-inner-wrapper{
      border-radius: 4px;
    }
  }
  &-group-addbefore .arco-select .arco-select-view,
  &-group-addafter .arco-select .arco-select-view{
    border-color: var(--color-border-1);
    background-color: var(--color-fill-4);
  }

  // 解决缩放125对齐问题
  &-group-addbefore{
    .arco-select-size-default.arco-select.arco-select-single{
      .arco-select-view{
        height: 32px;
      }
    }
  }
  &-group-addafter{
    .arco-select-size-default.arco-select.arco-select-single{
      .arco-select-view{
        height: 32px;
      }
    }
  }
  &-group.arco-input-group-compact{
    display: inline-flex;
    & > :first-child{
      border-top-right-radius: 0;
      border-bottom-right-radius: 0;
    }
  }
}
.@{textarea-prefix-cls} { 

}
