feat: 新增题目操作功能

- 添加 OptionAction 和 QuestionAction 组件
- 在 BaseSelect 组件中集成新功能
- 更新 ChooseQuestion 组件,添加单选题添加选项功能
-调整样式,增加空间间隔和对齐方式
This commit is contained in:
陈昱达
2025-03-03 18:06:00 +08:00
parent f4013324f5
commit 7aa18252b5
6 changed files with 116 additions and 9 deletions

3
components.d.ts vendored
View File

@@ -2,7 +2,7 @@
// @ts-nocheck
// Generated by unplugin-vue-components
// Read more: https://github.com/vuejs/core/pull/3399
export {};
export {}
/* prettier-ignore */
declare module 'vue' {
@@ -11,6 +11,7 @@ declare module 'vue' {
ElContainer: typeof import('element-plus/es')['ElContainer']
ElHeader: typeof import('element-plus/es')['ElHeader']
ElMain: typeof import('element-plus/es')['ElMain']
Index: typeof import('./src/components/VanCellModel/Index.vue')['default']
RouterLink: typeof import('vue-router')['RouterLink']
RouterView: typeof import('vue-router')['RouterView']
Van: typeof import('vant/es')['default']