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;