king
2021-12-18 b223552a0c4bc787ad251add025a93d77527ffbe
src/menu/components/share/actioncomponent/index.scss
@@ -30,6 +30,25 @@
        font-weight: inherit;
      }
    }
    .swiper {
      margin-left: 10px;
      color: #ffffff;
    }
    .swiper-primary {
      background-color: #1677ff;
    }
    .swiper-danger {
      background-color: #ff3141;
    }
    .swiper-warning {
      background-color: #ff8f1f;
    }
    .swiper-success {
      background-color: #00b578;
    }
    .swiper-light {
      background-color: #cccccc;
    }
  }
}