refactor(多个组件): 优化多个组件的样式和功能

- 修改 QuestionBefore 组件中 is_option_group 的默认值为 0- 调整 RateCharacter组件中 rate_item 的样式
- 优化 LastSurvey 组件中 survey_remark 的样式,添加文本溢出处理
- 更新 Survey Index组件中的问卷描述显示方式,支持 HTML 内容
- 统一 fetchSurveys 等异步函数的格式
This commit is contained in:
陈昱达
2025-03-21 11:18:56 +08:00
parent d37e6924e3
commit 72a0d58eb3
4 changed files with 34 additions and 16 deletions

View File

@@ -105,11 +105,12 @@ ul {
}
.rate_item {
padding: 5px 10px;
//padding: 1px 3px;
min-width: 20px;
//width: 20px;
//height: 20px;
//margin: 0 5px 0 0;
margin: 0 5px 0 0;
border: 1px solid #979797;
border-radius: 5px;