.stepper-example {
padding: 32rpx;
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 64rpx;
background-color: #fff;
}