feat: 新增选项操作功能并优化问卷设计页面

- 新增 OptionAction 组件用于选项操作
- 更新 BaseSelect 组件,集成 OptionAction 功能
- 优化 Paging 组件样式
- 调整 Design 页面布局和样式
This commit is contained in:
陈昱达
2025-03-04 18:46:26 +08:00
parent d5d189c916
commit 520242ec51
9 changed files with 87 additions and 66 deletions

View File

@@ -11,13 +11,11 @@
</div>
</template>
<script setup lang="ts">
</script>
<script setup lang="ts"></script>
<style scoped>
.market {
&> :first-child {
& > :first-child {
display: flex;
align-items: end;
justify-content: space-between;
@@ -45,4 +43,4 @@
}
}
}
</style>
</style>