Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-community-web
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
TaoHuang
2019-08-02 14:20:37 +0800
Commit
199b955997478f0f2b97d2675dc17ea45974e5c5
1 parent
79e92711
fix
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 additions
and
3 deletions
apps/pages/article/components/article/article-item2.vue
apps/pages/userpage/components/author-article-item.vue
package.json
apps/pages/article/components/article/article-item2.vue
View file @
199b955
...
...
@@ -231,7 +231,6 @@ export default {
font-size: 24px;
line-height: 36px;
max-height: 72px;
word-break: break-all;
/* stylelint-disable */
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
...
...
apps/pages/userpage/components/author-article-item.vue
View file @
199b955
...
...
@@ -193,7 +193,6 @@ export default {
padding: 10px 20px;
> p {
word-break: break-all;
/* stylelint-disable */
text-overflow: -o-ellipsis-lastline;
text-overflow: ellipsis;
...
...
package.json
View file @
199b955
{
"name"
:
"yoho-community-web"
,
"version"
:
"6.9.8-beta3
7
"
,
"version"
:
"6.9.8-beta3
8
"
,
"private"
:
true
,
"description"
:
"A New Yohobuy Project With Express"
,
"repository"
:
{
...
...
Please
register
or
login
to post a comment