AppDesc.vue 257 B

12345678910
  1. <template>
  2. <div style="min-height: 200px; margin-top: 30px; background: rgba(255, 255, 255, 1);">
  3. <div>
  4. <h3>应用A</h3>
  5. <div></div>
  6. <p>主要功能是管理企业的客户关系</p>
  7. <div></div>
  8. </div>
  9. </div>
  10. </template>