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
573815ef
Commit
573815ef
authored
Jan 30, 2026
by
lijiabin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
【需求 20331】 styles: 优化样式
parent
19beb9bd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
4 deletions
+5
-4
index.vue
src/components/common/ArticleContent/index.vue
+3
-3
index.vue
src/views/videoDetail/index.vue
+2
-1
No files found.
src/components/common/ArticleContent/index.vue
View file @
573815ef
...
...
@@ -78,7 +78,7 @@
<video
:src=
"articleDetail.articleVideoUrl"
controls
class=
"w-80% aspect-video"
class=
"w-80% aspect-video
bg-black
"
:poster=
"`$
{articleDetail.articleVideoUrl}?x-oss-process=video/snapshot,t_1000,f_jpg`"
/>
</div>
...
...
@@ -104,7 +104,7 @@
/>
</div>
<div
v-if=
"articleDetail.type === ArticleTypeEnum.VIDEO"
class=
"flex justify-center"
>
<video
:src=
"articleDetail.videoUrl"
controls
class=
"w-80% aspect-video"
/>
<video
:src=
"articleDetail.videoUrl"
controls
class=
"w-80% aspect-video
bg-black
"
/>
</div>
</div>
...
...
@@ -116,7 +116,7 @@
<video
:src=
"articleDetail.articleVideoUrl"
controls
class=
"w-80% aspect-video"
class=
"w-80% aspect-video
bg-black
"
:poster=
"`$
{articleDetail.articleVideoUrl}?x-oss-process=video/snapshot,t_1000,f_jpg`"
/>
</div>
...
...
src/views/videoDetail/index.vue
View file @
573815ef
...
...
@@ -24,11 +24,12 @@
</div>
</div>
<!-- 视频 16/ 9 -->
<div
class=
"w-full bg-black aspect-video"
>
<video
ref=
"videoRef"
:src=
"videoDetail?.videoUrl"
class=
"w-full
h-full
object-contain"
class=
"w-full
aspect-video
object-contain"
controls
@
play=
"handlePlay"
@
pause=
"handlePause"
...
...
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