Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
U
uniapp_vedio
Project
Project
Details
Activity
Releases
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
android
uniapp_vedio
Commits
5b46416b
Commit
5b46416b
authored
Jan 02, 2024
by
jyx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化标题过长
parent
4ea05030
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
10 deletions
+13
-10
index.vue
vedio/pages/index/index.vue
+13
-10
No files found.
vedio/pages/index/index.vue
View file @
5b46416b
...
@@ -67,9 +67,11 @@
...
@@ -67,9 +67,11 @@
</view>
</view>
</view>
</view>
<view
class=
"ellipsis"
style=
"font-size: 26rpx;margin-top: 10rpx;"
>
{{
item
.
title
}}
</view>
<view
<view
style=
"font-size: 22rpx;margin-top: 10rpx;"
style=
"height: 80rpx;font-size: 26rpx;margin-top: 10rpx;word-wrap: break-word;white-space: normal"
>
v-if=
"item.orderTags!=null&&item.orderTags.length>0"
>
{{
item
.
title
}}
</view>
<view
style=
"font-size: 22rpx;"
v-if=
"item.orderTags!=null&&item.orderTags.length>0"
>
<scroll-view
scroll-x=
"true"
>
<scroll-view
scroll-x=
"true"
>
<block
v-for=
"t in item.orderTags"
:key=
"item.orderTags"
>
<block
v-for=
"t in item.orderTags"
:key=
"item.orderTags"
>
<view
style=
"display:inline-block;margin-right: 4rpx;"
>
{{
t
}}
</view>
<view
style=
"display:inline-block;margin-right: 4rpx;"
>
{{
t
}}
</view>
...
@@ -112,8 +114,9 @@
...
@@ -112,8 +114,9 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"ellipsis"
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
<view
{{
item
.
title
}}
style=
"height: 80rpx;font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;word-wrap: break-word;white-space: normal"
>
{{
item
.
title
}}
</view>
</view>
<!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
-->
<!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
-->
</view>
</view>
...
@@ -143,11 +146,11 @@
...
@@ -143,11 +146,11 @@
</view>
</view>
</view>
</view>
</view>
</view>
<view
class=
"ellipsis"
style=
"font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
<view
{{
item
.
title
}}
</view>
style=
"height: 80rpx;font-size: 30rpx;margin-top: 10rpx;margin-left: 12rpx;word-wrap: break-word;white-space: normal"
>
{{
item
.
title
}}
</view>
<!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
-->
<!--
<view
style=
"font-size: 22rpx;margin-top: 10rpx;margin-left: 12rpx;"
>
{{
item
.
vedioDesc
}}
</view>
-->
</view>
</view>
</view>
</view>
</view>
</view>
...
@@ -379,7 +382,7 @@
...
@@ -379,7 +382,7 @@
background-color
:
#fff
;
background-color
:
#fff
;
break-inside
:
avoid
;
break-inside
:
avoid
;
margin-bottom
:
20rpx
;
margin-bottom
:
20rpx
;
height
:
47
0rpx
;
height
:
50
0rpx
;
}
}
.img
{
.img
{
...
...
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