feat(layout): 优化首页布局和样式
- 调整了首页的整体布局结构 - 优化了问卷创建、最新问卷和模板市场的样式 - 添加了背景图片和一些样式细节 - 重构了部分组件以提高复用性
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user