Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
corporateCulture-qd
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
王立鹏
corporateCulture-qd
Commits
20c2deb8
Commit
20c2deb8
authored
Jan 13, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 17679】 fix: 修复图标显示bug
parent
91f9735b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
index.vue
src/components/common/UploadVideo/index.vue
+3
-3
index.vue
src/views/publishVideo/index.vue
+3
-3
No files found.
src/components/common/UploadVideo/index.vue
View file @
20c2deb8
...
...
@@ -13,7 +13,7 @@
class=
"upload-area"
>
<div
v-if=
"!uploading && !videoInfo"
class=
"upload-placeholder"
>
<el-icon
class=
"upload-icon"
><VideoCamera
/></el-icon>
<el-icon
class=
"upload-icon"
><
IEp
VideoCamera
/></el-icon>
<div
class=
"upload-text"
>
<p>
拖拽视频文件到此处,或点击选择文件
</p>
<p
class=
"upload-hint"
>
支持 MP4、AVI、MOV 格式,文件大小不超过
{{
maxSize
}}
MB
</p>
...
...
@@ -23,7 +23,7 @@
<!-- 上传进度 -->
<div
v-if=
"uploading"
class=
"upload-progress"
>
<div
class=
"progress-info"
>
<el-icon
class=
"progress-icon"
><VideoPlay
/></el-icon>
<el-icon
class=
"progress-icon"
><
IEp
VideoPlay
/></el-icon>
<div
class=
"progress-details"
>
<p
class=
"file-name"
>
{{
currentFile
?.
name
}}
</p>
<p
class=
"progress-text"
>
正在上传...
</p>
...
...
@@ -60,7 +60,7 @@
<!-- 错误提示 -->
<div
v-if=
"uploadError"
class=
"upload-error"
>
<el-icon
class=
"error-icon"
><Warning
/></el-icon>
<el-icon
class=
"error-icon"
><
IEp
Warning
/></el-icon>
<span>
{{
uploadError
}}
</span>
<el-button
type=
"text"
@
click=
"retryUpload"
>
重试
</el-button>
</div>
...
...
src/views/publishVideo/index.vue
View file @
20c2deb8
...
...
@@ -243,7 +243,7 @@
class=
"w-full !border-gray-200 hover:!border-indigo-300 hover:!text-indigo-600 transition-all duration-200"
>
<el-icon
class=
"mr-2"
>
<Document
/>
<
IEp
Document
/>
</el-icon>
保存草稿
</el-button>
...
...
@@ -254,7 +254,7 @@
@
click=
"handleSubmit(ReleaseStatusTypeEnum.PUBLISH)"
>
<el-icon
class=
"mr-2"
>
<Upload
/>
<
IEp
Upload
/>
</el-icon>
立即发布
</el-button>
...
...
@@ -289,7 +289,7 @@
v-model=
"currentTime"
:max=
"videoDuration"
:step=
"0.1"
@
input=
"(time
: number) => seekVideo(time
)"
@
input=
"(time
) => seekVideo(time as number
)"
class=
"custom-slider"
/>
</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