Commit df71ac48 authored by nick zheng's avatar nick zheng

chore: 修改应用预览追问样式

parent 9570cd36
...@@ -18,7 +18,7 @@ function handleSelectContinueQuestion(continueQuestion: string) { ...@@ -18,7 +18,7 @@ function handleSelectContinueQuestion(continueQuestion: string) {
<template> <template>
<div class="pl-10 text-xs"> <div class="pl-10 text-xs">
<p class="mb-3 text-[#84868c]">你可以继续提问</p> <p class="mb-3 mt-5 text-[#84868c]">你可以继续提问</p>
<div v-if="continuousQuestionList.length === 0" class="mt-4 px-4"> <div v-if="continuousQuestionList.length === 0" class="mt-4 px-4">
<CustomLoading /> <CustomLoading />
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment