员工、长者、监护人信息变更页面,内容超出不再换行

This commit is contained in:
1378012178@qq.com 2025-10-14 13:25:39 +08:00
parent 7eff5fd5f3
commit b56ea7f007
4 changed files with 4 additions and 13 deletions

View File

@ -2,7 +2,7 @@
VITE_USE_MOCK = false VITE_USE_MOCK = false
# 发布路径 # 发布路径
VITE_PUBLIC_PATH = /biz104 VITE_PUBLIC_PATH = /biz103
# 是否启用gzip或brotli压缩 # 是否启用gzip或brotli压缩
# 选项值: gzip | brotli | none # 选项值: gzip | brotli | none
@ -13,11 +13,11 @@ VITE_BUILD_COMPRESS = 'gzip'
VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false VITE_BUILD_COMPRESS_DELETE_ORIGIN_FILE = false
#后台接口父地址(必填) #后台接口父地址(必填)
VITE_GLOB_API_URL=/nursingunit104 VITE_GLOB_API_URL=/nursingunit103
#后台接口全路径地址(必填) #后台接口全路径地址(必填)
# VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit104 VITE_GLOB_DOMAIN_URL=https://www.focusnu.com/nursingunit103
VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104 # VITE_GLOB_DOMAIN_URL=http://115.175.20.152/nursingunit104
# 接口父路径前缀 # 接口父路径前缀
VITE_GLOB_API_URL_PREFIX= VITE_GLOB_API_URL_PREFIX=

View File

@ -131,19 +131,16 @@ const columns = [
dataIndex: 'd1', dataIndex: 'd1',
key: 'd1', key: 'd1',
width: 150, width: 150,
ellipsis: true
}, },
{ {
title: '变更前', title: '变更前',
dataIndex: 'd2', dataIndex: 'd2',
key: 'd2', key: 'd2',
ellipsis: true
}, },
{ {
title: '变更后', title: '变更后',
dataIndex: 'd3', dataIndex: 'd3',
key: 'd3', key: 'd3',
ellipsis: true
} }
]; ];

View File

@ -165,19 +165,16 @@ const columns = [
dataIndex: 'd1', dataIndex: 'd1',
key: 'd1', key: 'd1',
width: 150, width: 150,
ellipsis: true
}, },
{ {
title: '变更前', title: '变更前',
dataIndex: 'd2', dataIndex: 'd2',
key: 'd2', key: 'd2',
ellipsis: true
}, },
{ {
title: '变更后', title: '变更后',
dataIndex: 'd3', dataIndex: 'd3',
key: 'd3', key: 'd3',
ellipsis: true
} }
]; ];

View File

@ -164,19 +164,16 @@ const columns = [
dataIndex: 'd1', dataIndex: 'd1',
key: 'd1', key: 'd1',
width: 150, width: 150,
ellipsis: true
}, },
{ {
title: '变更前', title: '变更前',
dataIndex: 'd2', dataIndex: 'd2',
key: 'd2', key: 'd2',
ellipsis: true
}, },
{ {
title: '变更后', title: '变更后',
dataIndex: 'd3', dataIndex: 'd3',
key: 'd3', key: 'd3',
ellipsis: true
} }
]; ];