Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tp-ui
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
zhaopanyu
tp-ui
Commits
3a6e2535
Commit
3a6e2535
authored
Dec 26, 2025
by
cat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
zd
parent
a100f642
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
5 deletions
+11
-5
src/views/rytp/index.vue
+11
-5
No files found.
src/views/rytp/index.vue
View file @
3a6e2535
...
...
@@ -822,21 +822,21 @@
<el-dialog
:visible
.
sync=
"showDetailDialog"
title=
"详细事迹材料"
width=
"50%"
custom-class=
"detail-dialog"
@
close=
"closeDetailDialog"
>
<div
class=
"detail-content"
>
<!-- 工作
图
片 -->
<!-- 工作
照
片 -->
<div
class=
"detail-section"
v-if=
"currentDetailUnit && currentDetailUnit.workImages && currentDetailUnit.workImages.length > 0"
>
<div
class=
"section-title"
>
<span
class=
"title-bar"
></span>
<span
class=
"title-text"
>
工作
图
片
</span>
<span
class=
"title-text"
>
工作
照
片
</span>
</div>
<div
class=
"work-images"
>
<div
class=
"work-image-item"
v-for=
"(image, index) in currentDetailUnit.workImages"
:key=
"index"
>
<img
:src=
"image"
:alt=
"'工作
图
片' + (index + 1)"
@
click=
"showModal = true; largeImgUrl = image"
/>
<img
:src=
"image"
:alt=
"'工作
照
片' + (index + 1)"
@
click=
"showModal = true; largeImgUrl = image"
/>
</div>
</div>
</div>
<!-- 个人简介 -->
<div
class=
"detail-section"
v-if=
"currentDetailUnit && currentDetailUnit.bio"
>
<
!--
<
div
class=
"detail-section"
v-if=
"currentDetailUnit && currentDetailUnit.bio"
>
<div
class=
"section-title"
>
<span
class=
"title-bar"
></span>
<span
class=
"title-text"
>
个人简介
</span>
...
...
@@ -844,7 +844,7 @@
<div
class=
"section-content bio-text"
>
{{
currentDetailUnit
.
bio
}}
</div>
</div>
</div>
-->
<!-- 事迹描述 -->
<div
class=
"detail-section"
v-if=
"currentDetailUnit && currentDetailUnit.deeds && currentDetailUnit.deeds.length > 0"
>
...
...
@@ -2111,6 +2111,12 @@ p {
color
:
#000000
;
line-height
:
24px
;
text-indent
:
2em
;
text-align
:
justify
;
overflow
:
hidden
;
display
:
-webkit-box
;
line-clamp
:
5
;
-webkit-box-orient
:
vertical
;
margin-bottom
:
8px
;
}
...
...
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