Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
H
huaxin-rq
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
耿迪迪
huaxin-rq
Commits
ab5b21a4
Commit
ab5b21a4
authored
Jun 05, 2026
by
耿迪迪
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
视频标题超长问题解决
parent
4ed87df2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
5 deletions
+17
-5
PlayVideo.vue
huaxin-web/src/components/Video/PlayVideo.vue
+17
-5
No files found.
huaxin-web/src/components/Video/PlayVideo.vue
View file @
ab5b21a4
<
template
>
<div
:class=
"isChoice ? 'showVideo' : 'closeVideo'"
>
<div
class=
"videoTitle"
>
<span
style=
"margin-left: 15px; color: #334d6e"
>
<span
style=
"
margin-left: 15px;
color: #334d6e;
display: inline-flex;
align-items: center;
max-width: calc(100% - 120px);
min-width: 0;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis
"
:title=
"videoName"
>
<img
src=
"@/assets/images/camera.png"
alt=
"fold"
style=
"width: 18px; height: 18px"
style=
"width: 18px; height: 18px
;margin-right: 4px
"
/>
{{
videoName
}}
</span>
...
...
@@ -13,10 +26,9 @@
v-if=
"videoName != ''"
type=
"text"
size=
"medium"
style=
"margin-left: 8px"
style=
"margin-left: 8px
;position: absolute
"
@
click=
"closeVideo"
>
关闭
</el-button
>
>
关闭
</el-button>
<el-dropdown
@
command=
"videoSetting"
trigger=
"click"
...
...
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