Descriptions.vue 160 B

1234567891011
  1. <template>
  2. <view class="descriptions"></view>
  3. </template>
  4. <script></script>
  5. <style lang="scss" scoped>
  6. .descriptions {
  7. background-color: #fff;
  8. }
  9. </style>