diff --git a/src/components/Article/ucItems.vue b/src/components/Article/ucItems.vue index 0cc7ce8c..fc75673b 100644 --- a/src/components/Article/ucItems.vue +++ b/src/components/Article/ucItems.vue @@ -206,9 +206,6 @@ export default { box-sizing: border-box; } .article-info-date { - // position: absolute; - // top: 70%; - // right:0px; .del{ color: #8590A6; font-size: 14px; @@ -223,8 +220,6 @@ export default { } .one-line-ellipsis { width: 100%; - // word-break: break-all; - // white-space:pre-wrap; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; @@ -234,16 +229,13 @@ export default { } .two-line-ellipsis{ display: -webkit-box; - // white-space:pre-wrap; overflow: hidden; - // text-overflow:ellipsis; -webkit-box-orient: vertical; -webkit-line-clamp: 2; box-sizing: border-box; } .article-status1 { padding: 3px; - // border: 1px dotted #ddd; color: #666; } .article-status8{ @@ -253,7 +245,6 @@ export default { } .article-status2 { padding: 3px; - // border: 1px dotted #FFB30F; color: #FFB30F; } .article-status3 { @@ -282,18 +273,11 @@ export default { } .article-info { - - .article-info-title { - // margin-left: -12px; color: #333; width: 100%; font-size: 18px; - // font-weight: 400; - - // height: 40px; margin-top: 7px; - // line-height: 40px; .titleContent{ cursor: pointer; font-size: 16px;