From 4f63035aeab9396f7531d80b7fbce5169e427c54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E8=88=AA?= Date: Thu, 20 Nov 2025 10:48:29 +0800 Subject: [PATCH] fix: bug --- .env.development.yh | 2 +- src/pages/sparring/components/sparring-item.vue | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development.yh b/.env.development.yh index 3934d26d..37f4a114 100644 --- a/.env.development.yh +++ b/.env.development.yh @@ -4,7 +4,7 @@ ENV = 'development.yh' VITE_APP_BASE_API_Url = 'http://25.18.122.65:7001' -VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' +# VITE_APP_BASE_H5_API_Url = 'http://25.18.122.91:9786' # VITE_APP_BASE_H5_API_Url_TRAEXAM = 'http://25.64.32.154:9604' # VITE_APP_BASE_H5_API_Url_TRAPRACTICE = 'http://25.64.32.156:9603' # VITE_APP_BASE_H5_API_Url_TRAAPP = 'http://25.64.32.154:9601' diff --git a/src/pages/sparring/components/sparring-item.vue b/src/pages/sparring/components/sparring-item.vue index e953b3be..3d498b07 100644 --- a/src/pages/sparring/components/sparring-item.vue +++ b/src/pages/sparring/components/sparring-item.vue @@ -21,7 +21,7 @@ 截止时间:{{itemInfo.limitTyp === '01'?'不限制':itemInfo.endTm}} - 陪练次数:{{itemInfo.practiceTimes }}人次 + 陪练次数:{{itemInfo.practiceTimes }} 人次 @@ -82,9 +82,9 @@ overflow: hidden; .item-title { - white-space: nowrap; - overflow: hidden; - text-overflow: ellipsis; + // white-space: nowrap; + // overflow: hidden; + // text-overflow: ellipsis; line-height: 44rpx; font-size: 29rpx; font-weight: 500;