Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mr-julyedu
Overview
Overview
Details
Activity
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
baiguangyao
mr-julyedu
Commits
c4ecb77d
Commit
c4ecb77d
authored
Nov 19, 2019
by
wangshuo
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
多行省略号样式
parent
9592f809
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
7 deletions
+7
-7
src/components/python/pythomDes/Team/index.js
+3
-3
src/components/python/pythomDes/Team/index.scss
+4
-4
No files found.
src/components/python/pythomDes/Team/index.js
View file @
c4ecb77d
...
...
@@ -12,11 +12,11 @@ export default class Team extends Component {
},
{
name
:
'A老师'
,
des
:
'七月在线AI Lab负责人兼科学家。历任浪潮集团数据科学家,
国家电网人工智能行业应用方向团队负责人。参与过一国家863项目,且曾主持一山东省自主创新及成果转化专项,发明专利十余项,专业论文十余年哈哈塑料袋科技发牢骚
'
des
:
'七月在线AI Lab负责人兼科学家。历任浪潮集团数据科学家,'
},
{
name
:
'A老师'
,
des
:
'七月在线AI Lab负责人兼科学家。历任浪潮集团数据科学家,
国家电网人工智能行业应用方向团队负责人。参与过一国家863项目,且曾主持一山东省自主创新及成果转化专项,发明专利十余项,专业论文十余年哈哈塑料袋科技发牢骚
'
des
:
'七月在线AI Lab负责人兼科学家。历任浪潮集团数据科学家,'
},{
name
:
'A老师'
,
des
:
'七月在线AI Lab负责人兼科学家。历任浪潮集团数据科学家,国家电网人工智能行业应用方向团队负责人。参与过一国家863项目,且曾主持一山东省自主创新及成果转化专项,发明专利十余项,专业论文十余年哈哈塑料袋科技发牢骚'
...
...
@@ -38,7 +38,7 @@ export default class Team extends Component {
<
div
className
=
{
'item_image'
}
><
/div
>
<
div
className
=
{
'item_info'
}
>
<
span
className
=
{
'name'
}
>
{
item
.
name
}
<
/span
>
<
div
className
=
{
'des'
}
>
{
item
.
des
}
<
/div
>
<
p
className
=
{
'des'
}
>
{
item
.
des
}
<
/p
>
<
/div
>
<
/li
>
)
...
...
src/components/python/pythomDes/Team/index.scss
View file @
c4ecb77d
...
...
@@ -49,19 +49,19 @@
.des
{
font-size
:
12px
;
line-height
:
1
4
px
;
line-height
:
1
5
px
;
font-weight
:
300
;
color
:
rgba
(
82
,
92
,
101
,
0
.8
);
text-align
:
left
;
text-align-last
:
left
;
margin-top
:
6px
;
width
:
266px
;
word-break
:
break-all
;
display
:
-
webkit-box
;
overflow
:
hidden
;
-webkit-line-clamp
:
5
;
/*! autoprefixer: off */
-webkit-box-orient
:
vertical
;
overflow
:
hidden
;
// text-overflow: ellipsis;
/* autoprefixer: on */
}
}
}
...
...
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