diff --git a/src/components/list-right-img.vue b/src/components/list-right-img.vue index 438f4ef..988a7f1 100644 --- a/src/components/list-right-img.vue +++ b/src/components/list-right-img.vue @@ -39,42 +39,6 @@ const quanwen = () => { min-height: 100%; display: flex; flex-direction: column; - - .noDevelop { - display: inline-block; - width: 231px; - height: 44px; - overflow: hidden; - text-overflow: ellipsis; - display: -webkit-box; - -webkit-line-clamp: 2; - -webkit-box-orient: vertical; - font-size: 15px; - font-weight: 500; - line-height: 22px; - position: relative; - } - - a { - display: inline-block; - width: 35px; - position: absolute; - bottom: 0; - right: 0; - background-color: #fff; - color: #87ceeb; - font-size: 15px; - } - - .noDevelop::after { - content: "..."; - width: 16px; - position: absolute; - bottom: 0; - right: 35px; - background-color: #fff; - } - .yesDevelop { display: inline-block; // width: 231px; @@ -106,6 +70,7 @@ const quanwen = () => { width: 12px; height: 12px; margin-right: 4px; + margin-left: 8px; } } } diff --git a/src/views/Dianping/comment.vue b/src/views/Dianping/comment.vue index a8cef95..9c5531b 100644 --- a/src/views/Dianping/comment.vue +++ b/src/views/Dianping/comment.vue @@ -11,7 +11,7 @@ -