feat:打分题配置

This commit is contained in:
du.meimei
2025-03-06 17:46:20 +08:00
parent 3a6b5b8699
commit ec99b9d383
21 changed files with 389 additions and 139 deletions

View File

@@ -1,11 +1,10 @@
<script setup lang="ts">
import { surveys } from './Hooks/useRequestHooks';
</script>
<template>
<van-cell style="position: relative;z-index: 1">
<div style="text-align: left;">新建问卷</div>
<van-cell style="position: relative; z-index: 1">
<div style="text-align: left">新建问卷</div>
<van-row>
<van-col v-for="survey in surveys" :key="survey.title" span="6" class="survey">
<img width="45px" :src="survey.icon" alt=" " />
@@ -31,4 +30,4 @@ import { surveys } from './Hooks/useRequestHooks';
font-size: 10px;
}
}
</style>
</style>