1.初始化项目
This commit is contained in:
2023-11-21 14:31:55 +08:00
commit e54c697d7a
23 changed files with 1179 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
<template>
<div>
<public-title title="基层医疗点远程会诊"/>
<div class="inner">
</div>
</div>
</template>
<script setup lang="ts">
import PublicTitle from "../publicTitle.vue";
</script>
<style scoped lang="less">
.inner {
height: calc(100% - 40px);
}
</style>