From c9335a0ca7a9c331187d680f307af4b53174d484 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 11 Mar 2026 16:32:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=86=E9=A2=91=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E6=98=BE=E7=A4=BA=E9=80=BB=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/bottom-line/bottom-line.vue | 38 +++++++++++++++++++------ components/no-data/no-data.vue | 14 ++++++++- manifest.json | 1 + pages.json | 6 ++-- pages/plugins/video/detail/detail.nvue | 39 +++++++++++++++----------- 5 files changed, 68 insertions(+), 30 deletions(-) diff --git a/components/bottom-line/bottom-line.vue b/components/bottom-line/bottom-line.vue index db1491d0..a32a647f 100644 --- a/components/bottom-line/bottom-line.vue +++ b/components/bottom-line/bottom-line.vue @@ -2,9 +2,9 @@ - - {{propMsg || $t('bottom-line.bottom-line.44bct2')}} - + + {{propMsg || $t('bottom-line.bottom-line.44bct2')}} + @@ -50,7 +50,7 @@ } .data-bottom-line .line-item.left, .data-bottom-line .line-item.right { - margin-top: 16rpx; + // margin-top: 16rpx; border-bottom: 2rpx solid #e1e1e1; } .data-bottom-line .line-item.msg { @@ -58,11 +58,31 @@ text-align: center; font-size: 24rpx; } - .data-bottom-line .line-item.left, - .data-bottom-line .line-item.msg { - float: left; + /* #ifdef APP-NVUE */ + .line-item-msg { + color: #999; + text-align: center; + font-size: 24rpx; + margin: 0 20rpx; } - .data-bottom-line .line-item.right { - float: right; + .line-item { + width: 750rpx; } + .line-item-left, + .line-item-right { + flex: 1; + width: 750rpx; + height: 2rpx; + border-bottom-width: 2rpx; + border-bottom-style: solid; + border-bottom-color: #e1e1e1; + } + /* #endif */ + // .data-bottom-line .line-item.left, + // .data-bottom-line .line-item.msg { + // float: left; + // } + // .data-bottom-line .line-item.right { + // float: right; + // } diff --git a/components/no-data/no-data.vue b/components/no-data/no-data.vue index 29f1d272..372bf3da 100644 --- a/components/no-data/no-data.vue +++ b/components/no-data/no-data.vue @@ -242,7 +242,19 @@ .no-data-loading .title { color: #999; } - + /* #ifdef APP-NVUE */ + .image { + width: 160rpx; + margin-bottom: 30rpx; + } + .no-data-tips { + font-size: 24rpx; + color: #999; + } + .title { + color: #999; + } + /* #endif */ /** * 名称加载 */ diff --git a/manifest.json b/manifest.json index 391ca94b..24f74252 100644 --- a/manifest.json +++ b/manifest.json @@ -8,6 +8,7 @@ "app-plus" : { "usingComponents" : true, "nvueCompiler" : "uni-app", + "nvueStyleCompiler": "uni-app", "compilerVersion" : 3, "safearea": { "bottom": { diff --git a/pages.json b/pages.json index 7e187862..342cba0e 100644 --- a/pages.json +++ b/pages.json @@ -2242,9 +2242,9 @@ "current": 0, //当前激活的模式(list 的索引项) "list": [ { - "name": "test", //模式名称 - "path": "pages/plugins/video/detail/detail", //启动页面,必选 - "query": "id=1" //启动参数,在页面的onLoad函数里面得到。 + "name": "", //模式名称 + "path": "", //启动页面,必选 + "query": "" //启动参数,在页面的onLoad函数里面得到。 } ] } diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue index 01db3ca3..0f517f92 100644 --- a/pages/plugins/video/detail/detail.nvue +++ b/pages/plugins/video/detail/detail.nvue @@ -4,7 +4,7 @@ - + @@ -26,7 +26,7 @@ - {{ video_item.comments_count }}{{ paused }}{{ current_index == index }} + {{ video_item.comments_count }} @@ -44,7 +44,7 @@ ¥{{ video_item.goods.price }} - + @@ -95,7 +95,7 @@ - +