feat: 评价页面搭建
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="bg box-border w-full h-screen flex pt-[8px] pb-[8px]">
|
||||
<div class="w-[952px] h-full">
|
||||
<div class="bg box-border w-full h-screen flex pt-[8px] pb-[8px] pl-[8px]">
|
||||
<div class="flex-1 h-full">
|
||||
<slot></slot>
|
||||
</div>
|
||||
|
||||
@@ -10,8 +10,7 @@
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
<script setup lang="ts" name="Layout">
|
||||
import TaskList from '@/components/TaskList/index.vue'
|
||||
import Menus from '@/components/Menus/index.vue'
|
||||
</script>
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user