@use '../config' as *;

.fat-a-select--color {
  color: var(--fat-a-select-color);

  &.fat-a-select--color-dot {
    color: inherit;

    &::before {
      $size: 8px;
      content: '';

      display: inline-block;
      width: $size;
      height: $size;
      border-radius: $size;
      background-color: var(--fat-a-select-color);
      margin-right: 5px;
    }
  }
}

.a-select,
.a-tree-select,
.a-multi-select {
  .#{$el-ns}-select {
    width: 100%;

    // 加载状态修复
    .#{$el-ns}-loading-mask {
      opacity: 0.3;

      .circular {
        width: 20px;
      }
    }
  }
}
