demo4.vue 231 B

123456789101112
  1. <template>
  2. <m-badge is-dot class="item">数据查询</m-badge>
  3. <m-badge is-dot class="item">
  4. <m-button size="small" type="primary">回复</m-button>
  5. </m-badge>
  6. </template>
  7. <style>
  8. .item {
  9. margin-right: 40px;
  10. }
  11. </style>