index.vue 655 B

123456789101112
  1. <template>
  2. <div class="jbd-sys-title">
  3. <!--<span class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">金通实验室认证认可LIMS系统V2.0</span>-->
  4. <span class="jbd-sys-title-cont-center" style="margin-left: 40px;float: left;">深圳市罗湖医院集团细胞质量检测实验室LIMS系统</span>
  5. <span style="float: right; " class="jbd-sys-title-contact">
  6. </br>
  7. 深圳市金源信通科技有限公司开发 <i style="margin-left: 10px;" class="el-icon-phone"/> 0755-2642-4403
  8. <i style="margin-left: 20px;" class="el-icon-phone"/> 1360 2583 429
  9. </span>
  10. </div>
  11. </template>