feat: 评价页面搭建

This commit is contained in:
duanshuwen
2025-12-02 22:42:15 +08:00
parent 008f262470
commit f0097b84d1
14 changed files with 116 additions and 20 deletions

View File

@@ -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>