| | |
| | | </ul> |
| | | <div class="px-4 pt-6 fixed-wrap"> |
| | | <van-button class="w-full" color="#f7b600" type="primary" round @click="submit">{{ $t('AddPaymentMethod') |
| | | }}</van-button> |
| | | }}</van-button> |
| | | </div> |
| | | </div> |
| | | </template> |
| | |
| | | router.push('add') |
| | | } |
| | | const back = () => { |
| | | router.push('/my/index') |
| | | router.go(-1) |
| | | } |
| | | </script> |
| | | <style lang="scss" scoped> |
| | |
| | | // height: calc(100vh - 170px); |
| | | |
| | | li { |
| | | // background: $border_color; |
| | | background: $inp-b; |
| | | border-bottom: 1px solid $bg_yellow; |
| | | position: relative; |
| | | |
| | | @include themify() { |
| | | background: themed("tab_background"); |
| | | } |
| | | |
| | | .edit-img { |
| | | width: 17px; |
| | | height: 17px; |