From 0d4b20a376aa2d1d00a67bd7ca6b5ef83fa9c90e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Thu, 4 Dec 2025 18:14:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=82=B9=E8=B5=9E=E6=95=88?= =?UTF-8?q?=E6=9E=9C=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/css/page.css | 9 ++ components/bottom-line/bottom-line.vue | 14 +- .../full-screen-like-effect.vue | 44 +++---- .../live/pull/components/goods/goods.vue | 54 ++++---- .../components/h5-hls-video/h5-hls-video.vue | 28 ++-- .../live/pull/components/icon/icon.vue | 24 ++-- .../components/like-button/like-button.vue | 64 +++++---- .../components/live-content/live-content.vue | 84 ++++++++---- .../live/pull/components/popup/popup.vue | 122 +++++++++--------- .../pull/components/transition/transition.vue | 44 +++---- .../live/pull/components/video/video.vue | 8 +- pages/plugins/live/pull/pull.nvue | 6 +- pages/plugins/live/pull/pull.vue | 6 +- 13 files changed, 278 insertions(+), 229 deletions(-) diff --git a/common/css/page.css b/common/css/page.css index 7d105ff0..38d7db2d 100644 --- a/common/css/page.css +++ b/common/css/page.css @@ -860,6 +860,9 @@ button[disabled].bg-grey { word-break: break-all; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 1; + /* #endif */ } .text-line-2 { overflow: hidden; @@ -872,6 +875,9 @@ button[disabled].bg-grey { word-break: break-all; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 2; + /* #endif */ } .text-line-3 { overflow: hidden; @@ -884,6 +890,9 @@ button[disabled].bg-grey { word-break: break-word; overflow-wrap: break-word; word-wrap: break-word; + /* #ifdef APP-NVUE */ + lines: 3; + /* #endif */ } /** * 文字超出部分换行 diff --git a/components/bottom-line/bottom-line.vue b/components/bottom-line/bottom-line.vue index a0e85faa..c91eb162 100644 --- a/components/bottom-line/bottom-line.vue +++ b/components/bottom-line/bottom-line.vue @@ -1,10 +1,10 @@