推拿小程序前端代码仓库
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
390 B

  1. <template>
  2. <view class="page">
  3. <navbar title="核销明细" leftClick @leftClick="$utils.navigateBack" color="#fff" />
  4. <!-- todo -->
  5. </view>
  6. </template>
  7. <script>
  8. export default {
  9. data() {
  10. return {
  11. }
  12. }
  13. }
  14. </script>
  15. <style scoped lang="scss">
  16. .page {
  17. /deep/ .nav-bar__view {
  18. background-image: linear-gradient(#84A73F, #D8FF8F);
  19. }
  20. }
  21. </style>