refactor(survey): 优化问卷预览页面样式和布局

- 调整了 Choice、Completion 和 FileUpload 组件的样式- 优化了预览页面的滚动和固定元素布局
- 添加了底部支持信息的固定显示- 统一了样式和间距,提高了页面的视觉效果和用户体验
This commit is contained in:
陈昱达
2025-03-23 16:20:19 +08:00
parent 74deac6195
commit 5ae09ce20e
5 changed files with 44 additions and 31 deletions

View File

@@ -70,8 +70,8 @@ const emitValue = () => {
.cont {
.other_input {
width: 100%;
min-height: 40px;
margin-top: 12px;
height: 89px;
margin-top: 10px;
margin-bottom: 10px;
padding: 12px;
border: 1px solid #f4f4f4;