Merge branch 'feature/feature-20250331-h5' of https://e.coding.yili.com/yldc/ylst/ylst-survey-h5 into feature/feature-20250331-h5

This commit is contained in:
Huangzhe
2025-03-16 15:33:37 +08:00
83 changed files with 3615 additions and 7429 deletions

View File

@@ -23,6 +23,7 @@
<p>{{ element.config.prompt_center }}</p>
<p>{{ element.config.prompt_right }}</p>
</div>
<RateCharacter v-model="answerValue" :config="element.config"></RateCharacter>
</div>
</div>
</template>
@@ -100,6 +101,6 @@ const chooseOption = (item) => {
.tips {
display: flex;
justify-content: space-between;
color: #bfbfbf;
color: #b8b8b8;
}
</style>