From 535a0981b4d31203fbd5b8923456310eded67f17 Mon Sep 17 00:00:00 2001 From: X_Rian <904416525@qq.com> Date: Thu, 20 Jun 2024 16:08:49 +0800 Subject: [PATCH] =?UTF-8?q?flx=EF=BC=9A=E8=B0=83=E6=95=B4=E6=80=BB?= =?UTF-8?q?=E8=A7=88=E5=A4=A7=E5=B1=8F=20=E9=A1=B9=E7=9B=AE=E7=9C=8B?= =?UTF-8?q?=E6=9D=BF=E8=BD=AE=E6=92=AD=E5=9B=BE=E6=A0=B7=E5=BC=8F=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.development | 4 ++-- .../comprehensiveManage/projectOverview/rightCenter.vue | 4 ++-- src/views/overviewScreen/commandCenter/rightAll.vue | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.env.development b/.env.development index fbc4b89..cb3bc29 100644 --- a/.env.development +++ b/.env.development @@ -4,7 +4,7 @@ NODE_ENV = 'development' # 本地环境接口地址(/api/index.ts文件中使用) # 后端本地 # VITE_API_URL = 'http://192.168.34.155:19111' -VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 +# VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 # VITE_API_URL = 'http://182.90.224.237:51234' #雄哥远程 # VITE_API_URL = 'http://192.168.34.221:28889' # VITE_API_URL = 'http://121.196.214.246/api' @@ -24,7 +24,7 @@ VITE_API_URL = 'http://192.168.34.221:9111' #雄哥本地 # VITE_API_URL = 'http://182.90.224.237:15551' # agjt # VITE_API_URL = 'http://42.180.188.17:9809' #生产环境 -# VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 +VITE_API_URL = 'http://42.180.188.17:11211' #测试环境 # VITE_API_URL = 'http://jxj.zhgdyun.com:19812' # 苏立信/重庆市南岸区 # VITE_API_URL = 'http://101.43.164.214:11111' diff --git a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/rightCenter.vue b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/rightCenter.vue index bae11a4..533cd5c 100644 --- a/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/rightCenter.vue +++ b/src/views/agjtProjectKanban/comprehensiveManage/projectOverview/rightCenter.vue @@ -244,12 +244,12 @@ onMounted(async () => { .el-carousel__arrow--left { // top: 70px; left: -8px; - font-size: 15px; + font-size: 16px; } .el-carousel__arrow--right { // top: 70px; right: -8px; - font-size: 15px; + font-size: 16px; } } diff --git a/src/views/overviewScreen/commandCenter/rightAll.vue b/src/views/overviewScreen/commandCenter/rightAll.vue index 293f881..725bd33 100644 --- a/src/views/overviewScreen/commandCenter/rightAll.vue +++ b/src/views/overviewScreen/commandCenter/rightAll.vue @@ -1150,14 +1150,14 @@ onMounted(async () => { .el-carousel__arrow--left { // top: 70px; - left: -8px; - font-size: 15px; + left: -12px; + font-size: 16px; } .el-carousel__arrow--right { // top: 70px; - right: -8px; - font-size: 15px; + right: -12px; + font-size: 16px; } }