|
|
@@ -1,14 +1,8 @@
|
|
|
<template>
|
|
|
<div>
|
|
|
<div class="top-nav flex-vertical-between">
|
|
|
- <div class="title flex-center" v-if="innerWidth>768">
|
|
|
- <img src="../assets/logo-new.jpg" alt />
|
|
|
- 萧山区中医智能辅助诊疗系统
|
|
|
- </div>
|
|
|
- <div class="title flex-center" v-else>
|
|
|
- <img src="../assets/logo-new.jpg" alt />
|
|
|
- 萧山区中医智能
|
|
|
- <br />辅助诊疗系统
|
|
|
+ <div class="title flex-center">
|
|
|
+ 中医智能辅助诊疗系统
|
|
|
</div>
|
|
|
<!-- <el-menu :default-active="active" class="el-menu-demo" mode="horizontal" @select="handleSelect"
|
|
|
background-color="#5386F6" text-color="#fff" active-text-color="#fff" active-background-color="#fff">
|