This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
hly
/
hotel-tablecloth-uniapp-24-08-29
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
上传
master
前端-胡立永
3 months ago
parent
d5b2c60fa5
commit
bd5d3f3a3f
1 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+5
-1
pages/index/category.vue
+ 5
- 1
pages/index/category.vue
View File
@ -21,7 +21,7 @@
mode
=
"aspectFill"
>
<
/
image
>
<
/
view
>
<
view
class
=
"item-unit"
>
<
text
class
=
"text"
>
{
{
item
.
name
}
}
<
/
text
>
{
{
item
.
name
}
}
<
/
view
>
<
/
view
>
<
/
view
>
@ -164,9 +164,13 @@
}
.
item
-
unit
{
width
:
120
rpx
;
font
-
size
:
24
rpx
;
margin
-
top
:
15
rpx
;
color
:
#
555
;
overflow
:
hidden
;
/
/
超
出
的
文
本
隐
藏
text
-
overflow
:
ellipsis
;
/
/
溢
出
用
省
略
号
显
示
white
-
space
:
nowrap
;
/
/
溢
出
不
换
行
}
}
Write
Preview
Loading…
Cancel
Save