Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
thinkApp
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
游洁
thinkApp
Commits
c0c66f7d
Commit
c0c66f7d
authored
Sep 28, 2022
by
youjie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9211b7d4
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
index.vue
src/pages/MyChild/index.vue
+1
-1
vear-carousel.vue
src/pages/person/components/vear-carousel/vear-carousel.vue
+1
-1
No files found.
src/pages/MyChild/index.vue
View file @
c0c66f7d
...
...
@@ -158,7 +158,7 @@
</view>
<view
class=
"dataList-center active flex_between_center"
>
<view
class=
"dataList-left flex"
>
<text
class=
"left-text"
>
{{
item
.
SchoolName
}}
</text>
<text
class=
"left-text"
>
{{
item
.
SchoolName
?
item
.
SchoolName
:
'-'
}}
</text>
<view
class=
"left-phone"
>
<van-icon
name=
"phone"
color=
"#919191"
></van-icon>
<text>
{{
item
.
StuRealMobile
}}
</text>
...
...
src/pages/person/components/vear-carousel/vear-carousel.vue
View file @
c0c66f7d
...
...
@@ -245,7 +245,7 @@
-webkit-box-orient
:
vertical
;
/** 设置或检索伸缩盒对象的子元素的排列方式 **/
-webkit-line-clamp
:
2
;
/** 显示的行数 **/
overflow
:
hidden
;
/** 隐藏超出的内容 **/
margin-bottom
:
50
rpx
;
height
:
1
50
rpx
;
}
.ClassStatus-box
{
font-size
:
24
rpx
;
...
...
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