Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
yd-middle-front
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
xingmin
yd-middle-front
Commits
12e86736
Commit
12e86736
authored
May 15, 2026
by
zhangxingmin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
push
parent
6a0a201c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
2 deletions
+13
-2
src/views/ai/index.vue
+13
-2
No files found.
src/views/ai/index.vue
View file @
12e86736
...
...
@@ -558,7 +558,7 @@ function escapeHtml(str) {
flex
:
1
;
overflow-y
:
auto
;
padding
:
24px
;
max-width
:
9
00px
;
max-width
:
10
00px
;
margin
:
0
auto
;
width
:
100%
;
}
...
...
@@ -607,7 +607,7 @@ function escapeHtml(str) {
}
.message-content
{
max-width
:
70
%
;
max-width
:
85
%
;
padding
:
12px
16px
;
border-radius
:
18px
;
line-height
:
1.6
;
...
...
@@ -1064,4 +1064,14 @@ function escapeHtml(str) {
.chat-messages
::-webkit-scrollbar-thumb:hover
{
background
:
#94a3b8
;
}
@media
(
max-width
:
768px
)
{
.message-content
{
max-width
:
90%
;
}
.chat-messages
{
max-width
:
100%
;
padding
:
16px
;
}
}
</
style
>
\ No newline at end of file
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