feat: 矩阵问卷可以左右滑动

- 矩阵多选、矩阵填空现在可以左右滚动
This commit is contained in:
Huangzhe
2025-03-19 17:51:36 +08:00
parent 1356c5e72c
commit aa1e26cc0b
5 changed files with 83 additions and 117 deletions

View File

@@ -74,7 +74,7 @@ const emitValue = () => {
v-model:element="question"
v-model:rows="rows"
v-model:cols="cols"
:isPreview="isPreview"
:is-preview="isPreview"
style="overflow: scroll; width: 88vw"
/>
</template>