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

This commit is contained in:
Huangzhe
2025-05-26 17:15:18 +08:00

View File

@@ -40,7 +40,7 @@
<div v-else>
<!-- <empty-container img-src=" ">-->
<!-- <template #description>-->
<div class="empty-text">当前题型不在移动端中展示请前往PC端进行查看</div>
<div class="empty-text">当前题目结果请至PC端查看更多题型兼容敬请期待</div>
<!-- </template>-->
<!-- </empty-container>-->
</div>
@@ -107,7 +107,7 @@ const getTableHeadProps = (values: any[], option: any[]): TablePropsType[] => {
.empty-text {
font-size: 11px;
color: #d6d6d6;
color: #919191;
padding: 20px 10px;
text-align: center;
}