Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
tswj
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2022-06-24 12:20:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
03ab72d5dedb1b60b383eab17e43f295fda04977
03ab72d5
1 parent
e23e25c6
fix 视频控件高度调整,适配16:9比例
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
1 deletions
src/components/AuditVideoCard/index.vue
src/components/BVideoCard/index.vue
src/components/MuiVideo/index.vue
src/components/VideoCard/index.vue
src/components/AuditVideoCard/index.vue
View file @
03ab72d
...
...
@@ -162,6 +162,7 @@ export default {
.video-div {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 13rem !important;
}
.video-bar {
...
...
src/components/BVideoCard/index.vue
View file @
03ab72d
...
...
@@ -257,6 +257,7 @@ export default {
.video-div {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 13rem !important;
}
.video-bar {
...
...
src/components/MuiVideo/index.vue
View file @
03ab72d
...
...
@@ -2,7 +2,7 @@
* @Author: hookehuyr hookehuyr@gmail.com
* @Date: 2022-05-23 13:42:35
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2022-06-
02 17:51:59
* @LastEditTime: 2022-06-
24 12:19:30
* @FilePath: /tswj/src/components/MuiVideo/index.vue
* @Description:
-->
...
...
@@ -76,6 +76,7 @@ onMounted(() => {
.video-div {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 13rem !important;
}
.video-bar {
...
...
src/components/VideoCard/index.vue
View file @
03ab72d
...
...
@@ -143,6 +143,7 @@ const setComment = () => {
.video-div {
border-top-left-radius: 5px;
border-top-right-radius: 5px;
height: 13rem !important;
}
.video-bar {
...
...
Please
register
or
login
to post a comment