comments.vue 192 B

123456789101112
  1. <template>
  2. <div class="a-page">a</div>
  3. </template>
  4. <style lang="less" scoped>
  5. .a-page {
  6. //margin-left: 0;
  7. //width: 100vw;
  8. background-color: #f8f9fb;
  9. //margin-top: 350px;
  10. }
  11. </style>