@import '../style/var.less';
.custom-button {
  position: relative;
  > button {
    width: 100%;
  }
}
.workflow--more-btn {
  position: absolute;
  right: 0;
  bottom: @footerHeight;
  width: 25vw;
  border-radius: 0;
  border: 1px solid transparent;
  &::after {
    border-color: @borderColor;
  }
  // 样式调整
  > button.van-button--normal {
    border-radius: 0;
    width: 100%;
    height: 48px;
    background-color: #fff;
  }
}