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-22 09:50:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0c5f9c682e99c42c884c69b3f5708831d1dbb3f5
0c5f9c68
1 parent
2d5f0b0b
✨ feat(B端家长上传视频模块): 显示为两行,避免语言显示位置不够问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
src/components/BVideoCard/index.vue
src/components/BVideoCard/index.vue
View file @
0c5f9c6
...
...
@@ -12,7 +12,7 @@
<div class="control-bar">
<div>
<div class="video-bar">
<van-row align="center">
<
!-- <
van-row align="center">
<van-col span="8">
<van-image round width="2rem" height="2rem" style="vertical-align: middle;" :src="item.avatar" />
<span style="font-size: 1.05rem; vertical-align: middle;">{{ item.name }}</span>
...
...
@@ -23,7 +23,15 @@
<span style="color: #11D2B1;" @click="setLocalism">{{ item.localism_type }}</span>
</div>
</van-col>
</van-row>
</van-row> -->
<div>
<van-image round width="2rem" height="2rem" style="vertical-align: middle;" :src="item.avatar" />
<span style="font-size: 1.05rem; vertical-align: middle;">{{ item.name }}</span>
</div>
<div style="color: #999999; margin-top: 1rem;">
{{ item.book_name }} |
<span style="color: #11D2B1;" @click="setLocalism">{{ item.localism_type }}</span>
</div>
</div>
</div>
<div class="book-intro" style="margin-top: 1rem;">
...
...
Please
register
or
login
to post a comment