init
1.初始化项目
This commit is contained in:
@@ -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>
|
||||
Reference in New Issue
Block a user