This commit is contained in:
shijingjing
2022-06-09 16:42:46 +08:00
parent a4348368e0
commit 0a49f98892
4 changed files with 44 additions and 88 deletions

View File

@@ -1,5 +1,5 @@
<template>
<section class="TaskList">
<section class="taskList">
<ai-list>
<ai-title slot="title" title="任务列表" isShowBack isShowBottomBorder @onBackClick="cancel(true)"/>
<template #content>
@@ -26,7 +26,7 @@
<script>
export default {
name: 'TaskList',
name: 'taskList',
components: {},
props: {
dict: Object,
@@ -124,7 +124,7 @@ export default {
</script>
<style lang="scss" scoped>
.TaskList {
.taskList {
height: 100%;
}
</style>