Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
front-pc
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
嘉柏润官网
front-pc
Commits
ddff80e8
Commit
ddff80e8
authored
Aug 27, 2025
by
shengshiwu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
根据标题隐藏板块
parent
13ecbfaa
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
+5
-1
src/views/Story/Story.tsx
+5
-1
No files found.
src/views/Story/Story.tsx
View file @
ddff80e8
...
...
@@ -96,6 +96,8 @@ export default function Story() {
</
SlideInFromBottom
>
<
div
className=
{
styles
[
'story-word'
]
}
dangerouslySetInnerHTML=
{
{
__html
:
storyData
.
brief
}
}
>
</
div
>
{
storyData
.
founder_title
?
<
div
className=
{
styles
[
'story-art'
]
}
>
<
div
className=
{
styles
[
'art-text'
]
}
>
<
div
className=
{
styles
[
'art-title'
]
}
>
...
...
@@ -109,7 +111,7 @@ export default function Story() {
</
div
>
<
div
className=
{
styles
[
'art-btn'
]
}
>
<
div
className=
{
styles
[
'art-btn-img'
]
}
>
<
img
src=
{
storyData
.
founder_img
||
require
(
'../../assets/images/art.jpg'
)
}
alt=
""
/>
<
img
src=
{
storyData
.
founder_img
}
alt=
""
/>
</
div
>
<
div
className=
{
styles
[
'art-txtBox'
]
}
dangerouslySetInnerHTML=
{
{
__html
:
storyData
.
founder_intro
}
}
>
{
/* <p>
...
...
@@ -145,6 +147,8 @@ export default function Story() {
</
div
>
</
div
>
</
div
>
:
''
}
<
div
className=
{
styles
[
'story-bom'
]
}
>
<
img
src=
{
storyData
.
bottom_img
}
alt=
""
/>
</
div
>
...
...
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