123456789101112131415161718 |
- <template lang="pug">
- .purchase-step
- </template>
- <script>
- export default {
- }
- </script>
- <style lang="sass">
- @import '../../assets/variables'
- .purchase-step
- width: 100%
- height: calc(100% - 50px)
- padding-bottom: 50px
- display: flex
- </style>
|