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
2024-12-03 16:06:31 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
48fbe76e36a2941e8024945a04ba1a975a9acff0
48fbe76e
1 parent
c0869fae
fix 文字显示调整
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
3 deletions
src/components/VideoCard/index.vue
src/views/client/searchPage.vue
src/components/VideoCard/index.vue
View file @
48fbe76
...
...
@@ -159,7 +159,7 @@ const setComment = () => {
vertical-align: middle;
}
.text {
font-size: 1.0
5
rem;vertical-align: middle; display: inline-block; padding-left: 1rem;
font-size: 1.0
2
rem;vertical-align: middle; display: inline-block; padding-left: 1rem;
}
}
}
...
...
src/views/client/searchPage.vue
View file @
48fbe76
<!--
* @Date: 2024-12-03 10:35:15
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-03 1
5:49:14
* @LastEditTime: 2024-12-03 1
6:04:37
* @FilePath: /tswj/src/views/client/searchPage.vue
* @Description: 文件描述
-->
...
...
@@ -23,7 +23,10 @@
<video-card :item="item">
<template #bookDetailSub>
<div style="color: #999999; padding: 0px 1rem 0.5rem;" @click="setComment(item)">
{{ item.kg_name }} | {{ item.localism_type }}
{{ item.book_name }} | {{ item.localism_type }}
</div>
<div style="color: #999999; padding: 0px 1rem 0.5rem;" @click="setComment(item)">
{{ item.kg_name }}
</div>
</template>
</video-card>
...
...
Please
register
or
login
to post a comment