13 lines
380 B
Vue
13 lines
380 B
Vue
|
<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> -->
|
||
|
xxxx
|
||
|
</a-card>
|
||
|
</template>
|
||
|
<script setup lang="ts">
|
||
|
|
||
|
</script>
|
||
|
<style lang="less" scoped>
|
||
|
|
||
|
</style>
|