提交 96a5ce12 作者: ZhangLingKun

Merge branch 'develop'

流水线 #9187 已通过 于阶段
in 1 分 2 秒
...@@ -14,4 +14,4 @@ patches: ...@@ -14,4 +14,4 @@ patches:
images: images:
- name: REGISTRY/NAMESPACE/IMAGE:TAG - name: REGISTRY/NAMESPACE/IMAGE:TAG
newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin newName: mmc-registry.cn-shenzhen.cr.aliyuncs.com/sharefly-dev/admin
newTag: 454ac7b9e3ce13b78c603fc58d25cfddad1b53ce newTag: 3d547a4152af42cf1dd71e4be02169813d6c577b
...@@ -66,7 +66,8 @@ const StoreBusinessCase: React.FC<{ ...@@ -66,7 +66,8 @@ const StoreBusinessCase: React.FC<{
title: '案例说明', title: '案例说明',
dataIndex: 'businessDescription', dataIndex: 'businessDescription',
align: 'center', align: 'center',
width: '150px', width: '200px',
ellipsis: true,
}, },
{ {
title: '案例视频', title: '案例视频',
......
...@@ -65,6 +65,8 @@ const StoreSolutionView: React.FC<{ ...@@ -65,6 +65,8 @@ const StoreSolutionView: React.FC<{
title: '方案名称', title: '方案名称',
dataIndex: 'title', dataIndex: 'title',
align: 'center', align: 'center',
width: '200px',
ellipsis: true,
}, },
{ {
title: '方案封面', title: '方案封面',
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论