From 836fd4d8d01810a2b928b2ec07c2d372f73ad2c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=BF=A0=E6=9E=97?= <170083662@qq.com> Date: Thu, 15 Jan 2026 23:33:12 +0800 Subject: [PATCH] =?UTF-8?q?style(ui):=20=E8=B0=83=E6=95=B4=E4=BF=A1?= =?UTF-8?q?=E7=94=A8=E5=85=AC=E5=8F=B8=E9=A1=B5=E9=9D=A2UI=E7=BB=86?= =?UTF-8?q?=E8=8A=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将信用公司信息抽屉宽度从96%调整为98% - 将标签页间距从8调整为9 - 为附近公司表格添加横向滚动功能 - 移除企业名称列的省略号显示 - 启用开发环境API地址配置 --- .env.development | 2 +- .../credit/creditCompany/components/creditCompanyInfo.vue | 4 ++-- src/views/credit/creditNearbyCompany/index.vue | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.env.development b/.env.development index b8ccd8b..fbcc74b 100644 --- a/.env.development +++ b/.env.development @@ -1,5 +1,5 @@ VITE_APP_NAME=后台管理(开发环境) -#VITE_API_URL=http://127.0.0.1:9200/api +VITE_API_URL=http://127.0.0.1:9200/api #VITE_SERVER_API_URL=http://127.0.0.1:8000/api diff --git a/src/views/credit/creditCompany/components/creditCompanyInfo.vue b/src/views/credit/creditCompany/components/creditCompanyInfo.vue index 1d6895c..b7dd5ec 100644 --- a/src/views/credit/creditCompany/components/creditCompanyInfo.vue +++ b/src/views/credit/creditCompany/components/creditCompanyInfo.vue @@ -1,7 +1,7 @@