@import '../../style/var.less';
.workflow--popup-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  // 样式调整
  button.van-button {
    height: @footerHeight;
    padding: 0 @padding;
    flex: 1;
    border-radius: 0;
    &.van-hairline--left::after {
      border-color: #fff !important;
    }
  }
}