Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
sdream-ai-fe
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
0
Merge Requests
0
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
侯明涛
sdream-ai-fe
Commits
4780fa33
Commit
4780fa33
authored
Dec 17, 2025
by
Liu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix:问答框max-width
parent
2ae3f5ff
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
src/components/FilePreviewModal/DocxPreview.css
+9
-0
No files found.
src/components/FilePreviewModal/DocxPreview.css
View file @
4780fa33
/* src/components/FilePreviewModal/DocxPreview.css */
/* src/components/FilePreviewModal/DocxPreview.css */
.docx-document
{
.docx-document
{
width
:
100%
!important
;
width
:
100%
!important
;
max-width
:
100%
!important
;
padding
:
20px
20px
!important
;
padding
:
20px
20px
!important
;
margin-bottom
:
0px
!important
;
margin-bottom
:
0px
!important
;
height
:
100%
!important
;
height
:
100%
!important
;
box-shadow
:
none
!important
;
box-shadow
:
none
!important
;
overflow-x
:
auto
!important
;
overflow-x
:
auto
!important
;
word-break
:
break-word
!important
;
overflow-wrap
:
break-word
!important
;
}
.docx-document
*
{
max-width
:
100%
!important
;
word-break
:
break-word
!important
;
overflow-wrap
:
break-word
!important
;
}
}
...
...
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