src/views/home/index.vue
@@ -152,7 +152,7 @@ </el-row> <div class="fixed-div" v-show="patientsInfo.patientName"> <el-avatar :size="80" :src="patientsInfo.patientAvatarIcon" /> <div @click="state.isTable = false">{{ patientsInfo.patientName }}</div> <div>{{ patientsInfo.patientName }}</div> </div> </div> </template> @@ -337,8 +337,6 @@ </script> <style lang="scss"> $homeNavLengh: 8; .home-container { overflow: hidden; @@ -407,8 +405,4 @@ } } .parent { display: grid; grid-template-columns: minmax(150px, 20%) 1fr; } </style>