@import "../styles/common";


.w-btn-list{
  .flex_parent();
  .ant-btn:not(:first-child){
    margin-left: 10px;
  }
}
