refactor(survey): 优化问卷预览页面样式和布局
- 调整了 Choice、Completion 和 FileUpload 组件的样式- 优化了预览页面的滚动和固定元素布局 - 添加了底部支持信息的固定显示- 统一了样式和间距,提高了页面的视觉效果和用户体验
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user