index.less 239 B

1234567891011121314
  1. .button-view {
  2. margin: 20px;
  3. border-radius: 10px;
  4. display: flex;
  5. flex-direction: row;
  6. justify-content: space-between;
  7. align-content: center;
  8. align-items: center;
  9. van-button {
  10. margin-bottom: 10px;
  11. width: 100%;
  12. }
  13. }