2023-04-03 20:49:23 +08:00
|
|
|
<template>
|
|
|
|
<a-card class="rowGutter">
|
|
|
|
<template #title><span style="font-size: 24px;font-weight: bold;">任课教程</span><span style="margin-left: 10px;"><a href="javascript:void(0);">修改课程提醒</a></span></template>
|
|
|
|
<!-- <template #extra></template> -->
|
2023-04-06 00:45:01 +08:00
|
|
|
<div></div>
|
2023-04-03 20:49:23 +08:00
|
|
|
</a-card>
|
|
|
|
</template>
|
|
|
|
<script setup lang="ts">
|
|
|
|
|
|
|
|
</script>
|
|
|
|
<style lang="less" scoped>
|
|
|
|
|
|
|
|
</style>
|