From 32dd511d6e91f8c9b129b45d8a87a2b58a884c0d Mon Sep 17 00:00:00 2001 From: lmj <3407000732@qq.com> Date: Mon, 17 Oct 2022 16:47:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=88=91=E7=9A=84=E6=96=87=E7=AB=A0=E8=B0=83?= =?UTF-8?q?=E6=95=B4=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Article/ucItems.vue | 16 ---------------- 1 file changed, 16 deletions(-) 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;