From 6af00ad992ca65c9e612e9a72293421e61724489 Mon Sep 17 00:00:00 2001 From: douzhuo <17611323298@163.com> Date: Thu, 11 Aug 2022 17:07:45 +0800 Subject: [PATCH] =?UTF-8?q?detail2=20=E4=BF=AE=E6=94=B9=E5=A4=9A=E8=A7=92?= =?UTF-8?q?=E8=89=B2=E4=B8=8D=E6=BB=9A=E5=8A=A8=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/mine/details2.vue | 12 ++++++++---- utils/domain.js | 4 ++-- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/pages/mine/details2.vue b/pages/mine/details2.vue index 08cf882..c7c015f 100644 --- a/pages/mine/details2.vue +++ b/pages/mine/details2.vue @@ -2196,16 +2196,16 @@ display: flex; align-items: center; - - .headovfu { + padding: 0 20rpx 0 0; flex: 1; height: 88rpx; - overflow: hidden; + overflow-x: scroll; display: flex; align-items: center; .mytab { + flex-shrink: 0; margin-left: 20rpx; .tab-item { @@ -2227,7 +2227,11 @@ color: #fff; } } - + &::-webkit-scrollbar { + width: 0; + height: 0; + color: transparent; + } } .headpade { diff --git a/utils/domain.js b/utils/domain.js index 1394fd5..feba7c1 100644 --- a/utils/domain.js +++ b/utils/domain.js @@ -1,7 +1,7 @@ // http.js使用域名 // const baseUrl = 'http://81.70.55.170:9090/autoSR/api';// 测试服务器1 -// const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) -const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) +const baseUrl = 'http://81.70.55.170:7070/api';// 测试服务器2 (优化) +// const baseUrl = 'http://81.70.55.170:8080/autoSR/api';// 测试服务器3 (zk - 0719) // const baseUrl = 'http://127.0.0.1:8080/autoSR/api'; // 本地 // const baseUrl = 'http://192.168.31.231:8080/autoSR/api'; // 长龙 // const baseUrl = 'http://192.168.31.149:8080/api'; // 盛浩