Commit 3b4f6ce8d950b63f1426ca639fc2482f616453be
1 parent
bf221616
fix: 修改客户管理/跟进记录
Showing
2 changed files
with
4 additions
and
4 deletions
src/pages/Client/Client/Components/InformationHistoryModal.tsx
... | ... | @@ -229,7 +229,7 @@ export default ({ data, reloadTable }) => { |
229 | 229 | <img |
230 | 230 | src={attachments} |
231 | 231 | alt={attachmentsName} |
232 | - style={{ maxWidth: '1000px', height: 'auto' }} | |
232 | + style={{ maxWidth: '300px', height: 'auto' }} | |
233 | 233 | /> |
234 | 234 | <div></div> |
235 | 235 | <a href={attachments} download> |
... | ... | @@ -258,7 +258,7 @@ export default ({ data, reloadTable }) => { |
258 | 258 | <img |
259 | 259 | src={ticketsAttachment} |
260 | 260 | alt={ticketsAttachment} |
261 | - style={{ maxWidth: '1000px', height: 'auto' }} | |
261 | + style={{ maxWidth: '300px', height: 'auto' }} | |
262 | 262 | /> |
263 | 263 | <div></div> |
264 | 264 | <a href={ticketsAttachment} download> | ... | ... |
src/pages/Client/FollowRecord/Components/CommunicationHistoryModal.tsx
... | ... | @@ -256,7 +256,7 @@ export default ({ data, reloadTable }) => { |
256 | 256 | <img |
257 | 257 | src={attachments} |
258 | 258 | alt={attachmentsName} |
259 | - style={{ maxWidth: '1000px', height: 'auto' }} | |
259 | + style={{ maxWidth: '300px', height: 'auto' }} | |
260 | 260 | /> |
261 | 261 | <div></div> |
262 | 262 | <a href={attachments} download> |
... | ... | @@ -285,7 +285,7 @@ export default ({ data, reloadTable }) => { |
285 | 285 | <img |
286 | 286 | src={ticketsAttachment} |
287 | 287 | alt={ticketsAttachment} |
288 | - style={{ maxWidth: '1000px', height: 'auto' }} | |
288 | + style={{ maxWidth: '300px', height: 'auto' }} | |
289 | 289 | /> |
290 | 290 | <div></div> |
291 | 291 | <a href={ticketsAttachment} download> | ... | ... |