refactor(Survey): 优化移动端题目查看提示样式

- 更新提示文字内容,增加对更多题型兼容的期待
- 调整文字颜色为深灰色,提高可读性
This commit is contained in:
陈昱达
2025-05-26 16:04:16 +08:00
parent b938f48c50
commit e392629356

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;
}