feat: 预览样式更改

- 订正预览样式内容
- 分页逻辑变更
- style lint
This commit is contained in:
Huangzhe
2025-03-17 15:57:39 +08:00
parent 80fe686c8e
commit ebc1bf5c34
14 changed files with 243 additions and 551 deletions

View File

@@ -7,7 +7,7 @@ export const useQuestionStore = defineStore('questionStore', () => {
// styleInfo 主题样式
const styleInfo = computed(() => questionsData.value?.survey?.style || {});
// 当前页数
const page = ref(0);
const page = ref(1);
// 分页
const pages = computed(() => questionsData.value?.answer?.pages || []);
// 加载