perf: 内容审核-底部按钮样式统一修改

This commit is contained in:
rd
2025-08-20 11:30:15 +08:00
parent 08c8488b67
commit 65ad58256e
18 changed files with 141 additions and 44 deletions

View File

@ -9,6 +9,7 @@ import { useSharedDataStore } from '@/stores/modules/share-data';
export default {
setup(props, { emit, expose }) {
const historyConversationDrawerRef = ref(null);
const senderRef = ref(null);
const searchValue = ref('');
const sharedDataStore = useSharedDataStore();
@ -42,6 +43,7 @@ export default {
const handleTagClick = (tag: string) => {
searchValue.value = tag;
handleSearch();
senderRef.value?.focus();
};
onMounted(() => {
@ -50,7 +52,8 @@ export default {
searchValue.value = params.keyWord;
sharedDataStore.clearRouteParams();
handleSubmit();
handleSearch();
senderRef.value?.focus();
}
});
@ -66,6 +69,7 @@ export default {
<p class="cts text-center mb-104px">AI 辅助账号托管账号 自动生成爆款内容 定时任务发布</p>
<Sender
v-model:value={searchValue.value}
ref={senderRef}
onSubmit={handleSubmit}
class="h-120px w-full mb-24px"
placeholder="随时告诉我你想做什么,比如查数据、发任务、写内容,我会立刻帮你完成。"