Commit 18a5526f authored by nick zheng's avatar nick zheng

chore: 调整应用预览样式

parent e901f67d
...@@ -19,11 +19,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) { ...@@ -19,11 +19,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<template> <template>
<div class="flex w-full flex-1 flex-col overflow-auto px-5"> <div class="flex w-full flex-1 flex-col overflow-auto px-5">
<div class="mb-5 flex w-full justify-center pt-[50px]"> <div class="mb-5 flex w-full justify-center pt-[50px]">
<img <img v-if="personalAppConfigStore.baseInfo.agentAvatar" :src="agentAvatar" class="h-[72px] w-[72px] rounded-xl" />
v-if="personalAppConfigStore.baseInfo.agentAvatar"
:src="agentAvatar"
class="h-[72px] w-[72px] rounded-xl border"
/>
<div v-else class="h-[72px] w-[72px] rounded-xl border" /> <div v-else class="h-[72px] w-[72px] rounded-xl border" />
</div> </div>
......
...@@ -28,7 +28,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) { ...@@ -28,7 +28,7 @@ function handleSelectFeaturedQuestion(featuredQuestion: string) {
<template> <template>
<div class="flex w-full flex-1 flex-col px-5"> <div class="flex w-full flex-1 flex-col px-5">
<div class="mb-5 mt-[60px] flex w-full justify-center sm:pt-[120px]"> <div class="mb-5 mt-[60px] flex w-full justify-center sm:pt-[120px]">
<img :src="agentAvatar" class="h-[72px] w-[72px] rounded-xl border" /> <img :src="agentAvatar" class="h-[72px] w-[72px] rounded-xl" />
</div> </div>
<div class="flex flex-col items-center justify-center"> <div class="flex flex-col items-center justify-center">
......
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