Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
P
poc-fe
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
poc
poc-fe
Commits
18a5526f
Commit
18a5526f
authored
Nov 07, 2024
by
nick zheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
chore: 调整应用预览样式
parent
e901f67d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
preamble.vue
...rsonal-space/personal-app-setting/components/preamble.vue
+1
-5
preamble.vue
src/views/share/components/preamble.vue
+1
-1
No files found.
src/views/personal-space/personal-app-setting/components/preamble.vue
View file @
18a5526f
...
@@ -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>
...
...
src/views/share/components/preamble.vue
View file @
18a5526f
...
@@ -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"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment