feat(layout): 优化首页布局和样式

- 调整了首页的整体布局结构
- 优化了问卷创建、最新问卷和模板市场的样式
- 添加了背景图片和一些样式细节
- 重构了部分组件以提高复用性
This commit is contained in:
陈昱达
2025-03-18 17:02:31 +08:00
parent dcac0348c5
commit ad1455fd73
17 changed files with 352 additions and 104 deletions

View File

@@ -46,7 +46,7 @@ import { ref } from 'vue';
import RateCharacter from './RateCharacter.vue';
const isPreview = defineModel('isPreview', { default: false, type: Boolean });
/*const props = */ defineProps({
/* const props = */ defineProps({
index: {
type: Number,
default: 0